Package me.ulrich.koth.manager
Class CommandManager
java.lang.Object
me.ulrich.koth.manager.CommandManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinsertAdmCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) voidinsertCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) voidvoidregisterAdmCommand(String alias, KothCommand command) voidregisterCommand(String alias, KothCommand command) voidvoidshowHelpSubmessage(org.bukkit.command.CommandSender sender, CommandData commander) voidunRegisterAdmCommand(String command) voidunRegisterCommand(String command)
-
Constructor Details
-
CommandManager
-
-
Method Details
-
unRegisterCommand
-
unRegisterAdmCommand
-
registerCommand
-
registerAdmCommand
-
insertCommand
public void insertCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) -
insertAdmCommand
public void insertAdmCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) -
setupCommands
public void setupCommands() -
loadAllCommands
public void loadAllCommands() -
showHelpSubmessage
-
getKoth_commands
-
getUKoth_commands
-
getPlugin
-
getuCommander
-
getCommander
-