Commit Graph

12 Commits

Author SHA1 Message Date
Aikar d6ff2d59a2 go back down to 0.4.0, theres no way someone was using that API 2017-05-02 22:06:44 -04:00
Aikar e41d4e507c v.0.5.0: Move Timings Impl to external lib, resolve Timings v2 Paper 1.8 support
This likely wouldn't of broke anyones code, only if they used the Timings method
in ACFUtil, but bumping just to be 'good' since it is an API break.

If you did not use the Timings in ACFUtil, then you can just bump the version
without breakages.

Timings is now handled over at https://github.com/aikar/minecraft-timings
2017-05-02 21:41:38 -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 25d726e113 Change group/artifact id and bump to 0.3.0-SNAPSHOT 2017-04-21 23:14:53 -04:00
Aikar 08dc4a444d Rename group/artifact and bump to 0.2.0 2017-04-21 00:24:22 -04:00
Aikar 985d64f282 add distribution pom config 2017-04-18 21:08:42 -04:00
Aikar efa48351a3 change project to 0.1.0 2017-04-18 21:07:09 -04:00
Aikar 515d2d7e16 use 1.10.2 2017-01-07 16:35:06 -05:00
Aikar 16409e3e0b Update copyright year 2017-01-07 16:24:23 -05:00
Aikar d1188e0011 Update Copyright headers 2017-01-07 16:19:50 -05:00
Aikar a4f1fdbd00 command > commands 2017-01-07 16:12:08 -05:00
Aikar ec749bf578 Initial Project Stuff 2016-12-21 19:25:11 -05:00