mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Add additional alias for /p middle
http://grammarist.com/spelling/center-centre/
This commit is contained in:
parent
cf5d2a5e86
commit
279084b043
@ -11,7 +11,7 @@ import com.plotsquared.general.commands.CommandDeclaration;
|
||||
*/
|
||||
@CommandDeclaration(
|
||||
command = "middle",
|
||||
aliases = {"center"},
|
||||
aliases = {"center", "centre"},
|
||||
description = "Teleports you to the center of the plot",
|
||||
usage = "/plot middle",
|
||||
category = CommandCategory.TELEPORT,
|
||||
|
Loading…
Reference in New Issue
Block a user