Merge pull request #1205 from manuelgu/fix/deadlink

Remove dead link
This commit is contained in:
Jesse Boyd 2016-06-20 18:52:35 +10:00 committed by GitHub
commit a2ca9a52ea

View File

@ -7,14 +7,12 @@ import com.intellectualcrafters.plot.object.PlotPlayer;
import com.plotsquared.general.commands.CommandDeclaration;
/**
* Legally stolen from https://github.com/manuelgu/PlotSquaredMiddle
*
* @author manuelgu, altered by Citymonstret
*/
@CommandDeclaration(
command = "middle",
aliases = {"center"},
description = "Teleports you to the center of the current plot",
description = "Teleports you to the center of the plot",
usage = "/plot middle",
category = CommandCategory.TELEPORT,
requiredType = RequiredType.NONE)