WorldGuard

WorldGuard

8M Downloads

Blacklist spawn_egg on-use doesn't work

LadyCailinBot opened this issue ยท 4 comments

commented

WORLDGUARD-3254 - Reported by val59000

Hello

I'm trying to prevent people from using spawn_egg with this blacklist :

[spawn_egg]
on-use=deny
on-dispense=deny

It does block it in the dispensers but not by hand.

version : CraftBukkit version git-Spigot-b43a31a-20c65ca
wg version: WorldGuard 6.0.0-SNAPSHOT.1477

commented

Comment by PseudoKnight

Ya, pretty sure it's MONSTER_EGG in Bukkit.

commented

Comment by val59000

Didn't work either
spawn_egg works because the on-dispense rule works with spawn_egg
It's the on-use which doesn't work with spawn_egg or MONSTER_EGG or monster_egg

commented

Comment by sk89q

Use MONSTER_EGG and the latest build.

commented

Comment by val59000

Thanks !