Package com.sucy.skill.manager
Class CmdManager
java.lang.Object
com.sucy.skill.manager.CmdManager
Sets up commands for the plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic mc.promcteam.engine.mccore.commands.ConfigurableCommand -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROFESS_COMMAND
public static mc.promcteam.engine.mccore.commands.ConfigurableCommand PROFESS_COMMAND
-
-
Constructor Details
-
CmdManager
Initializes a new command manager. This is handled by the API and shouldn't be used by other plugins.- Parameters:
api- SkillAPI reference
-
-
Method Details
-
join
-
join
-
initialize
public void initialize()Initializes commands with MCCore's CommandManager -
clear
public void clear()Unregisters all commands for SkillAPI from the server
-