Commit Graph

7 Commits

Author SHA1 Message Date
Aikar 9f08f16028 Add support for Command Replacements - Resolves #28 2017-05-05 23:44:32 -04:00
Aikar 80fa47685f supper inner classes and parent up subcommand bases - Resolves #20 2017-05-05 21:57:15 -04:00
Aikar 4160e8be23 Allow multiple class files registering to same root alias - resolves #17
allows organizing categories of commands (staff etc)
2017-05-04 23:36:47 -04:00
Aikar ae87e7440a v0.4.0: Refactor Command Completions to look up context - API BREAK
Just add ", c" to your registerCompletion handler:

commandManager.getCommandCompletions().registerCompletion("test", (sender, config, input, c) -> {

});
2017-04-29 00:30:48 -04:00
Aikar a9009457ec Fix example plugin 2017-04-21 18:34:46 -04:00
Aikar 8bb172ee26 Misc cleanup 2017-04-21 01:42:00 -04:00
Aikar c0a29c4691 Add an example plugin 2017-04-21 01:12:15 -04:00