mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-30 11:05:28 +02:00
Static Abuse Removal - Command package done for now
This commit is contained in:
@@ -388,7 +388,7 @@ public final class CommandRegistrationManager {
|
||||
command.setPermission("mcmmo.commands.mhd");
|
||||
command.setPermissionMessage(permissionsMessage);
|
||||
command.setUsage(pluginRef.getLocaleManager().getString("Commands.Usage.0", "mhd"));
|
||||
command.setExecutor(new MHDCommand());
|
||||
command.setExecutor(new ResetUserHealthBarSettingsCommand());
|
||||
}
|
||||
|
||||
private void registerMcscoreboardCommand() {
|
||||
|
Reference in New Issue
Block a user