[0.5.2-beta2] - 2025-02-16
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-beta1] - 2025-02-14
Added
- Contributions guideline (CONTRIBUTING.md)
- (API) Add getting started section in README
- (API) Add usage section in wiki
- Added new flags:
keep-inv
keep-xp
no-item-despawn
PR#142no-hunger
- Added additional command for region deletion in local region commands:
/yawp local <dim> <region> delete -y
Changed
- Disable flag check/result logging by default
- Improve hint and add link to add flag when it does not exist in region
Deleted
- Remove
/wp
command alternative and switch to just/yawp
as the base cmd. This prevents trouble regarding the config and command registration and as well as questions why commands not work (looking at you JourneyMap!) - Remove
wp_root_command
config option fromyawp-common.toml
Fixed
- Fix project setup not working on MAC due to missing dependencies. Added minecraft repo, to include lwjgl files to allow booting. PR#143
- Fix RegionMarker not resetting
- (Breaking change) Fix typo in snow-smelting flag. It's not properly called
snow-melting
. You'll need to add this flag again in your regions. - Fix region data dump causing errors when size is too big. For now dump is limited to a certain region size.
[0.5.2-beta1] - 2025-02-14
Added
- Contributions guideline (CONTRIBUTING.md)
- (API) Add getting started section in README
- (API) Add usage section in wiki
- Added new flags:
keep-inv
keep-xp
no-item-despawn
PR#142no-hunger
- Added additional command for region deletion in local region commands:
/yawp local <dim> <region> delete -y
Changed
- Disable flag check/result logging by default
- Improve hint and add link to add flag when it does not exist in region
Deleted
- Remove
/wp
command alternative and switch to just/yawp
as the base cmd. This prevents trouble regarding the config and command registration and as well as questions why commands not work (looking at you JourneyMap!) - Remove
wp_root_command
config option fromyawp-common.toml
Fixed
- Fix project setup not working on MAC due to missing dependencies. Added minecraft repo, to include lwjgl files to allow booting. PR#143
- Fix RegionMarker not resetting
- (Breaking change) Fix typo in snow-smelting flag. It's not properly called
snow-melting
. You'll need to add this flag again in your regions. - Fix region data dump causing errors when size is too big. For now dump is limited to a certain region size.
[0.5.1-beta4] - 2025-02-09
Fixed
- (Fabric) Fix place-block flag target position being calculated incorrectly
- Fix explosion flag causing npe
- Fix melee flags using wrong position for check
- Fix no-pvp flag having the wrong position for check and messaging the wrong player
- (Fabric) Fix missing UpdateArea event implementation
[0.5.1-beta3] - 2025-01-27
Fixed
- Fix NPE when updating area