Version-Update

Command removed
This commit is contained in:
Jascha Starke 2012-01-17 23:32:49 +01:00
parent 866118a0f2
commit 8a34f12c13
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
name: LimitedCreative
main: de.jaschastarke.minecraft.limitedcreative.LimitedCreativeCore
version: 0.1-alpha
version: 0.1-beta
depend: [WorldGuard]
commands:
limitedcreative:
description: Manually control the Creative-Features
aliases: lc
usage: /<command> load
#commands:
# limitedcreative:
# description: Manually control the Creative-Features
# aliases: lc
# usage: /<command> load

View file

@ -26,7 +26,7 @@ public class LimitedCreativeCore extends JavaPlugin {
config = new Configuration(this.getConfig());
Listener.register(this);
Commands.register(this);
//Commands.register(this);
try {
Class.forName("com.sk89q.worldguard.bukkit.WorldGuardPlugin", false, null);
worldguard = new WorldGuardIntegration(this);