geforkt von Mirrors/FastAsyncWorldEdit
/b changed to /br.
Dieser Commit ist enthalten in:
Ursprung
92571d96f3
Commit
9a2039bed0
@ -221,7 +221,7 @@ commands:
|
||||
brush:
|
||||
description: Brush tool
|
||||
usage: /<command>
|
||||
aliases: ['b']
|
||||
aliases: ['br']
|
||||
info:
|
||||
description: Block information tool
|
||||
usage: /<command>
|
||||
|
@ -124,7 +124,7 @@ public class ToolCommands {
|
||||
}
|
||||
|
||||
@Command(
|
||||
aliases = {"brush", "b"},
|
||||
aliases = {"brush", "br"},
|
||||
desc = "Brush tool"
|
||||
)
|
||||
@NestedCommand({BrushCommands.class})
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren