Merge pull request #1245 from manuelgu/fix/CentreCenterName

Add additional alias for /p middle
This commit is contained in:
Jesse Boyd
2016-07-10 22:58:54 +10:00
committed by GitHub

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,