Remove dead link

This commit is contained in:
manuelgu 2016-06-20 10:49:40 +02:00
parent 01d508edf4
commit 7ad50b6314

View File

@ -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.PLAYER) requiredType = RequiredType.PLAYER)