[0.0.4.1-beta5] - 2024-10-09
Fixed
- Fix error
This position is not loaded
when trying to create a region or changing region area.
[0.0.4.1-beta4] - 2024-10-04
Fixed
- [Fabric] Fix NPE caused by null entity in mixin for ServerLevel::explode
[0.0.4.1-beta3] - 2024-10-04
Added
- Add option to only log certain FlagStates for FlagCheckResults (Allowed and/or Denied)
Changed
- Formatting of flag messages can now be done by using
&
and§
as prefix. E.g.:"You are &cnot&r allowed to break blocks here, &9{player}&r!"
or"You are §cnot§r allowed to break blocks here, §9{player}§r!"
Fixed
- [Fabric] Fix 'spawning-*' flags preventing all entities from spawning
- Fix wrong FlagCheckResult state being logged
[0.0.4.1-beta2] - 2024-09-23
Fixed
- [Fabric] Fix
use-elytra
flag not working - [Fabric] Fix
set-spawn
flag not working - [Fabric] Fix
sleep
flag not working
[0.0.4.1-beta3] - 2024-10-04
Added
- Add option to only log certain FlagStates for FlagCheckResults (Allowed and/or Denied)
Changed
- Formatting of flag messages can now be done by using
&
and§
as prefix. E.g.:"You are &cnot&r allowed to break blocks here, &9{player}&r!"
or"You are §cnot§r allowed to break blocks here, §9{player}§r!"
Fixed
- [Fabric] Fix 'spawning-*' flags preventing all entities from spawning
- Fix wrong FlagCheckResult state being logged
[0.0.4.1-beta1] - 2024-09-20
Added
- Add Traditional Chinese localization. Thank you very much @dirttw!
- Debug logging for flag checks and most player related flags.
- Add config for logging. You are able to log only certain flags or flag categories.
- [Fabric] Add
place-fluid
andscoop-fluid
flag, bringing flag consistency with forge version of the mod.
Changed
- The
lightning
flag now also prevents lightning strikes not hitting entities, prevents creation of fire blocks and de-oxidation of copper blocks. These additional features may be split in separate flags down the road. - The
access-container
flag now considers all entities implementing the vanilla inventory (like Minecarts with chests). - The mod file now includes the license, readme, credits and this changelog.
Fixed
- Fix bug which prevented removing from child regions with sphere area type
- Fix undo link for flag state setting
- Fix incorrect MAX and MIN defaults for expand command to be correct for the corresponding minecraft version.
- Fix some smaller CLI issues and typos
- [Fabric] Fix
exe-command
flag not working - [Fabric] Fix
place-block
flag preventing interacting with entities/blocks. - [Fabric] Fix inventory desync when using
place-blocks
flag.
[0.0.4.0-beta2] - 2024-08-18
Changed
- The error message for creating a region now specifies whether the parent region is unsuitable due to permission issues or because it doesn't contain the child region.
Fixed
- Fix ResourceLocation/Identifier entries in
covered_block_entities
not correctly considered in some versions (1.20+). - Tags included in the list
covered_block_entity_tags
inside the configyawp-flags.toml
are now considered for thebreak-blocks
andplace-blocks
flag - Fix RegionMarker not working properly
- Fix NPE when checking for player related flags which caused (beside others) issues with Minecolonies
- Fix NPE when checking for mob-griefing through a projectile from an already dead entity (e.g. fireball from a ghast)
- Fix display of wrong flag state in CLI