MCCTeam / Minecraft-Console-Client

Lightweight console for Minecraft chat and automated scripts
https://mccteam.github.io
Other
1.62k stars 391 forks source link

How can i do that ? #2789

Closed xDarkLife55 closed 2 weeks ago

xDarkLife55 commented 2 weeks ago

I playing a minecraft server. Server has got a bot guard. Bot guard active via chat. I want to if chat message "Lütfen sohbete /doğrula ... yaz!" afk client automatic send "/doğrula ..." I write this code : [Match] regex=/doğrula ([a-zA-Z0-9_]+).* action=send /doğrula $1 cooldown=1

But I have got a problem. Code is work but only when /is chat activated. To explain better if "/doğrula ..." written a island chat, code is work but written a orginal chat or island team chat code isn't work. I can't solve this problem. Please help me. Ekran görüntüsü_20240901_015655 As seen in the photo, the code only works if written in the island chat. I couldn't understand why.

I want to autorespond bot read a this text : Ekran görüntüsü_20240901_015713

milutinke commented 2 weeks ago

Try adding: actionother=send /doğrula $1 under the action=send /doğrula $1.

xDarkLife55 commented 2 weeks ago

thank u so much it's correct.