3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-20 06:40:05 +02:00
Dieser Commit ist enthalten in:
sk89q 2011-02-24 16:43:23 -08:00
Ursprung ad62dbe565
Commit 7730ddf679
2 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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]

Datei anzeigen

@ -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})