mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
Merge pull request #1245 from manuelgu/fix/CentreCenterName
Add additional alias for /p middle
This commit is contained in:
commit
ad2db9b836
@ -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 New Issue
Block a user