What is wrong?
it does not run every 3 hours
Code:"TimerRepeat": { "event.game TeamDeathmatch":10725, "event.kit gga":10730, "tdm.spawns.a tdmspawns_a":10735, "tdm.spawns.b tdmspawns_b":10740, "tdm.kills 25":10750, "event.open":10760, "say 'Participe do Evento, digite /event_join - Começa em 30 segundos'":10770, "event.start":10800 } }
TimedExecute [Unmaintained]
Discussion in 'Plugin Support' started by PaiN, Apr 7, 2015.
-
-
Code:
{ "EnabledRealTime-Timer": true, "EnableTimerOnce": true, "EnableTimerRepeat": false, "RealTime-Timer": { "00:00:00": "say '<color=#d55763>ATENÇÃO</color>: Servidor Reiniciara em <color=#a2d557>7</color> horas'", "02:00:00": "say '<color=#d55763>ATENÇÃO</color>: Servidor Reiniciara em <color=#a2d557>5</color> horas'", "04:00:00": "say '<color=#d55763>ATENÇÃO</color>: Servidor Reiniciara em <color=#a2d557>3</color> horas'", "06:00:00": "say '<color=#d55763>ATENÇÃO</color>: Servidor Reiniciara em <color=#a2d557>1</color> horas'", "06:30:00": "say '<color=#d55763>ATENÇÃO</color>: Servidor Reiniciara em <color=#a2d557>30</color> minutos'", "06:40:00": "say '<color=#d55763>ATENÇÃO</color>: Servidor Reiniciara em <color=#a2d557>20</color> minutos'", "06:50:00": "say '<color=#d55763>ATENÇÃO</color>: Servidor Reiniciara em <color=#a2d557>10</color> minutos'", "06:55:00": "say '<color=#d55763>ATENÇÃO</color>: Servidor Reiniciara em <color=#a2d557>5</color> minutos'", "06:58:00": "say '<color=#d55763>ATENÇÃO</color>: Servidor Reiniciara em <color=#a2d557>2</color> minutos'", "06:58:10": "say '<color=#57d58a>ATENÇÃO</color>: Voltamos ONLINE dentro de <color=#a2d557>5 minutos, Aguarde!'", "06:58:30": "server.writecfg", "06:59:00": "restart", "06:59:40": "server.save" }, "TimerOnce": { "reset.oncetimer": 10800, "say 'Nao Construir em <color=#a2d557>CAVERNAS</color> e em cima de <color=#a2d557>PEDRAS</color>'": 900, "say 'Do Not Build in <color=#a2d557>CAVES</color> or upon <color=#a2d557>STONES</color>'": 900, "say 'No construir en las <color=#a2d557>CUEVAS</color> o en las <color=#a2d557>PIEDRAS</color>'": 900, "say 'Acesse Nosso Shop Online e compre Itens e VIP com entrega automatica <color=#a2d557>www.RustBrasil.com.br</color>'": 1200, "say 'Acesse Nosso Shop Online e compre Itens e VIP com entrega automatica <color=#a2d557>www.RustBrasil.com.br</color>'": 1800 }, "TimerRepeat": { "callheli": 7200, "event.game TeamDeathmatch":10725, "event.kit gga":10730, "tdm.spawns.a tdmspawns_a":10735, "tdm.spawns.b tdmspawns_b":10740, "tdm.kills 25":10750, "event.open":10760, "say 'Participe do Evento, digite /event_join - Começa em 30 segundos'":10770, "event.start":10800 } }
-
-
if u wanted to server to restart every 12 hours what would timer look like? -
It is possible to start the chat command?
"00:00:00": "chat.say /zmcd add 54154654 inv.giveplayer $player.name kit ",
If I write a command because it performs only "chat.say /zmcd"
And if I write
"00:00:00": "chat.say "/zmcd add 54154654 inv.giveplayer $player.name kit" ",
Then there is an error
Sorry for my English -
Code:"00:00:00": "chat.say '/zmcd add 54154654 inv.giveplayer $player.name kit' ",
-
serever '/zmcd add 54154654 inv.giveplayer $player.name kit'
thank you anyway -
Ready config for auto restarts every six hours for server owners.
Code:{ "EnabledRealTime-Timer": true, "EnableTimerOnce": true, "EnableTimerRepeat": true, "RealTime-Timer": { "22:00:00": "say 'Restart in 3 HOURS'", "23:00:00": "say 'Restart in 2 HOURS'", "00:00:00": "say 'Restart in 1 HOUR'", "00:30:00": "say 'Restart in 30 Minutes'", "00:45:00": "say 'Restart in 15 Minutes'", "00:50:00": "say 'Restart in 10 Minutes'", "00:55:00": "say 'Restart in 5 Minutes'", "01:00:00": "say 'The server is restarting NOW.'", "01:00:00": "server.save", "01:00:00": "global.restart", "04:00:00": "say 'Restart in 3 HOURS'", "05:00:00": "say 'Restart in 2 HOURS'", "06:00:00": "say 'Restart in 1 HOUR'", "06:30:00": "say 'Restart in 30 Minutes'", "06:45:00": "say 'Restart in 15 Minutes'", "06:50:00": "say 'Restart in 10 Minutes'", "06:55:00": "say 'Restart in 5 Minutes'", "07:00:00": "say 'The server is restarting NOW.'", "07:00:00": "server.save", "07:00:00": "global.restart", "10:00:00": "say 'Restart in 3 HOURS'", "11:00:00": "say 'Restart in 2 HOURS'", "12:00:00": "say 'Restart in 1 HOUR'", "12:30:00": "say 'Restart in 30 Minutes'", "12:45:00": "say 'Restart in 15 Minutes'", "12:50:00": "say 'Restart in 10 Minutes'", "12:55:00": "say 'Restart in 5 Minutes'", "13:00:00": "say 'The server is restarting NOW.'", "13:00:00": "server.save", "13:00:00": "global.restart", "16:00:00": "say 'Restart in 3 HOURS'", "17:00:00": "say 'Restart in 2 HOURS'", "18:00:00": "say 'Restart in 1 HOUR'", "18:30:00": "say 'Restart in 30 Minutes'", "18:45:00": "say 'Restart in 15 Minutes'", "18:50:00": "say 'Restart in 10 Minutes'", "18:55:00": "say 'Restart in 5 Minutes'", "19:00:00": "say 'The server is restarting NOW.'", "19:00:00": "server.save", "19:00:00": "global.restart", }, "TimerOnce": { }, "TimerRepeat": { "event.run": 300, "server.save": 120, "callheli": 7200 } }
-
I LOVE YOU!
[DOUBLEPOST=1455490461][/DOUBLEPOST]
[DOUBLEPOST=1455490588][/DOUBLEPOST] -
The best plugin!
-
I got this mod to just do server restart so if that's what u want its set up for every 12 hours
Code:{ "EnabledRealTime-Timer": true, "EnableTimerOnce": false, "EnableTimerRepeat": false, "RealTime-Timer": { "22:00:00": "say 'Restart in 3 HOURS'", "23:00:00": "say 'Restart in 2 HOURS'", "00:00:00": "say 'Restart in 1 HOUR'", "00:30:00": "say 'Restart in 30 Minutes'", "00:45:00": "say 'Restart in 15 Minutes'", "00:50:00": "say 'Restart in 10 Minutes'", "00:55:00": "say 'Restart in 5 Minutes'", "01:00:10": "say 'The server is restarting NOW.'", "01:00:15": "server.save", "01:00:00": "global.restart", "10:00:00": "say 'Restart in 3 HOURS'", "11:00:00": "say 'Restart in 2 HOURS'", "12:00:00": "say 'Restart in 1 HOUR'", "12:30:00": "say 'Restart in 30 Minutes'", "12:45:00": "say 'Restart in 15 Minutes'", "12:50:00": "say 'Restart in 10 Minutes'", "12:55:00": "say 'Restart in 5 Minutes'", "13:00:00": "say 'The server is restarting NOW.'", "13:00:10": "server.save", "13:00:15": "global.restart"} }
-
-
Hello, for some reason the latest update has broken the console command feature on my server.
Stuff like this just won't execute anymore: "16:00:00": "heli.call",
Serverlog tells me it was executed but it does not run anymore.
I tried to change the plugins functions ConsoleSystem.Run.Server.Normal to rust.RunServerCommand but that seems to change nothing.
Is there anyone else with that issue? -
-
I know what this plugin does it has only a few lines of code but im not a C# developer so I cant fix it without help.
To clearify things, the TimedExecute addon does NOT execute ANY of my server console commands since the latest rust/oxide updates.
The only command that seems to work for now is the say command, like this: "07:00:00": "say Early morning events incoming..."
I tried to reinstall the addon, let it create a fresh config file and even tried to change the addons internal functions to run commands but nothing helps.
So im asking again, help please? ^^ -
After upd
[3/4/2016 12:35:40 AM] [Oxide] 12:35 AM [Error] Failed to call hook 'OnServerInitialized' on plugin 'Executer v0.7.6' (MissingMethodException: Method not found: 'ConsoleSystem.SystemRealm.Normal'.) -
Last edited by a moderator: Mar 4, 2016
-
DD
-
Code:
{ "EnabledRealTime-Timer": false, "EnableTimerOnce": true, "EnableTimerRepeat": true, "RealTime-Timer": { "16:00:00": "say 'The gate for the event is open!'", "16:30:00": "say 'The gate for the event just closed'", "17:00:00": "say 'Restart in 1 HOUR'", "18:00:00": "say 'The server is restarting NOW.'" }, "TimerOnce": { "reset.oncetimer": 86500, "say 'Server restart in 1 hour'": 82800, "say 'Server restart in 30 minutes'": 84600, "say 'Server restart in 20 minutes'": 85200, "say 'Server restart in 10 minutes'": 85800, "say 'Server restart in 5 minutes'": 86100, "say 'Server restart in 1 minute, get to somewhere safe'": 86340 }, "TimerRepeat": { "say 'Attack Helicopter inbound ETA 30 minutes": 3600, "say 'Attack Helicopter inbound ETA 15 minutes": 4500, "say 'Attack Helicopter inbound ETA 5 minutes": 5100, "global.callheli": 5400, "global.restart": 86400 } }