Commit Graph

17 Commits

Author SHA1 Message Date
Aikar cd109eb266 Implement Chat Formatting per platform 2017-06-27 00:24:05 -04:00
Aikar 2e493fcb49 Clean up logging code duplication 2017-06-26 23:12:48 -04:00
Aikar f2e96ea244 Start of I18N work 2017-06-26 23:03:18 -04:00
Aikar 3a4ebe2d45 MC Timing upgrade, fix timing integrations, add parent timing 2017-06-24 01:23:22 -04:00
Aikar e50e90637f Check for null name in find player smart 2017-06-18 18:02:18 -04:00
Aikar 2ea2303444 Fix some deps, timings shouldnt of been in core, target Guava 15 (MC1.7) 2017-06-18 14:02:16 -04:00
Aikar 5e4d20cf61 add OnlinePlayer[] Bukkit Context 2017-06-17 21:14:17 -04:00
Aikar 15b149d55c Big Break: Change the Command Completion Handler signature to match Context
For consistency, make Completion Handlers be implemented the same way Context Handlers are.

Previously when we added the Context parameter, we left the original signature in place and simply tacked , c on the end.

This made migration easier than changing all completion handlers bodies.

But since 0.5.0 is a big migration already, let's just get it over with.

See changes to Bukkit default completions and the example plugin for migration example.
2017-06-14 22:17:33 -04:00
Aikar 9aaf1b3cb8 set bukkit permission node 2017-06-07 23:47:56 -04:00
Aikar 64c04e5944 clean up permission checking 2017-06-07 23:46:33 -04:00
chickeneer 60892d566e Temporary fix for lack of permission errors on commands 2017-06-07 15:56:58 -05:00
kashike 96a3a3c57d Death to ACFLog (#42) 2017-06-06 19:03:01 -04:00
Aikar 99a89b2826 Fix completions 2017-06-03 00:48:08 -04:00
Aikar 3c6d5bbe63 more stuff 2017-06-03 00:31:39 -04:00
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 c2a58a471f Refactor everything to a modular format - WIP
This does not compile

Almost done with core !!!
2017-05-20 11:32:41 -04:00