mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +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;
|
||||
|
||||
@CommandDeclaration(command = "remove",
|
||||
aliases = {"r", "untrust", "ut", "undeny", "unban", "ud"},
|
||||
aliases = {"r", "untrust", "ut", "undeny", "unban", "ud", "pardon"},
|
||||
usage = "/plot remove <player | *>",
|
||||
category = CommandCategory.SETTINGS,
|
||||
requiredType = RequiredType.NONE,
|
||||
|
Loading…
Reference in New Issue
Block a user