Recent content by Durov

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

    Question How do I delete/unplug kernel commands?

    Hello everyone again, I want to delete/unplug the default kernel commands, I know that there is an unregister method in the kernel, is it possible to delete/unplug these commands with it?
  2. Durov

    Question How to make color codes work?

    It works! Thanks
  3. Durov

    Question How to make color codes work?

    Hello everyone, I am writing my plugin for the chat implementation, how can I implement the use of the symbol & + color code At the moment I have a line if(p.hasPermission("color.chat")){ e.getMessage().replaceAll("&", "§"); } However, the plugin does not work in operation. Note...