insane8472 updated Timed Events with a new update entry:
1.0.5
Timed Events [Unmaintained]
Discussion in 'Plugin Support' started by insane8472, Sep 1, 2015.
-
hmmm looks familiar
ytou sure you want to use the even console command due to the event.run Rust already has
-
This plugin does not have console commands and does not share any similar commands with any other plugins.
-
Event.Run
-
Are you referring to the chat command /te run? Not event close to event.run.
-
Nvm misread was thinking event.run console command used for airdrop reason I said it looks familiar is I've made a similar plugin lol
-
Hi.
Could you help me in setting up this plugin for the use I would like please ?
I would like to launch several manual commands ( for the moment I use my console with schedule commands but if my computer is not on, it will not work )
I would like to lauch those commands each day of the week : ( it is based on real time IRL )
5.59 pm oxide.unload RemoverTool
6.00 pm oxide.load LaddersAnywhere
6.01 pm oxide.reload BuildingProtector
6.00 pm oxide.unload SkipNightVote
01.00 am oxide.load Remover.tool
01.00 am oxide.unload LaddersAnywhere
01.00 am oxide.load SkipNightVote
01.02 am oxide.reload BuildingProtector
Thanks in advance if this plugin can make the work of my rcon console to allow me to have the computer switched off. -
Use setting ServerTime 1 with the following Local event config...
Code:"05.59.PM:oxide.unload RemoverTool", "06.00.PM:oxide.load LaddersAnywhere", "06.00.PM:oxide.unload SkipNightVote", "06:01.PM:oxide.reload BuildingProtector", "01:00.AM:oxide.load Remover.tool", "01:00.AM:oxide.unload LaddersAnywhere", "01:00.AM:oxide.load SkipNightVote", "01:02.AM:oxide.reload BuildingProtector"
-
insane8472 updated Timed Events with a new update entry:
1.0.6
-
I will show you what I did
I used my console to set the server time to the real time ( irl ) I hope it is saved.
Does that look ok for you ?
Code:"Events": { "Local": [ "05.59.PM:oxide.unload RemoverTool", "06.00.PM:oxide.load LaddersAnywhere", "06.00.PM:oxide.unload SkipNightVote", "06.01.PM:oxide.reload BuildingProtector", "01.00.AM:oxide.load Remover.tool", "01.00.AM:oxide.unload LaddersAnywhere", "01.00.AM:oxide.load SkipNightVote", "01.02.AM:oxide.reload BuildingProtector" ], "Server": [ "8:say Bienvenue sur le serveur KZU Rust", "9:Soyez fair play. Pas d'insultes", "10:say Play fair! No Cheating!", "11:say Notre site internet http://www.kzu-gaming.be!" ] }, "Messages": { "AlreadyStatus": "Timed events is already <color=#cd422b>{status}</color>.", "ChangedStatus": "Timed events <color=#cd422b>{status}</color>.", "EventAdded": "Event <color=#cd422b>{event}</color> with time <color=#cd422b>{etime}</color> (<color=#cd422b>{server}</color>) successfully added.", "EventDeleted": "Event with ID <color=#cd422b>{id}</color> (<color=#cd422b>{server}</color>) successfully deleted.", "EventRun": "Event with ID <color=#cd422b>{id}</color> (<color=#cd422b>{event}</color>) with original run time <color=#cd422b>{etime}</color> (<color=#cd422b>{server}</color>) successfully run.", "EventsCleared": "All <color=#cd422b>{server}</color> time events successfully deleted.", "InvalidFormat": "Invalid event format <color=#cd422b>{eformat}</color> (<color=#cd422b>{server}</color>). Use <color=#cd422b>/te</color> for help.", "InvalidID": "Invalid event ID <color=#cd422b>{id}</color>. Use <color=#cd422b>/te <l | s> list</color> for IDs.", "NoEvents": "No events found.", "NoPermission": "You do not have permission to use this command.", "ServerTime": "Server time: <color=#cd422b>{stime}</color>", "TimeAlreadyStatus": "Timed events time is already <color=#cd422b>{status}</color>.", "TimeChangedStatus": "Timed events time changed to <color=#cd422b>{status}</color>.", "WrongArgs": "Syntax error. Use <color=#cd422b>/te</color> for help." }, "Settings": { "Enabled": "true", "Prefix": "[<color=#cd422b>Timed Events</color>]", "SayEnabled": "false", "SayPrefix": "[<color=#cd422b> SERVER </color>]", "ServerTime": "1" } }
/te time - View current server time
/te list - View current events
But I receive a message telling I don t have the permission to use those commands.Last edited by a moderator: Sep 11, 2015 -
-
Ok so finally here is the config I made :
Code:{ "Events": { "Local": [ "05.00.PM:say Raid period - Remove, voteday desactivated - ladders/échelles activated", "04.59.PM:oxide.unload RemoverTool", "05.00.PM:oxide.load LaddersAnywhere", "05.00.PM:oxide.unload SkipNightVote", "05.01.PM:oxide.reload BuildingProtector", "00.00.AM:oxide.load Remover.tool", "00.00.AM:oxide.unload LaddersAnywhere", "00.00.AM:oxide.load SkipNightVote", "00.01.AM:say Raid Finished - Remove, voteday activated - ladders/échelles desactivated", "00.02.AM:oxide.reload BuildingProtector" ], "Server": [ "8:say Bienvenue sur le serveur KZU Rust", "9:Soyez fair play. Pas d'insultes", "10:say Play fair! No Cheating!" ] }, "Messages": { "AlreadyStatus": "Timed events is already <color=#cd422b>{status}</color>.", "ChangedStatus": "Timed events <color=#cd422b>{status}</color>.", "EventAdded": "Event <color=#cd422b>{event}</color> with time <color=#cd422b>{etime}</color> (<color=#cd422b>{server}</color>) successfully added.", "EventDeleted": "Event with ID <color=#cd422b>{id}</color> (<color=#cd422b>{server}</color>) successfully deleted.", "EventRun": "Event with ID <color=#cd422b>{id}</color> (<color=#cd422b>{event}</color>) with original run time <color=#cd422b>{etime}</color> (<color=#cd422b>{server}</color>) successfully run.", "EventsCleared": "All <color=#cd422b>{server}</color> time events successfully deleted.", "InvalidFormat": "Invalid event format <color=#cd422b>{eformat}</color> (<color=#cd422b>{server}</color>). Use <color=#cd422b>/te</color> for help.", "InvalidID": "Invalid event ID <color=#cd422b>{id}</color>. Use <color=#cd422b>/te <l | s> list</color> for IDs.", "NoEvents": "No events found.", "NoPermission": "You do not have permission to use this command.", "ServerTime": "Server time: <color=#cd422b>{stime}</color>", "TimeAlreadyStatus": "Timed events time is already <color=#cd422b>{status}</color>.", "TimeChangedStatus": "Timed events time changed to <color=#cd422b>{status}</color>.", "WrongArgs": "Syntax error. Use <color=#cd422b>/te</color> for help." }, "Settings": { "Enabled": "true", "Prefix": "[<color=#cd422b>Timed Events</color>]", "SayEnabled": "false", "SayPrefix": "[<color=#cd422b> SERVER </color>]", "ServerTime": "1" } }
If everything work , it will be the best plugin ever ;-) It will let me sleep, go on hollidays without being connected to check if everything is fine.
What I don't understand is the 8-9-7 in server... ( does not work on hours ? like local ? )
Thx for help guys. If you see a mistake on what I did, do not hesitate.Last edited by a moderator: Sep 11, 2015 -
5PM should be 5PM IRL. If you want to use both local and server events, change ServerTime in settings to 3 and reload the plugin.
-
6pm IRL is 5pm in the plugin. But that is not a problem ( and I don't know how to modify that btw ^^ )
I don't know the difference between local and server events ? ( only a question of different hours right ?)
For me like this it is ok. As far as my commands can ben launched at those times without needing me to be in front of the computer to check if the schedule commands are correctly launched by my rustadmin tool it is fine ;-)
Will tell you tomorrow if everything went fine. I will make a test closing my rust admin too a bit before 1am and will see if the plugin is launching all the commands ;-)
EDIT : 1 am.
Commands did not work... I put 00.00 to mean 1am but nothing has been launched
It seems it is 12:14.AM to mean 1.14 am
Here is the correct time I have to use then :
Code:"Events": { "Local": [ "05.01.PM:say Raid period - Remove, voteday desactivated - ladders/échelles activated", "04.59.PM:oxide.unload RemoverTool", "05.00.PM:oxide.load LadderAnywhere", "05.00.PM:oxide.unload SkipNightVote", "05.01.PM:oxide.reload BuildingProtector", "12.00.AM:oxide.load RemoverTool", "12.00.AM:oxide.unload LadderAnywhere", "12.00.AM:oxide.load SkipNightVote", "12.01.AM:say Raid Finished - Remove, voteday activated - ladders/échelles desactivated", "12:02.AM:oxide.reload BuildingProtector"
Last edited by a moderator: Sep 12, 2015 -
Could we get seconds for "Local" events please. Here's why. Let's say you want to run "restart". It would be good to save 10 seconds before the restart. But that is not currently possible, as far as I can tell.
-
I will do some testing with seconds. If it proves reliable, I will add it.
-
I've now found out that "restart" should auto save. So this might not be necessary. But thanks, I've spent the evening with your plugin, it's great.
-
If I had a lot of events in local time (about more than 10 ) it didn't show them up in chat using /te list l
But commands works well. Could you fix that? -
insane8472 updated Timed Events with a new update entry:
1.0.7
-
Hi.
Is there a way to make repetitve events with one command line ? Like a heli.call every 45 minutes ?
Or do I have to write each line for the period of 24h.