geforkt von Mirrors/FastAsyncWorldEdit
fix: Unify superpickaxe behavior (#1553)
Fixes https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/1547
Dieser Commit ist enthalten in:
Ursprung
d17e3a6555
Commit
016b4ba81d
@ -180,8 +180,8 @@ public class ToolUtilCommands {
|
||||
}
|
||||
|
||||
@Command(
|
||||
name = "/superpickaxe",
|
||||
aliases = {",", "/sp", "/pickaxe", "/"},
|
||||
name = "/",
|
||||
aliases = {","},
|
||||
desc = "Toggle the super pickaxe function"
|
||||
)
|
||||
@CommandPermissions("worldedit.superpickaxe")
|
||||
|
@ -474,7 +474,9 @@ public final class PlatformCommandManager {
|
||||
);
|
||||
registerSubCommands(
|
||||
"superpickaxe",
|
||||
ImmutableList.of("pickaxe", "sp"),
|
||||
//FAWE start - register /<command> commands
|
||||
ImmutableList.of("pickaxe", "/pickaxe", "sp", "/sp"),
|
||||
//FAWE end
|
||||
"Super-pickaxe commands",
|
||||
SuperPickaxeCommandsRegistration.builder(),
|
||||
new SuperPickaxeCommands(worldEdit)
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren