Commit Graph

  • 675dd053d9 add chat colors command completion Aikar 2017-04-30 17:07:21 -04:00
  • 479a5fb424 support @foo|@bar for command completions Aikar 2017-04-30 15:07:18 -04:00
  • 9ff6bcd9c9 support = as well as : for command completion configs Aikar 2017-04-30 11:03:19 -04:00
  • 0af1de6f3e support @Optional on OnlinePlayer Aikar 2017-04-29 21:23:54 -04:00
  • f127cc874f Improve Command Completions! Aikar 2017-04-29 21:15:00 -04:00
  • d6562ab1b3 misc cleanup Aikar 2017-04-29 20:44:57 -04:00
  • f4c60727ca bump version Aikar 2017-04-29 00:47:37 -04:00
  • 60785ec00a some fixes with reporting of errors Aikar 2017-04-29 00:45:24 -04:00
  • ae87e7440a v0.4.0: Refactor Command Completions to look up context - API BREAK Aikar 2017-04-29 00:30:48 -04:00
  • b593038a61 Use reflection to get the command map to support CraftBukkit/Spigot Aikar 2017-04-22 17:28:09 -04:00
  • 1341f291ce update readme Aikar 2017-04-21 23:16:04 -04:00
  • 25d726e113 Change group/artifact id and bump to 0.3.0-SNAPSHOT Aikar 2017-04-21 23:14:53 -04:00
  • 55ffa1da38 rename command.seevanish to acf.seevanish - fixes #15 Aikar 2017-04-21 23:10:50 -04:00
  • 4ac62d4065 Rename stuff to ACF and expose util- Fixes #14 Aikar 2017-04-21 23:09:11 -04:00
  • ea14d121d5 Use reflection to set name if setName doesnt exists, Fixes #16 Aikar 2017-04-21 21:00:17 -04:00
  • 9793c7e8ae make itemheld flag support older MC versions Aikar 2017-04-21 20:34:53 -04:00
  • 536c6a874e reduce visibility of original input fields, expose as getters Aikar 2017-04-21 20:09:34 -04:00
  • f37aaef381 fix bug with default method with params Aikar 2017-04-21 19:58:48 -04:00
  • 085724983e print proper stack trace on caught exception Aikar 2017-04-21 19:33:43 -04:00
  • 767cf2751d rename completionConfig > config Aikar 2017-04-21 19:21:31 -04:00
  • d10d3fabf7 allow returning null for completion handlers Aikar 2017-04-21 19:11:23 -04:00
  • 2fb3a160de Create Paper stubs for completions/contexts Aikar 2017-04-21 19:03:12 -04:00
  • 7a862f3f67 Add some getters Aikar 2017-04-21 18:54:41 -04:00
  • 2e5252c72f always return playes for @players completion Aikar 2017-04-21 18:40:08 -04:00
  • a9009457ec Fix example plugin Aikar 2017-04-21 18:34:46 -04:00
  • 5aa2437395 forgot something Aikar 2017-04-21 18:10:40 -04:00
  • 3ff29b1c10 Add some bukkit completions, misc stuff Aikar 2017-04-21 18:10:02 -04:00
  • 9dfec4bca0 ignore __default for tab complete Aikar 2017-04-21 14:53:07 -04:00
  • ee95ad9286 remove dep reduced pom accidentally commited Aikar 2017-04-21 02:21:17 -04:00
  • 887c79e602 add compiler args to example plugin Aikar 2017-04-21 02:05:11 -04:00
  • 8bb172ee26 Misc cleanup Aikar 2017-04-21 01:42:00 -04:00
  • c202931a44 Update readme version for beta and declare group/artifact ID's Aikar 2017-04-21 01:29:27 -04:00
  • ac10ff2bf4 add relocation to example plugin Aikar 2017-04-21 01:28:34 -04:00
  • c0a29c4691 Add an example plugin Aikar 2017-04-21 01:12:15 -04:00
  • 6fb261dc4c Fix bug with manager not being set on RC Aikar 2017-04-21 01:12:00 -04:00
  • 08dc4a444d Rename group/artifact and bump to 0.2.0 Aikar 2017-04-21 00:23:41 -04:00
  • 7c85701da3 Merge pull request #12 from simpleauthority/ACF-class-patch Daniel Ennis 2017-04-19 00:42:48 -04:00
  • ba9a92fb79 Make ACF#createManager(...) static. Simple Authority 2017-04-18 21:40:12 -07:00
  • 58d48aac16 initialize the logger Aikar 2017-04-19 00:29:10 -04:00
  • f675b8485e misc delombok cleanup Aikar 2017-04-19 00:26:50 -04:00
  • 0580e8f36a Re-add blank constructor for BaseCommand Aikar 2017-04-19 00:23:27 -04:00
  • 8c7dace1ad Add beta version info and api breakage warning Aikar 2017-04-18 21:40:47 -04:00
  • d7fa36cb38 Update README about beta testing Aikar 2017-04-18 21:39:46 -04:00
  • 1c5c04846c Remove need for plugin on base command, improve timing impl Aikar 2017-04-18 21:38:32 -04:00
  • 3e555bd2a0 use registerCommand API Aikar 2017-04-18 21:11:18 -04:00
  • 985d64f282 add distribution pom config Aikar 2017-04-18 21:08:42 -04:00
  • efa48351a3 change project to 0.1.0 Aikar 2017-04-18 21:07:09 -04:00
  • 42bf77bcef Refactor Completions to be registerable - Fixes #8 Aikar 2017-04-18 21:05:38 -04:00
  • d4d2c490ca Refactor stuff away from static and exposed Command Contexts - Fixes #2 Aikar 2017-04-18 20:38:30 -04:00
  • 22989101e7 Add Initial way of creating command managers Aikar 2017-04-18 20:11:54 -04:00
  • 6ad83303d5 Update name to ACF Daniel Ennis 2017-04-14 21:56:53 -04:00
  • ba7097f181 update readme Aikar 2017-01-07 20:23:04 -05:00
  • 18cdf7a55e stuff Aikar 2017-01-07 20:16:18 -05:00
  • ab8e90c250 Clean up timings code Aikar 2017-01-07 20:07:56 -05:00
  • fb4fea603d this needs public too Aikar 2017-01-07 18:11:26 -05:00
  • 646786e4c8 that needs to be public Aikar 2017-01-07 18:09:43 -05:00
  • d5112a60b6 Reduce visibility Aikar 2017-01-07 17:58:52 -05:00
  • 08a29dcf92 Require plugin object - Fixes #5 Aikar 2017-01-07 17:49:43 -05:00
  • 6f396fb13c Timings support for commands Aikar 2017-01-07 17:03:49 -05:00
  • 10f8bc164a move sneaky into command util Aikar 2017-01-07 16:54:19 -05:00
  • 515d2d7e16 use 1.10.2 Aikar 2017-01-07 16:35:06 -05:00
  • 16409e3e0b Update copyright year Aikar 2017-01-07 16:24:23 -05:00
  • d1188e0011 Update Copyright headers Aikar 2017-01-07 16:19:50 -05:00
  • a4f1fdbd00 command > commands Aikar 2017-01-07 16:12:08 -05:00
  • bbe1cfc49e Patterns too Aikar 2017-01-07 15:09:15 -05:00
  • 2ff4d919a4 Restructure things Aikar 2017-01-07 15:07:03 -05:00
  • 1ad148eb88 don't run precommand on unknown commands Aikar 2017-01-07 14:44:10 -05:00
  • fb44f89405 add examples Aikar 2016-12-21 20:18:13 -05:00
  • a5b6668e03 Update README Aikar 2016-12-21 19:38:57 -05:00
  • ec749bf578 Initial Project Stuff Aikar 2016-12-21 19:25:11 -05:00
  • a03cf7eff5 Add Project stuff Aikar 2016-12-21 19:24:51 -05:00
  • 917378c4a7 Initial commit Daniel Ennis 2016-12-21 18:04:36 -05:00