NoCheatPlus/NCPCore/src/main/java/fr/neatmonster/nocheatplus/command
asofold ea5b249197 Alter how command lists are interpreted. Might fix some issues.
Details:
* Only trim commands from the left side (both on feed and check).
* Ensure versions with and without leading '/' are fed into trees.
* Move methods to feed CharPrefixTree from configs to CommandUtil.

Potentially fixes (untested):
* Only deny the sub-commands for a prefix, example: feed 'version ' to
consoleonly, in order to allow 'version' but not 'version NoCheatplus'.
* Might fix some plugin/server specific prefixes not being detected,
example: feed "/version" and expect "/bukkit:version" to be blocked.
2014-12-17 18:54:04 +01:00
..
actions [API CHANGE] Add debug flags to check data [missing: use that one]. 2014-12-04 02:24:20 +01:00
admin Make LogManager an interface. 2014-12-04 15:56:16 +01:00
AbstractCommand.java Correct comment. 2014-10-30 13:02:07 +01:00
BaseCommand.java Put commands on feet. 2013-06-11 21:17:06 +02:00
CommandUtil.java Alter how command lists are interpreted. Might fix some issues. 2014-12-17 18:54:04 +01:00
INotifyReload.java Move most code to NCPCore, removes NCPCompat. 2013-05-22 12:24:48 +02:00
NoCheatPlusCommand.java Add command "ncp debug player (player1) ...". 2014-12-04 03:52:48 +01:00