Commit Graph

28 Commits

Author SHA1 Message Date
Aikar 31b7ecb0e8 Update java docs for all 2017-09-06 23:23:28 -04:00
Aikar 94507f1841 Generate JavaDocs 2017-08-25 15:44:34 -04:00
Aikar c62c0298a2 Fix JB annotation deps 2017-07-03 22:56:02 -05:00
Aikar e6cbdf2eaf Fix shading of guava 2017-07-03 15:40:00 -05:00
Aikar c9acb55a48 ton more I18N/Locales work, messages migrated! 2017-06-29 00:36:59 -04:00
Aikar 7702977829 Update bukkit API to real 1.12 and shade in deps 2017-06-28 22:43:49 -04:00
William Braecky 036818deb9 Add ACF-Bungee (#45)
* Add acf-bungee

* Forgot to add bungee to the parent's pom

* Remove "created by " headers
2017-06-13 20:50:03 -04:00
kashike cd892fccd4 Start of Sponge support (#41) 2017-06-05 11:25:00 -04:00
Aikar 99a89b2826 Fix completions 2017-06-03 00:48:08 -04:00
Aikar 7bf24e9c13 Almost done with modular work 2017-06-03 00:11:43 -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 2e0c034224 Move core code into a core folder in prep for bukkit extraction 2017-05-17 00:45:18 -04:00
Aikar c070f76b98 Add initial support for 1.12 NamespacedKey - Resolves #34
We can't do completion for this really since every key is technically valid, and a list of
MC "Registered" keys are not available.
2017-05-17 00:29:41 -04:00
Aikar 1c212311f5 update mc timings to 1.0.3 for fix a spigot issue on timings 2017-05-04 22:16:29 -04:00
Aikar 3a1b1264a1 Update MC timings for new class name 2017-05-02 22:38:09 -04:00
Aikar d3bb35dc6a Bump minecraft-timings to 1.0.1 to fix 1.8.8 2017-05-02 22:17:46 -04:00
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