[0.5.3-beta2] - 2025-05-17
Fixed
- Fix CME during region hierarchy resolving, causing server to crash on startup
[0.5.2-beta4] - 2025-05-14
This version states the changes need for the YAWP port for Minecraft 1.21.5.
Added
- Italian translation. Thanks to ZIOMARK#1358
- Brazilian Portuguese translation. Thanks to MATIASTGM#7157
Changed
- Breaking changes to region data saving and loading!
yawp-dimensions.dat
is split up in multiple files:dimensions.dat
: stores a list of dimensions managed by YAWPglobal.dat
: global region data- and then a file for each dimension managed by YAWP so for
minecraft:overworld
it would beminecraft_overworld.dat
. It stores the dimension region and the local regions for the overworld.
[0.5.2-beta4] - 2025-02-23
Changed
- Disabled compat with Snow! Real Magic! to prevent crashes.
[0.5.2-beta3] - 2025-02-22
Added
- Add simplified chinese localization. Thank you very much kaixue#6395!
Fixed
- (1.21.1+) Fix crash when adding player by-uuid or by-name, thanks legenden#7526! (PR#155)
- (1.20.1, 1.21.1) Crash due to prev added compat with Snow! Real Magic!
[0.5.2-beta2] - 2025-02-21
Added
- Add config option to disable RegionMarker creation through renaming a Stick in an Anvil
- Add compat with Snow! Real Magic! - closes Issue #152
- Add new
playerHasBypassPermission(IProtectedRegion, Player);
inde.z0rdak.yawp.api.permission
.
Changed
- (API) Reworked and moved around some helpers for flag checking
Fixed
- (Fabric) Fix
spawning-all
flag not excluding item entities. This fixes item deleting when using this flag in combination with theitem-drop
flag. - Fix item entities or entities like armor stand, paintings, etc. de-spawning when adding
spawning-all
flag to a region. - Renaming a stick in an Anvil does not consider the input name and will always result in a RegionMarker
- Fix missing info logging for config options
- Fix owners and members of child region not bypassing flag if parent denies the same flag
[0.5.2-beta3] - 2025-02-22
Added
- Add simplified chinese localization. Thank you very much kaixue#6395!
Fixed
- (1.21.1+) Fix crash when adding player by-uuid or by-name, thanks legenden#7526! (PR#)
- Crash due to prev added compat with Snow! Real Magic!
[0.5.2-beta2] - 2025-02-21
Added
- Add config option to disable RegionMarker creation through renaming a Stick in an Anvil
- Add compat with Snow! Real Magic! - closes Issue #152
- Add new
playerHasBypassPermission(IProtectedRegion, Player);
inde.z0rdak.yawp.api.permission
.
Changed
- (API) Reworked and moved around some helpers for flag checking
Fixed
- (Fabric) Fix
spawning-all
flag not excluding item entities. This fixes item deleting when using this flag in combination with theitem-drop
flag. - Fix item entities or entities like armor stand, paintings, etc. de-spawning when adding
spawning-all
flag to a region. - Renaming a stick in an Anvil does not consider the input name and will always result in a RegionMarker
- Fix missing info logging for config options
- Fix owners and members of child region not bypassing flag if parent denies the same flag