That server log should be really easy.![]()
TimedExecute [Unmaintained]
Discussion in 'Plugin Support' started by PaiN, Apr 7, 2015.
-
PaiN updated TimedExecute with a new update entry:
Config and Minor Changes
[DOUBLEPOST=1429723988][/DOUBLEPOST] -
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
-
CONFIG EXAMPLE:
Code:{ "Commands": [ { "command": "airdrop.massdrop 2", "interval": 9000 }, { "command": "say '<color=lime>hello world</color>'", "interval": 5 } ] }
-
Ty
-
i think you upload the wrong file, im still downloading version 0.1.0 and the code did not change.
-
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 }, ] }
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? -
No bcs its Timer.Repeat not Timer.Once
-
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. -
-
PaiN updated TimedExecute with a new update entry:
fix
-
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?
-
and it was causing lags .. bcs forgot to destroy timers . on unload or what .. SRY -
PaiN updated TimedExecute with a new update entry:
Updater Support
-
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.
-
-
I use the daynight to control my lenghts but didnt see anything like that in it
-
Can i set commands here to only run once?
-
But why only onceyou can do it manualy ... not worth it
-
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.