Recent content by Anddar

  • 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. A

    Solved How to get player message from AsyncChatEvent?

    Your awesome thank you!
  2. A

    Solved How to get player message from AsyncChatEvent?

    AsyncChatEvent is the event that is fired when a player sends a message in chat, I'm having a hard time figuring out how I can acquire the player's message that was sent. e.message() returns a @NotNull Component but there is no associated method with it that will retrieve the player's message...