From 8a34f12c13fee3241b29de2b6d99b223d250b7f8 Mon Sep 17 00:00:00 2001 From: Jascha Starke Date: Tue, 17 Jan 2012 23:32:49 +0100 Subject: [PATCH] Version-Update Command removed --- LimitedCreative/plugin.yml | 12 ++++++------ .../limitedcreative/LimitedCreativeCore.java | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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);