Commit Graph

22 Commits

Author SHA1 Message Date
Aikar 607374bdfb Updated JavaDocs 2018-01-05 20:50:58 -05:00
Aikar 22bc3f4754 Updated JavaDocs 2018-01-03 18:45:00 -05:00
Aikar 2ac98ba448 Updated JavaDocs 2017-12-13 22:33:01 -05:00
Aikar d38006640d Updated JavaDocs 2017-12-09 13:42:41 -05:00
Aikar 9ec8bc1da7 Updated JavaDocs 2017-12-02 21:20:00 -05:00
Aikar a239f336a1 Updated JavaDocs 2017-12-02 00:00:21 -05:00
Aikar 7798c37ee0 Updated JavaDocs 2017-11-30 01:31:54 -05:00
Aikar 229192f99c Updated JavaDocs 2017-11-25 22:08:08 -05:00
Aikar 001dd406aa Updated JavaDocs 2017-11-25 20:50:56 -05:00
Aikar 59012dc6c0 more doc updates 2017-11-24 13:06:43 -05:00
Aikar 036166b551 Update javadocs 2017-11-24 13:05:57 -05:00
Aikar 1915ebf00e check the scope of commands for permissions too and rename to getRequiredPermissions 2017-11-22 22:54:02 -05:00
Aikar 1e85b9bf42 update javadocs 2017-11-22 22:41:16 -05:00
Aikar 4a54e8c333 support requiring multiple permission nodes for a command 2017-11-22 22:33:49 -05:00
Aikar d560beeeab Include inherited methods on register (for precommand/help etc) 2017-11-22 22:17:04 -05:00
Aikar 171b083cba Ok that solution didn't even work (or only works sometimes?), try 2 2017-10-29 20:37:15 -04:00
Aikar a1fecf3174 Fix java lameness with constructor order
Apparently doing it in the ctor is a different order.

The addReplacements call in CommandReplacements checks registeredCommands in the constructor

This was being called before Bukkit manager even fully loaded, and the registered commands was still null

I don't know why java can't treat this the same code wise....
2017-10-29 20:12:08 -04:00
Aikar 72e052d953 Finish up the pagination of the help system 2017-10-28 13:36:39 -04:00
Aikar 9159b3fbb0 Fix typo in separator 2017-10-09 19:11:01 -04:00
Aikar f1423dc3bf support old no args = default logic 2017-09-28 23:09:07 -04:00
Aikar 12a4d438c6 Update docs 2017-09-28 22:51:31 -04:00
Aikar 31b7ecb0e8 Update java docs for all 2017-09-06 23:23:28 -04:00