Recent content by themrsung

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

    Question AsyncChatEvent chat formatting

    Hi. I'm new to making plugins, and want to write some code that formats the chat message when typed. For example, Before: <abc> hello! &6this is gold text! After: [rank] abc: hello! this is gold text! I have made an event handler for AsyncChatEvent, but I'm stuck here. @EventHandler...