bittiez / ResponseBot

A Spigot Plugin to respond to players questions in chat
MIT License
2 stars 2 forks source link

Cancel player Message if "Private mode" is enabled #10

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I have describ my idea into the title of this issue ^^

ChatControl support for Cancel message ?

bittiez commented 7 years ago

Hmm, unfortunately this will not be possible. When the API is called, it is done in another thread to avoid lag on your server, because of this there is no way for me to know if the bot has a response or not in time to cancel the player message :(