Aikar
7bf24e9c13
Almost done with modular work
2017-06-03 00:11:43 -04:00
Aikar
0bf2621a91
Merge branch 'master' into modular
...
* master:
Warn if you register replacements after commands
add some more example
Fix Command Replacements not being applied correctly to aliases - fixes #37
2017-05-20 12:29:04 -04:00
Aikar
e79912299f
add some more example
2017-05-20 12:22:56 -04:00
Aikar
c2a58a471f
Refactor everything to a modular format - WIP
...
This does not compile
Almost done with core !!!
2017-05-20 11:32:41 -04:00
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