clearPlugins() and clearCommands() for PluginManager and CommandMap respectively
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -26,4 +26,8 @@ public interface CommandMap {
|
||||
*/
|
||||
public boolean dispatch(Player sender, String cmdLine);
|
||||
|
||||
/**
|
||||
* Clears all registered commands.
|
||||
*/
|
||||
public void clearCommands();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user