Minecraft-Console-Client
Minecraft-Console-Client copied to clipboard
message after the call
Prerequisites
- [X] I have read and understood the user manual
- [X] I made sure I am running the latest development build
- [X] I tried to look for similar feature requests before opening a new one
Console Client Version
the newest
Describe your problem
how do I make the script run automatically after a kick? or write 1 message after the kick
Suggest a possible solution
No response
Attach screenshot here (If applicable)
No response
Minecraft Version
No response
Device
No response
Operating System
No response
There is no direct way I think... But you could use Auto Relog and setup a task to execute on rejoin.
first part.. auto relog could catch a message when kicked to reconnect (server rules could find yourself banned)
[AutoRelog]
enabled=true
delay=10
retries=3 #-1 = unlimited
kickmessagesfile=kickmessages.txt
second part.. tasks has the field triggerOnLogin that could run a script of your choosing
[Task]
triggerOnLogin=true
script=event_login.txt