mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
commit
a2ca9a52ea
1 changed files with 1 additions and 3 deletions
|
@ -7,14 +7,12 @@ import com.intellectualcrafters.plot.object.PlotPlayer;
|
||||||
import com.plotsquared.general.commands.CommandDeclaration;
|
import com.plotsquared.general.commands.CommandDeclaration;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Legally stolen from https://github.com/manuelgu/PlotSquaredMiddle
|
|
||||||
*
|
|
||||||
* @author manuelgu, altered by Citymonstret
|
* @author manuelgu, altered by Citymonstret
|
||||||
*/
|
*/
|
||||||
@CommandDeclaration(
|
@CommandDeclaration(
|
||||||
command = "middle",
|
command = "middle",
|
||||||
aliases = {"center"},
|
aliases = {"center"},
|
||||||
description = "Teleports you to the center of the current plot",
|
description = "Teleports you to the center of the plot",
|
||||||
usage = "/plot middle",
|
usage = "/plot middle",
|
||||||
category = CommandCategory.TELEPORT,
|
category = CommandCategory.TELEPORT,
|
||||||
requiredType = RequiredType.NONE)
|
requiredType = RequiredType.NONE)
|
||||||
|
|
Loading…
Reference in a new issue