Skip to content

What am I doing wrong with AutoRespond #2372

Answered by breadbyte
yarosh69 asked this question in Q&A
Discussion options

You must be logged in to vote

You are trying to match a message from MCC.
AutoRespond will not respond to MCC messages.

What you need is a script that triggers on login.

On your MinecraftClient.ini file, you must enable the ScriptScheduler.

Copy this configuration to the script scheduler.

[[ChatBot.ScriptScheduler.TaskList]]
Task_Name = "Autojoin"
Trigger_On_First_Login = false
Trigger_On_Login = true
Trigger_On_Times = { Enable = false, Times = [ ] }
Trigger_On_Interval = { Enable = false, MinTime = 1.0, MaxTime = 10.0 }
Action = "send /jointoserv vanilla"

Replies: 3 comments 3 replies

Comment options

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

Comment options

You must be logged in to vote
2 replies
@milutinke
Comment options

@yarosh69
Comment options

Answer selected by yarosh69
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants