Skip to content

New commandmanager options

Latest

Choose a tag to compare

@Commonly Commonly released this 16 Dec 02:21
ca2f955

You can use CommandManager.registerCommand without needing to put the main class of your plugin in every time. All you have to do is set the main plugin by going into your main class and adding on the onEnable method CommandManager.registerMain(this)