Search results

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