Skip to content

Releases: Commonly/murAPI

New commandmanager options

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)

Out of beta, final version format + UUIDFetcher from MSG

Choose a tag to compare

@Commonly Commonly released this 04 Feb 23:24

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

Choose a tag to compare

@Commonly Commonly released this 03 Feb 02:49

Nothing really new.
notes: pre-release still not finished with the api.

Configuration stuff

Choose a tag to compare

@Commonly Commonly released this 26 Dec 02:19

Just a couple of things done to Config

1.3 - Configuration update

Choose a tag to compare

@Commonly Commonly released this 20 Dec 23:38

Create configuration easily, check javadoc for use (http://muricans.ml/doc/murapi).