From c7034ae857de8ef3e4210a725a79407e0ff2962f Mon Sep 17 00:00:00 2001 From: Richard Date: Sat, 12 Dec 2015 18:25:32 -0200 Subject: [PATCH] Whoops. (Forgot to add new Expressions to the counter). --- src/me/TheBukor/SkStuff.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/me/TheBukor/SkStuff.java b/src/me/TheBukor/SkStuff.java index aaf1e9f..53de80e 100644 --- a/src/me/TheBukor/SkStuff.java +++ b/src/me/TheBukor/SkStuff.java @@ -378,7 +378,7 @@ public class SkStuff extends JavaPlugin { if (Bukkit.getPluginManager().getPlugin("WorldEdit") != null) { getLogger().info("WorldEdit found! Registering WorldEdit stuff..."); condAmount += 1; - effAmount += 2; + effAmount += 5; exprAmount += 16; typeAmount += 1; Skript.registerCondition(CondSelectionContains.class, "[(world[ ]edit|we)] selection of %player% (contains|has) %location%", "%player%'s [(world[ ]edit|we)] selection (contains|has) %location%", "[(world[ ]edit|we)] selection of %player% does(n't| not) (contain|have) %location%", "%player%'s [(world[ ]edit|we)] selection does(n't| not) (contain|have) %location%");