Timed Events [Unmaintained]
Discussion in 'Plugin Support' started by insane8472, Sep 1, 2015.
-
insane8472 updated Timed Events with a new update entry:
1.0.8
-
Thx a lot Insane.
So I suppose i can use this :
"Repeat": [
"3600:say Hélicoptère en approche de l' île.",
"3600:heli.call"
and an helicopter will pop and come each hour ;-) ?
Code:"Settings": { "Enabled": "true", "LocalTime": "true", "Prefix": "[<color=#cd422b>Timed Events</color>]", "Repeat": "true", "SayEnabled": "false", "SayPrefix": "[<color=#cd422b> SERVER </color>]", "ServerTime": "1"
-
I'm not sure if heli commands work via console but if they do, yes, that should work.
"SayEnabled". Set this to true if you use the say command in events and have trouble with formatting if using another plugin that modifies the say command. When true, the new setting "SayPrefix" will also be used. When using "SayEnabled", all commands are still logged to console. -
I suppose the command had to start at 5pm ( for the heli.call ). But I did not see anything in the console and the message following the say was not displayed on the screen ( suppose I have to put sayenable true ). So yeah I suppose it is not working yet ( to call helicopter via console ).
ps: I will try this command coming from this plugin :
HeliControl for Rust Experimental | Oxide
callheliLast edited by a moderator: Sep 21, 2015 -
how would i get it to set server.pve false at night or 17:00 and set it back to server.pve true at 06:00 or day time in game?
-
Under events / server:
Code:"17:server.pve false", "6:server.pve true"
-
OK what does the server area do?
-
Server settings use the in-game time for events (0-23).
-
Edit: Can I just remove that whole section or how do I make it blank? -
Just set "ServerTime" to false. It's at the bottom of your config.
-
insane8472 updated Timed Events with a new update entry:
1.0.9
-
I am using PLUGIN.Version = V(1,0,8)
I have a question with the change of hours applied some says ago.
Before I had to set 5 pm ( to say 6pm in real time ) and 11 pm ( to say midnight in real time )
Now I have to set 6 pm for 6 pm. What do I have to put for midight now ??? 12 am ?
12 am should be midnight ( server time )Last edited by a moderator: Oct 27, 2015 -
Are you using local or server time? Local would be 12am, server time, I guess would be 0?
-
I am using local time :
in summer time, few days ago : 5 pm = 6 pm / 11 pm = midnight.
No winter time : 6 pm = 6 pm / 12am = midnight I suppose.
ps : I will see tonight if indeed the 12 am = midnight.
In summer time, 12 am was equal to 1 am in the night. -
Yes, since daylight savings time, the time on the local machine will change. You will have to trail and error to get the time you want.
-
insane8472 updated Timed Events with a new update entry:
1.1.0
-
Is there a way to reference the game time as well? I'd like to start/run commands at dusk.
-
Use the "Server" settings section for game time events.
-
Ooohh... for some reason I thought that was using the server time literally... like whatever time it is where the server is hosted.
Too many beers before I posted I guess, then for the reply.
Beef