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

Using /wp dim to delete regions while they are children stops deleting of parent region #107

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

Issue: Deleted Child regions through /wp dim. Went to delete parent region. Error: "Region [parent-region] can't be deleted because it has child regions." Attempt to remove child regions. Error: "Region [child-region] does not exist".

Workaround: create identical region with same name, then remove child from parent.

Z0rdak commented 2 months ago

Thanks for the report. I’ve already fixed this issue in the upcoming update 0.0.4.0-beta1.

Best regards