From 279084b0431fc71d5df7aa814bb4084cb06d5173 Mon Sep 17 00:00:00 2001 From: manuelgu Date: Sat, 9 Jul 2016 09:18:55 +0200 Subject: [PATCH] Add additional alias for /p middle http://grammarist.com/spelling/center-centre/ --- .../java/com/intellectualcrafters/plot/commands/Middle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/intellectualcrafters/plot/commands/Middle.java b/Core/src/main/java/com/intellectualcrafters/plot/commands/Middle.java index 4ab8a0b39..4e06c734b 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/commands/Middle.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/commands/Middle.java @@ -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,