should be a player command

This commit is contained in:
boy0001 2014-11-08 23:17:59 +11:00
parent 20cfa053e5
commit bcc34e7cd8

View File

@ -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
}