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
19 stars 8 forks source link

Normal players locked out of region, only OPs affected by flags correctly. #108

Closed crimsonShard002 closed 2 months ago

crimsonShard002 commented 2 months ago

Mod Version: yawp-1.19.2-0.0.2.9-beta3-forge Forge Version: 43.3.13

Created a large region with flags "break-blocks", "access-containers", and "place-blocks". Created child region. Removed "access-containers" flag from parent. Players still unable to access containers in children. Admins seem to receive correct flags, and are able to access chests, but not break blocks.

crimsonShard002 commented 2 months ago

My mistake, I had a section of world spawn clipping into the region, causing some confusion. Moved worldspawn and flags worked as intended.