From 5df6f2a13e90705d8b8215ad420197ddafafd258 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Thu, 10 Jan 2019 22:18:28 +0100 Subject: [PATCH] Update Download.java --- .../intellectualsites/plotsquared/plot/commands/Download.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Download.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Download.java index 3b67c3f8d..7dd7b7acd 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Download.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Download.java @@ -13,7 +13,7 @@ import com.sk89q.jnbt.CompoundTag; import java.net.URL; -@CommandDeclaration(usage = "/plot download [schematic|bo3|world]", command = "download", +@CommandDeclaration(usage = "/plot download [schematic|world]", command = "download", aliases = {"dl"}, category = CommandCategory.SCHEMATIC, requiredType = RequiredType.NONE, description = "Download your plot", permission = "plots.download") public class Download extends SubCommand {