add a bunch of // aliases for commands

This commit is contained in:
dordsor21
2020-04-19 11:43:30 +01:00
parent 415e91b519
commit 7b9a64e9a6
10 changed files with 32 additions and 8 deletions

View File

@ -307,6 +307,7 @@ public class SelectionCommands {
@Command(
name = "toggleeditwand",
aliases = { "/toggleeditwand" },
desc = "Remind the user that the wand is now a tool and can be unbound with /none."
)
@CommandPermissions("worldedit.wand.toggle")