How can I stop a plugin from overriding a command? I have notifier installed and it keeps overriding my custom plugin that uses /rules.
Solved Preventing a plugin from replacing a command?
Discussion in 'Rust Discussion' started by Alpha Toon, Jun 22, 2016.
-
Wulf Community Admin
Edit the command inside the plugin to not register /rules.
-
-
Post how.
-
Wulf Community Admin
Odd way: Renaming your plugin to be loaded after the other plugin.
Hard way: Writing a plugin that hooks OnServerCommand and cancels the command. -
-
Did you fix the OnServerCommand and player chat command hooks?
Last time returning non null values didn't actually stop them from executing. -
Wulf Community Admin