I never had that problem before. Have you tried unloading the plugin, editing the config then reloading plugin?
Timed Events [Unmaintained]
Discussion in 'Plugin Support' started by insane8472, Sep 1, 2015.
-
i copy the plugin in the /server/plugin foder and restart the server .....then i have the "timedevent.json" event in the sys folder
i edit and save this during server stopped ...but after start it have the old default settings like fresh installed...i only want to edit the file on server dont want to use the commands ingame
-
Using ( oxide.grant group admin event.admin ) or any of the other commands simply gives me [Oxide] 2:56 PM [Info] Permission 'event.admin' doesn't exist
-
"Server": [
"5:say R x3",
"5:gather.rate dispenser "metal ore" 3",
"20:say R x6",
"20:gather.rate dispenser "metal ore" 6"
GatherManager
It works only with long names can only be used "metal ore"
You can not use metal.ore
because of the parentheses " " the problem is the line there may be only two , the beginning and the end (
[DOUBLEPOST=1455042587][/DOUBLEPOST]Please tell me the solution how to create one dynamic rates the day and night? -
help sir.... It does not work…
used plugin:
Give for Rust | Oxide
Code:"00.00.PM:inv.giveall xmas.present.large" or /te add l 00.00PM:inv.giveall xmas.present.large
-
im trying to make thing's get repeated instead of time events but i cant get it to work, this is what i have under repeat.
"Repeat": [
"3600:say Saving server data.",
"3600:server.save",
"1800:say Did you know that you have Kits you can use? Type /kit.",
"2700:say The longer you are on for the more money that goes into your bank!(shop coming soon).",
"3000:say If you have found a glitch on the server use /ticket".",
"900:say Play fair! No Cheating!.",
"3600:say Time for an airdrop!.",
"3600:airdrop.massdrop 1",
"1200:say Need help? Type /INFO."
], -
Sorry, been busy. Better late than never...
-
Questions...
1. How does they Say portion of this work if you also have Betterchat Mod loaded?
2. I seem to have two errors, one on reload and one during mass airdrop
Code:(08:15:50) | [Oxide] 08:14 [Info] Loaded plugin Timed Events v1.1.1 by InSaNe8472 (08:15:50) | [Oxide] 08:14 [Warning] Missing plugin name prefix 'timedevents.' for permission 'event.admin' (by plugin 'Timed Events') (08:15:50) | [Oxide] 08:14 [Info] [Better Say] Server: Play fair! No Cheating! (08:15:50) | [Oxide] 08:14 [Info] [TimedEvents] say Play fair! No Cheating! (08:18:47) | [Oxide] 08:17 [Info] [Better Say] Server: Time for another airdrop! (08:18:47) | [Oxide] 08:17 [Info] [TimedEvents] say Time for another airdrop! (08:18:47) | Command not found (08:18:47) | [Oxide] 08:17 [Info] [TimedEvents] airdrop.massdrop 1
-
Cant seem to get repeats working...
Code:{ "Events": { "Local": [ "12.00.PM:say Time for an airdrop!", "12.00.PM:airdrop.massdrop 1", "01.00.PM:say Need help? type /INFO", "02.00.PM:say Play fair! No Cheating!", "03.00.PM:say Time for another airdrop!", "03.00.PM:airdrop.massdrop 1" ], "Repeat": [ "3600:say Saving server data.", "3600:server.save" ], "Server": [ "8:say Time for an airdrop!", "8:airdrop.massdrop 1", "9:say Need help? type /INFO", "10:say Play fair! No Cheating!", "11:say Time for another airdrop!", "11:airdrop.massdrop 1" ] }, "Messages": { "ChangedStatus": "Timed events <color=#cd422b>{status}</color>.", "EventAdded": "Event <color=#cd422b>{event}</color> with time <color=#cd422b>{etime}</color> (<color=#cd422b>{group}</color>) successfully added.", "EventDeleted": "Event with ID <color=#cd422b>{id}</color> (<color=#cd422b>{group}</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>{group}</color>) successfully run.", "EventsCleared": "All <color=#cd422b>{group}</color> events successfully deleted.", "InvalidFormat": "Invalid event format <color=#cd422b>{eformat}</color> (<color=#cd422b>{group}</color>). Use <color=#cd422b>/te</color> for help.", "InvalidID": "Invalid event ID <color=#cd422b>{id}</color> for <color=#cd422b>{group} group</color>. Use <color=#cd422b>/te</color> for help.", "NoEvents": "No events found for <color=#cd422b>{group} group</color>.", "NoPermission": "You do not have permission to use this command.", "ServerTime": "Server time: <color=#cd422b>{stime}</color>", "TimeChangedStatus": "Event group <color=#cd422b>{group}</color> now <color=#cd422b>{status}</color>.", "WrongArgs": "Syntax error. Use <color=#cd422b>/te</color> for help." }, "Settings": { "Enabled": "true", "LocalTime": "true", "Prefix": "[<color=#cd422b>Timed Events</color>]", "Repeat": "true", "SayEnabled": "false", "SayPrefix": "[<color=#cd422b> SERVER </color>]", "ServerTime": "true" } }
Last edited by a moderator: Apr 2, 2016 -
The permission prefix was fixed, do you maybe have an old and current version of the plugin loaded? Is the airdrop plugin loaded?
-
No errors but when i load this config it just goes back to normal, cant seem to do it,
I dont want timed events i just want them to repeat every few mins, any ideas?? -
Never Mind
-
Hi Love your plugin, it is very handy for daily restarts and auto repeat timed Rust saves with a message letting people know why it slightly lagged.
I am making a donation for what you have done here already as I find this plugin very useful. Willing to give more if this can be implemented. 8)
I have a request for a an addition to this awesome plugin to auto run a bunch of commands in a group on a timer once I activate it.
The ability to have multiple different groups of commands to run on a timer counting up once the group is called.
Eg. A "Server is wiping" command that I will set-up a warning and shut down the server in X minutes
A "Server is updating" command that I will set-up a warning and shut down the server in X minutes with reminders until it shuts down.
I want to warn players I am updating or wiping the server and for it to auto run on a timer once I call it.
This will save a lot of stress on update and wipe days
Eg. I call the command "te wipe" in console, it runs a bunch of things on a timer regarding me shutting down the server for a rust update under a group called "wipe".
It might be as simple as "SERVER SHUTTING DOWN IN 10 MINUTES" then repeat with a countdown every few minutes until the last command will be the shut down command.
By making it just command driven each person can use it how they see fit. Eg. Might be a warning of a manual event starting with a timed announcement then runs the event through command line arguments automatically after X time.
It will be a bit like TimedEvents is now but with a timer going up once activated and ends on the last item in the group.
Thank you.
Regards
Brengun -
I can add this for you. Don't have a time frame for you but shouldn't take too long.
-
Hi, please tell me why the command "say Наступает ночь, рейты увеличены до Х3!" appears twice? tell me how to fix it, thanks in advance.
(13:04:38) | You have set the gather rate for * to x3 from Resource Dispensers.
(13:04:38) | [Oxide] 13:04 [Info] [TimedEvents] gather.rate dispenser * 3
(13:04:38) | You have set the gather rate for * to x3 from pickups.
(13:04:38) | [Oxide] 13:04 [Info] [TimedEvents] gather.rate pickup * 3
(13:04:38) | [Oxide] 13:04 [Info] [TimedEvents] Наступает ночь, рейты увеличены до Х3!
(13:04:39) | You have set the gather rate for * to x3 from Resource Dispensers.
(13:04:39) | [Oxide] 13:04 [Info] [TimedEvents] gather.rate dispenser * 3
(13:04:39) | You have set the gather rate for * to x3 from pickups.
(13:04:39) | [Oxide] 13:04 [Info] [TimedEvents] gather.rate pickup * 3
(13:04:39) | [Oxide] 13:04 [Info] [TimedEvents] Наступает ночь, рейты увеличены до Х3!
Attached Files:
Last edited by a moderator: Apr 15, 2016 -
-
I have tested your config and cannot get it to repeat like yours. It runs once for me. Does it always happen or just sometimes? Does your server have any kind of lag?
-
Yes, it is not every time and I do not know what it affects , sometimes for hours and sometimes show the correct messages are written twice
[DOUBLEPOST=1460900580][/DOUBLEPOST]
Maybe try to make a small delay between the Commands ? How to make the delay between the commands example in 1 second ? -
I will try a few things out as I add the groups function.
-
-
insane8472 updated Timed Events with a new update entry:
1.1.2