WorldGuard

WorldGuard

8M Downloads

Blacklist isn't working properly

LadyCailinBot opened this issue ยท 9 comments

commented

WORLDGUARD-3398 - Reported by wesley27

Our blacklist that has worked for years isn't working with the latest builds. There isn't an error, it just isn't stopping things. It prevents the placing of bedrock and other blocks correctly and kicks the player. But, the other things in our blacklist it doesn't.

It should block the use of mob-spawn eggs. It is sending the player the message but not blocking the item from spawning a mob. It should also prevent unranked users from placing lava or using a flint and steel. It is sending the message, but not blocking the use of the items. Please help when you can, thanks! I am on the latest build, and I've attached my blacklist.txt.

commented

Comment by wizjany

Odd, generally if worldguard sends the player a message, it's cancelling the event correctly. Can you try turning [event logging|http://docs.enginehub.org/manual/worldguard/latest/advanced/event-logging/#displaying-internal-events] on and seeing if the events show as cancelled? You should also try disabling all other plugins.

commented

Comment by wesley27

Hey, I'm sorry got caught up, really busy few days didn't get a chance to do that. Here's what it says:

Console : [15:41:33 INFO]: [WorldGuard] SPAWN PIG [CraftPlayer{name=wesley27}] @11177,217,-12286 :PlayerInteractEvent
Console : [15:41:33 INFO]: [WorldGuard] USE MONSTER_EGG [CraftPlayer{name=wesley27}] @OC_2015 :PlayerInteractEvent [CANCELLED]

It clearly thinks it's cancelling it, and I'm getting the message in chat that I have set to send to say it's blocked. But it isn't cancelling it, The mob still spawns.

It works for tnt which is blocked except for a certain rank:
Console : [15:47:17 INFO]: [WorldGuard] INTERACT TNT [CraftPlayer{name=wesley27}] @ :PlayerInteractEvent [CANCELLED]
Console : [15:47:17 INFO]: [WorldGuard] [OC_2015] wesley27 tried to place TNT (#46:0)
Console : [15:47:17 INFO]: [WorldGuard] PLACE TNT @ [CraftPlayer{name=wesley27}] :PlayerInteractEvent [CANCELLED]

Not sure what the issue is.

commented

Comment by wizjany

What version of worldguard do you have?

commented

Comment by wesley27

6.0.0-SNAPSHOT.1477-

This issue was happening before I got that version, on an older 6.0.0-SNAPSHOT. I updated to that version when it was the newest and it was still occurring.

commented

Comment by wizjany

Holy damn that's old. Update please, it should already be fixed.

commented

Comment by wesley27

It works, my bad, I updated to the latest version a few days ago and I guess I put it on every server but this one.. thanks! I'm sorry for wasting your time with that.

commented

Comment by Sully.TheUnusual

Blacklisting is not working for me. I turned on Event Logging, and it says it's denying the event, but it allows it. It prints the message, but doesn't deny. Using WorldEdit #3370 and WorldGuard #1590.

commented

Comment by wizjany

please open a new ticket.

commented

Comment by Sully.TheUnusual

Done. http://youtrack.sk89q.com/issue/WORLDGUARD-3436