1. How can I stop a plugin from overriding a command? I have notifier installed and it keeps overriding my custom plugin that uses /rules.
     
  2. Wulf

    Wulf Community Admin

    Edit the command inside the plugin to not register /rules.
     
  3. I solved the issue myself by other means right after making this thread, lel.
     
  4. Post how.
     
  5. Wulf

    Wulf Community Admin

    Easy way: Open plugin > change command that gets registered.

    Odd way: Renaming your plugin to be loaded after the other plugin.

    Hard way: Writing a plugin that hooks OnServerCommand and cancels the command.
     
  6. Ok thanks.
     
  7. Did you fix the OnServerCommand and player chat command hooks?

    Last time returning non null values didn't actually stop them from executing. :)
     
  8. Wulf

    Wulf Community Admin

    No, I keep forgetting that. :p