Search results

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