Releases: Commonly/murAPI
Releases · Commonly/murAPI
Release list
New commandmanager options
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)
Out of beta, final version format + UUIDFetcher from MSG
Final versioning format (MAJOR.MINOR.PATCH/Semantic)
CMD is now an interface
You no longer need to register the command use mainclass#getCommand(cmdName).setExecutor(new CMDManager());
murAPI latest // sorry ;v
Nothing really new.
notes: pre-release still not finished with the api.
Configuration stuff
Just a couple of things done to Config
1.3 - Configuration update
Create configuration easily, check javadoc for use (http://muricans.ml/doc/murapi).