Version-Update
Command removed
This commit is contained in:
parent
866118a0f2
commit
8a34f12c13
2 changed files with 7 additions and 7 deletions
|
@ -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
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue