help
#2823
Replies: 1 comment
-
i think you can use the following config: [ChatBot.ScriptScheduler]
Enabled = true
[[ChatBot.ScriptScheduler.TaskList]]
Task_Name = "HeresTaskName"
Trigger_On_First_Login = false
Trigger_On_Login = true
Trigger_On_Times = { Enable = false, Times = [ ] }
Trigger_On_Interval = { Enable = true, MinTime = 10.0, MaxTime = 10.0 }
Action = "send /server survival" official doc: https://mccteam.github.io/g/bots/#script-scheduler |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how do i make it spam /server survival every 10 seconds // i want it that whenever it disconnects go to hub it types /server survival and after joining too
Beta Was this translation helpful? Give feedback.
All reactions