Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-12 22:20:08 +01:00
/b changed to /br.
Dieser Commit ist enthalten in:
Ursprung
92571d96f3
Commit
9a2039bed0
@ -221,7 +221,7 @@ commands:
|
|||||||
brush:
|
brush:
|
||||||
description: Brush tool
|
description: Brush tool
|
||||||
usage: /<command>
|
usage: /<command>
|
||||||
aliases: ['b']
|
aliases: ['br']
|
||||||
info:
|
info:
|
||||||
description: Block information tool
|
description: Block information tool
|
||||||
usage: /<command>
|
usage: /<command>
|
||||||
|
@ -124,7 +124,7 @@ public class ToolCommands {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
aliases = {"brush", "b"},
|
aliases = {"brush", "br"},
|
||||||
desc = "Brush tool"
|
desc = "Brush tool"
|
||||||
)
|
)
|
||||||
@NestedCommand({BrushCommands.class})
|
@NestedCommand({BrushCommands.class})
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren