EssentialsX Discord doesn't support Paper chat events #5243
Labels
bug: confirmed
Confirmed bugs in EssentialsX.
module: discord
Issues or PRs for the EssentialsDiscord module
Milestone
Type of bug
Compatibility issue, Other unexpected behaviour
/ess dump all
outputEssentialsX 2.19.7
Error log (if applicable)
Bug description
Essentialsx discord ignores event.setCancelled(true) and still sends this message to discord
code example:
@EventHandler public void onPlayerChat(AsyncChatEvent event) { event.setCancelled(true); }
plugin example https://drive.google.com/file/d/1Ipjs0epv6tJE9LpXrM2-0a24GGqwLLMi/view?usp=sharing
Steps to reproduce
Expected behaviour
Hmmm... don't send a message?
Actual behaviour
Message sent successfully xD
The text was updated successfully, but these errors were encountered: