From 7ad50b6314b73a6ec731b3ef911b7f8db229615f Mon Sep 17 00:00:00 2001 From: manuelgu Date: Mon, 20 Jun 2016 10:49:40 +0200 Subject: [PATCH] Remove dead link --- .../java/com/intellectualcrafters/plot/commands/Middle.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Core/src/main/java/com/intellectualcrafters/plot/commands/Middle.java b/Core/src/main/java/com/intellectualcrafters/plot/commands/Middle.java index 771b249cc..394fe9b1f 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/commands/Middle.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/commands/Middle.java @@ -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.PLAYER)