commanding-pipeline diff

This commit is contained in:
Jesse Boyd
2019-10-23 05:23:52 +01:00
parent fb91456bdd
commit 2080e9786b
193 changed files with 5449 additions and 3491 deletions

View File

@ -168,6 +168,7 @@ public class RegionCommands {
@Command(
name = "/nbtinfo",
aliases = "/nbt",
desc = "View nbt info for a block"
)
@CommandPermissions("worldedit.nbtinfo")
@ -266,7 +267,7 @@ public class RegionCommands {
@Command(
name = "/replace",
aliases = { "/re", "/rep" },
aliases = { "/re", "/rep", "/r" },
desc = "Replace all blocks in the selection with another"
)
@CommandPermissions("worldedit.region.replace")