Recent content by patrickstar

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. P

    Unable to cancel player chat message

    Context :Velocity3.1.1, Spongeforge, win10 I want to be able to cancel the event and then broadcast the message to all servers. So i do this: @Subscribe public void onPlayerChat(PlayerChatEvent event) { event.setResult(PlayerChatEvent.ChatResult.denied()); } But it doesn't work, the player...