Z0rdak / Yet-Another-World-Protector

Yet Another World Protector is a server-side protection mod which allows you to protect your creations against various different events/actions of players, mobs and the environment. It was inspired by the forge mod WorldProtector and the WorldGuard plugin.
https://www.curseforge.com/minecraft/mc-mods/yawp
GNU Affero General Public License v3.0
22 stars 9 forks source link

Players can still place liquids (water/lava) even when place-blocks flag is on #104

Closed Ikethepro18 closed 2 weeks ago

Ikethepro18 commented 6 months ago

Just as described. Players still get the warning telling them that placing blocks is disabled, but the water/lava (and presumably any other non-vanilla liquids) still place

Z0rdak commented 6 months ago

Please state your

Ikethepro18 commented 6 months ago

Fabric 0.15.7 Minecraft 1.20.4 YAWP 0.0.2.9-beta3

Z0rdak commented 6 months ago

Thank you for providing this information.

The current fabric versions are still missing the flags 'scoop-liquid' and 'place-fluid'. See: Wiki-Flags. The place-blocks flag does not prevent this in the first place.

The message you are getting is a bug though and should not be show in this case.

Z0rdak commented 2 weeks ago

Quick update here:

I fixed the misleading error message AND added the two fluid related flags to fabric: scoop-liquid and place-fluid.

This is part of version 0.0.4.1-beta1 and will be release within the next couple of days.