Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit/command/util
wizjany 6962b2e7b6 Add comprehensive suggestions to many commands.
All patterns now have suggestions, including recursive patterns.
Suggestions will suggest blocks and block states.
All masks now have suggestions, though mask intersections are not
yet supported due to issues with quotes strings.
EntityRemover and ItemFactory now also have completions, as well
as all RegistryConverters (though I am unsure how many are actually
used).

Also use paper's AsyncTabComplete event, if available.
2019-05-28 22:55:20 -04:00
..
AsyncCommandBuilder.java Fix //expand, improve //help 2019-05-17 22:24:31 -07:00
CommandPermissions.java Patch new cmds system into old system 2019-04-04 16:16:04 -07:00
CommandPermissionsConditionGenerator.java Fix checkstyle/license/gen code 2019-04-23 15:44:33 -07:00
CreatureButcher.java Remove the -l lightning flag from butcher 2019-04-26 23:42:57 +10:00
EntityRemover.java Port utility commands 2019-04-25 19:36:22 -07:00
FutureProgressListener.java Move the pasting system over to WorldEdit, and add a /we report command. Currently only reports system status and the config. Need to add a platform reporter system. 2018-12-18 19:28:55 +10:00
Logging.java Port ChunkCommands, fix up injection, simplify registration 2019-04-16 23:02:23 -07:00
MessageTimerTask.java Move the pasting system over to WorldEdit, and add a /we report command. Currently only reports system status and the config. Need to add a platform reporter system. 2018-12-18 19:28:55 +10:00
PermissionCondition.java Finish porting commands 2019-04-26 01:18:02 -07:00
PrintCommandHelp.java Fix //expand, improve //help 2019-05-17 22:24:31 -07:00
SuggestionHelper.java Add comprehensive suggestions to many commands. 2019-05-28 22:55:20 -04:00