mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Commands can't have overlapping aliases
This commit is contained in:
parent
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" +
|
||||||
|
Loading…
Reference in New Issue
Block a user