diff --git a/LimitedCreative/plugin.yml b/LimitedCreative/plugin.yml index 58bf17b..a3a49dc 100644 --- a/LimitedCreative/plugin.yml +++ b/LimitedCreative/plugin.yml @@ -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: / load \ No newline at end of file +#commands: +# limitedcreative: +# description: Manually control the Creative-Features +# aliases: lc +# usage: / load \ No newline at end of file diff --git a/LimitedCreative/src/de/jaschastarke/minecraft/limitedcreative/LimitedCreativeCore.java b/LimitedCreative/src/de/jaschastarke/minecraft/limitedcreative/LimitedCreativeCore.java index ed0bf65..b3d32a3 100644 --- a/LimitedCreative/src/de/jaschastarke/minecraft/limitedcreative/LimitedCreativeCore.java +++ b/LimitedCreative/src/de/jaschastarke/minecraft/limitedcreative/LimitedCreativeCore.java @@ -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);