mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Removed /t.
This commit is contained in:
parent
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})
|
||||
|
Loading…
Reference in New Issue
Block a user