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
|
name: LimitedCreative
|
||||||
main: de.jaschastarke.minecraft.limitedcreative.LimitedCreativeCore
|
main: de.jaschastarke.minecraft.limitedcreative.LimitedCreativeCore
|
||||||
version: 0.1-alpha
|
version: 0.1-beta
|
||||||
depend: [WorldGuard]
|
depend: [WorldGuard]
|
||||||
commands:
|
#commands:
|
||||||
limitedcreative:
|
# limitedcreative:
|
||||||
description: Manually control the Creative-Features
|
# description: Manually control the Creative-Features
|
||||||
aliases: lc
|
# aliases: lc
|
||||||
usage: /<command> load
|
# usage: /<command> load
|
|
@ -26,7 +26,7 @@ public class LimitedCreativeCore extends JavaPlugin {
|
||||||
|
|
||||||
config = new Configuration(this.getConfig());
|
config = new Configuration(this.getConfig());
|
||||||
Listener.register(this);
|
Listener.register(this);
|
||||||
Commands.register(this);
|
//Commands.register(this);
|
||||||
try {
|
try {
|
||||||
Class.forName("com.sk89q.worldguard.bukkit.WorldGuardPlugin", false, null);
|
Class.forName("com.sk89q.worldguard.bukkit.WorldGuardPlugin", false, null);
|
||||||
worldguard = new WorldGuardIntegration(this);
|
worldguard = new WorldGuardIntegration(this);
|
||||||
|
|
Loading…
Reference in a new issue