Whoops. (Forgot to add new Expressions to the counter).

This commit is contained in:
Richard 2015-12-12 18:25:32 -02:00
parent 925e92673e
commit c7034ae857

View File

@ -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%");