changed version number

This commit is contained in:
boy0001 2014-10-19 14:13:33 +11:00
parent 7f57b22e56
commit c8fe54e685
2 changed files with 2 additions and 2 deletions

View File

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

View File

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