Skip to content
Discussion options

You must be logged in to vote

You can use AntiAFK

[ChatBot.AntiAFK]
Enabled = true
Delay = { min = 300.0, max = 300.0 }
Command = "/join survival"
Use_Sneak = false
Use_Terrain_Handling = false
Walk_Range = 5
Walk_Retries = 20

Or ScriptScheduler

[ChatBot.ScriptScheduler]
Enabled = true

[[ChatBot.ScriptScheduler.TaskList]]
Task_Name = "Join Survival"
Trigger_On_First_Login = false
Trigger_On_Login = false
Trigger_On_Times = { Enable = false, Times = [ ] }
Trigger_On_Interval = { Enable = true, MinTime = 300.0, MaxTime = 300.0 }
Action = "send /join survival"

Or just execute it after entering the server

[ChatBot.ScriptScheduler]
Enabled = true

[[ChatBot.ScriptScheduler.TaskList]]
Task_Name = "Join Survival"
Trigger_On…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant