fix some Command annotations

This commit is contained in:
Jesse Boyd
2019-07-17 15:43:18 +10:00
parent 0e54f196fc
commit cedb261313
16 changed files with 524 additions and 739 deletions

View File

@@ -551,11 +551,9 @@ public class SchematicCommands {
/*
@Command(
aliases = {"show"},
name = "show",
desc = "Show a schematic",
usage = "[global|mine|<filter>]",
flags = "dnp",
help = "List all schematics in the schematics directory\n" +
descFooter = "List all schematics in the schematics directory\n" +
" -f <format> restricts by format\n"
)
@CommandPermissions("worldedit.schematic.show")