From bcc34e7cd8939dc7c271314be7a314ee9dffc28f Mon Sep 17 00:00:00 2001 From: boy0001 Date: Sat, 8 Nov 2014 23:17:59 +1100 Subject: [PATCH] should be a player command --- .../java/com/intellectualcrafters/plot/commands/Schematic.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Schematic.java b/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Schematic.java index 0bdba3176..e9a5bb65d 100644 --- a/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Schematic.java +++ b/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Schematic.java @@ -25,7 +25,7 @@ import com.intellectualcrafters.plot.UUIDHandler; public class Schematic extends SubCommand { public Schematic() { - super("schematic", "plots.admin", "Schematic Command", "schematic {arg}", "sch", CommandCategory.ACTIONS, false); + super("schematic", "plots.schematic", "Schematic Command", "schematic {arg}", "sch", CommandCategory.ACTIONS, false); // TODO command to fetch schematic from worldedit directory }