mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
should be a player command
This commit is contained in:
parent
20cfa053e5
commit
bcc34e7cd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue