Add additional alias for /p middle

http://grammarist.com/spelling/center-centre/
This commit is contained in:
manuelgu 2016-07-09 09:18:55 +02:00
parent cf5d2a5e86
commit 279084b043

View File

@ -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,