mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 12:58:03 +00:00
Add additional alias for /p middle
http://grammarist.com/spelling/center-centre/
This commit is contained in:
parent
cf5d2a5e86
commit
279084b043
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import com.plotsquared.general.commands.CommandDeclaration;
|
||||||
*/
|
*/
|
||||||
@CommandDeclaration(
|
@CommandDeclaration(
|
||||||
command = "middle",
|
command = "middle",
|
||||||
aliases = {"center"},
|
aliases = {"center", "centre"},
|
||||||
description = "Teleports you to the center of the plot",
|
description = "Teleports you to the center of the plot",
|
||||||
usage = "/plot middle",
|
usage = "/plot middle",
|
||||||
category = CommandCategory.TELEPORT,
|
category = CommandCategory.TELEPORT,
|
||||||
|
|
Loading…
Reference in a new issue