mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
/b changed to /br.
This commit is contained in:
parent
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 static void cycler(CommandContext args, WorldEdit we,
|
||||
}
|
||||
|
||||
@Command(
|
||||
aliases = {"brush", "b"},
|
||||
aliases = {"brush", "br"},
|
||||
desc = "Brush tool"
|
||||
)
|
||||
@NestedCommand({BrushCommands.class})
|
||||
|
Loading…
Reference in New Issue
Block a user