Recent content by Durov

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