Package studio.magemonkey.fabled.manager
Class CmdManager
java.lang.Object
studio.magemonkey.fabled.manager.CmdManager
Sets up commands for the plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic studio.magemonkey.codex.mccore.commands.ConfigurableCommand
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROFESS_COMMAND
public static studio.magemonkey.codex.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
- Fabled reference
-
-
Method Details
-
join
-
join
-
initialize
public void initialize()Initializes commands with MCCore's CommandManager -
clear
public void clear()Unregisters all commands for Fabled from the server
-