[0.0.2.9-beta3] - 2023-08-12
Fixed
- [Forge] Fix place-blocks and no-walker-freeze flags not working together properly
- [Fabric] Fix spawning-all flag destroying thrown out items
- [Fabric] Fix inventory desync when placing a block with the
place-blocks
flag active - Fix command block execution not working
- Fix misleading error message when supplying invalid local region name
- Fix single block region area size being calculated incorrectly
- Fix warn message for invalid keys in yawp-flags.toml config file
- Fix typos
[0.0.3.0-beta1] - 2024-03-27
Add first basic draft for an API to manage regions Pull Request #105. Thank you very much!
- Implement CreateRegion event which is fired whenever a region is created. This event can be canceled to prevent the creation.
- Implement UpdateRegion event which is fired whenever a region is update (the area changed). This event can be canceled.
- Implement DeleteRegion event which is fired whenever a region is deleted. This event can be canceled to prevent the deletion.
Changed
- Bump forge version to latest (36.2.42)
[0.0.2.9-beta3] - 2023-08-12
Fixed
- [Forge] Fix place-blocks and no-walker-freeze flags not working together properly
- [Fabric] Fix spawning-all flag destroying thrown out items
- [Fabric] Fix inventory desync when placing a block with the
place-blocks
flag active - Fix command block execution not working
- Fix misleading error message when supplying invalid local region name
- Fix single block region area size being calculated incorrectly
- Fix warn message for invalid keys in yawp-flags.toml config file
- Fix typos
[0.0.2.9-beta2] - 2023-06-11
Added
- [1.19.4+] Add default english fallback translation