WorldGuard blacklist not working completely

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

L0rdLogan

New Member
Jul 29, 2019
3
0
0
I need help with the worldguard blacklist on FTB Ultimate,
The problem is, is that if a player places a lava bucket it only notifies the admins once and then the player can pickup the lava and place it again to as many times as they like without a warning!!

I am using WorldGuard 5.7.3 and MCPC+

Can you help me?

Screenshots:
20130508090317.png


After the warning has gone:
20130508090325.png


Config for denying the use of lava buckets:

# Deny lava buckets

[lavabucket]
ignore-perms=my.own.madeup.permission
ignore-groups=admins,mods
on-use=deny,tell,notify
 

TheMap

Member
Jul 29, 2019
175
0
11
If you use essentials use that black list instead or if you have both installed they could be conflicting as I believe the default config for essentials black lists lava buckets.
 

L0rdLogan

New Member
Jul 29, 2019
3
0
0
Thank You TheMap, I was using that before but found from previous experience that WorldGuard's blacklist is better as it has more options, I'll see if there's anyway of disabling the essentials list as i prefer worldguards, if not i'll stick to essentials blacklist system.

Thanks you