mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Make /plot pardon an alias of Plot Remove (#3071)
* Make /plot pardon an alias of /plot undeny * Make Remove state more clearly what it does * Lazily target v6
This commit is contained in:
parent
2045a4988d
commit
c146d6207d
@ -45,7 +45,7 @@ import java.util.UUID;
|
|||||||
import java.util.concurrent.TimeoutException;
|
import java.util.concurrent.TimeoutException;
|
||||||
|
|
||||||
@CommandDeclaration(command = "remove",
|
@CommandDeclaration(command = "remove",
|
||||||
aliases = {"r", "untrust", "ut", "undeny", "unban", "ud"},
|
aliases = {"r", "untrust", "ut", "undeny", "unban", "ud", "pardon"},
|
||||||
usage = "/plot remove <player | *>",
|
usage = "/plot remove <player | *>",
|
||||||
category = CommandCategory.SETTINGS,
|
category = CommandCategory.SETTINGS,
|
||||||
requiredType = RequiredType.NONE,
|
requiredType = RequiredType.NONE,
|
||||||
|
Loading…
Reference in New Issue
Block a user