mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 10:08:34 +00:00
add a bunch of // aliases for commands
This commit is contained in:
@ -544,6 +544,7 @@ public class UtilityCommands {
|
||||
|
||||
@Command(
|
||||
name = "butcher",
|
||||
aliases = { "/butcher" },
|
||||
desc = "Kill all or nearby mobs"
|
||||
)
|
||||
@CommandPermissions("worldedit.butcher")
|
||||
@ -606,7 +607,7 @@ public class UtilityCommands {
|
||||
|
||||
@Command(
|
||||
name = "remove",
|
||||
aliases = { "rem", "rement" },
|
||||
aliases = { "rem", "rement", "/remove", "/rem", "/rement" },
|
||||
desc = "Remove all entities of a type"
|
||||
)
|
||||
@CommandPermissions("worldedit.remove")
|
||||
|
Reference in New Issue
Block a user