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