diff --git a/PlotSquared/src/com/intellectualcrafters/plot/commands/Copy.java b/PlotSquared/src/com/intellectualcrafters/plot/commands/Copy.java index 269840725..12d15a629 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/commands/Copy.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/commands/Copy.java @@ -18,7 +18,7 @@ import org.bukkit.entity.Player; public class Copy extends SubCommand { public Copy() { - super(Command.COPY, "Copy a plot", "clear", CommandCategory.ACTIONS, true); + super(Command.COPY, "Copy a plot", "copy", CommandCategory.ACTIONS, true); } @Override diff --git a/PlotSquared/src/plugin.yml b/PlotSquared/src/plugin.yml index 0f0b9b4dd..272adf151 100644 --- a/PlotSquared/src/plugin.yml +++ b/PlotSquared/src/plugin.yml @@ -1,6 +1,6 @@ name: PlotSquared main: com.intellectualcrafters.plot.PlotMain -version: 2.0.5 +version: 2.1 load: STARTUP description: > Easy, yet powerful Plot World generation and management.