1. That server log should be really easy. :)
     
  2. PaiN updated TimedExecute with a new update entry:

    Config and Minor Changes


    [DOUBLEPOST=1429723988][/DOUBLEPOST]
    Yeah did it dunno why there was no printing xD maybe i forgot ehh just updated
     
  3. CHR

    CHR

    Can u use colors? If yes could u do a example? Btw it's a good plug in it keeps my server running without I'm online :)
     
  4. Colors you mean colored messages ? if yes then
    CONFIG EXAMPLE:
    Code:
    {
      "Commands": [
        {
          "command": "airdrop.massdrop 2",
          "interval": 9000
        },
        {
          "command": "say '<color=lime>hello world</color>'",
          "interval": 5
        }
      ]
    }
    
     
  5. CHR

    CHR

  6. i think you upload the wrong file, im still downloading version 0.1.0 and the code did not change.
     
  7. CHR

    CHR

    Code:
    {
      "Commands": [
        {
          "command": "server.save",
          "interval": 300
        },
        {
          "command": "say <color=lime>hello world test1</color>'",
          "interval": 60
        },
        {
          "command": "say <color=green>hello world test2</color>'",
          "interval": 90
        },
        {
          "command": "say <color=red>hello world test3</color>'",
          "interval": 120
        },
        {
          "command": "say <color=yellow>hello world test4</color>'",
          "interval": 150
        },
        {
          "command": "say <color=cyan>hello world test5</color>'",
          "interval": 180
        },
        {
          "command": "say <color=pink>hello world test6</color>'",
          "interval": 210
        },
        {
          "command": "say <color=blue>hello world test7</color>'",
          "interval": 240
        },
        {
          "command": "say <color=orange>hello world test8</color>'",
          "interval": 270
        },
        {
          "command": "say <color=black>hello world test9</color>'",
          "interval": 300
        },
      ]
    }
    Ahhhhhhhhh pain now i got the error...

    The timers does start all over again... means if i do it like that...

    After hello test1 is made the timer for this command resets.... (60sec)
    When hello test3 is made the timer reached 120sec so test1 will happen again...
    How can we handle this?

    I want that Event.run is made every hour 3 times with an say command 3 airdrop comming this can repeat every 3 hours
    But i want that the hello world message just appears once and then timer must be terminated for the command, is this possible?
     
  8. No bcs its Timer.Repeat not Timer.Once :)
     
  9. CHR

    CHR

    K so i was able to track down the problem I will do it that it can't happen than. Ty
    [DOUBLEPOST=1429803372,1429734287][/DOUBLEPOST]Hey Pain do u know how hard the timer hits Performance cuz im running a lot of timers on my Server... and it seems im reaching timeouts faster since i got ur plugin on... im not here to say it cuzes laggs just want to know what u think.
     
  10. Gonna check now wait a sec
     
  11. PaiN updated TimedExecute with a new update entry:

    fix

     
  12. CHR

    CHR

    well i did not say it cuz laggs just i wanted to know if timers could produce laggs... i got so much entities and stuff so ist hard to track down. Can i Keep my config or do i have to delete it?
     
  13. DELETE OLD CONFIG
    and it was causing lags .. bcs forgot to destroy timers . on unload or what .. SRY
     
  14. really hoped this supported chat commands. Any thoughts of using it? Id like to execute /time so its clear to players what the time of day is.
     
  15. there is actually already a plugin which has this function. Im not sure which. I think its "Day Night System"
     
  16. I use the daynight to control my lenghts but didnt see anything like that in it
     
  17. Can i set commands here to only run once?
     
  18. Nope Its Only Repeater but i will think about your question

    But why only once :p you can do it manualy ... not worth it
     
  19. Because after restart I have to set new save interval and commands for arena. Turn off animal Ai etc. Server provider won't let me use commandline.