Commit Graph

8 Commits

Author SHA1 Message Date
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 25d726e113 Change group/artifact id and bump to 0.3.0-SNAPSHOT 2017-04-21 23:14:53 -04:00
Aikar a9009457ec Fix example plugin 2017-04-21 18:34:46 -04:00
Aikar ee95ad9286 remove dep reduced pom accidentally commited 2017-04-21 02:21:17 -04:00
Aikar 887c79e602 add compiler args to example plugin 2017-04-21 02:05:11 -04:00
Aikar 8bb172ee26 Misc cleanup 2017-04-21 01:42:00 -04:00
Aikar ac10ff2bf4 add relocation to example plugin 2017-04-21 01:28:34 -04:00
Aikar c0a29c4691 Add an example plugin 2017-04-21 01:12:15 -04:00