geforkt von Mirrors/FastAsyncWorldEdit
Removed /t.
Dieser Commit ist enthalten in:
Ursprung
ad62dbe565
Commit
7730ddf679
@ -198,7 +198,6 @@ commands:
|
||||
tool:
|
||||
description: Select a tool to bind
|
||||
usage: /<command>
|
||||
aliases: ['t']
|
||||
mat:
|
||||
description: Set the brush material
|
||||
usage: /<command> [pattern]
|
||||
|
@ -63,7 +63,7 @@ public class ToolUtilCommands {
|
||||
}
|
||||
|
||||
@Command(
|
||||
aliases = {"tool", "t"},
|
||||
aliases = {"tool"},
|
||||
desc = "Select a tool to bind"
|
||||
)
|
||||
@NestedCommand({ToolCommands.class})
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren