Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-09 13:00:05 +01:00
Commands can't have overlapping aliases
Dieser Commit ist enthalten in:
Ursprung
a62cbce787
Commit
20fff1c668
@ -780,7 +780,7 @@ public class BrushCommands {
|
|||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
name = "copypaste",
|
name = "copypaste",
|
||||||
aliases = {"copy", "paste", "cp", "copypasta"},
|
aliases = {"cp", "copypasta"},
|
||||||
desc = "Copy Paste brush",
|
desc = "Copy Paste brush",
|
||||||
descFooter = "Left click the base of an object to copy.\n" +
|
descFooter = "Left click the base of an object to copy.\n" +
|
||||||
"Right click to paste\n" +
|
"Right click to paste\n" +
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren