[0.0.2.7-beta1] - 2023-03-29
From now on this changelog will use the keep a changelog format: https://keepachangelog.com/en/1.0.0/. YAWP is still following the schematic versioning suggested by forge: https://docs.minecraftforge.net/en/1.19.x/gettingstarted/versioning/.
Added
- CLI: Region state quick-link & command enhancements:
/wp region <dim> <region> state enable|alert
and/wp dim <dim> enable
now can be used without providing the new state (you can still provide the state explicitly though). They work as a toggle used this way. The related quick-links for Dimensional and Local Regions have been adjusted accordingly. - CLI: Undo links. Most command confirmation messages will now provide a link to undo the action. (#63)
- Spawning-related flags now despawns all entities in the Local Region, which are covered by the flag.
- Spawning-related flags now despawns all entities in the Dimensional Region, which are covered by the flag (exluding entities in the Local Regions without the flag).
Changed
- CLI: All remove commands will now run the command immediately instead of suggesting it. (#63)
- Breaking change: Unified flag naming. Replaced all
_
with-
. Invalid flags will be removed automatically from your regions. (#64) Make sure to re-add the removed flags. Affected flags:break_blocks
->break-blocks
place_blocks
->place-blocks
place_fluids
->place-fluids
scoop_fluids
->scoop-fluids
Removed
- Flag
entity-place
. It is replaced by theenderman-griefing
flag, which covers picking and placing of blocks by endermen.
Fixed
- Fix Cuboid areas not saving marked blocks correctly. This does not affect already defined areas.
0.0.2.6-beta1 - 1.19.3 port for Fabric
No changes from the initial 1.19.2 port for Fabric
0.0.2.6-beta4 - 1.19.3 port for Forge
No changes from the last 1.19.2 version for Forge
0.0.2.6-beta1
This is the first beta release of YAWP for Fabric. This port includes all features of the forge version except the following flags: place-fluids
, scoop-fluids
, send-chat
, mob-griefing
, enderman-griefing
, zombie-destruction
.
Bugs are to be expected but I am working to resolve any issues as soon as they arise.
0.0.2.6-beta4
Additions
- Add logging indicator for reloading YAWP config.
- Add logging for invalid default flags for Dimensional and Local Regions provided in
yawp-region-defaults.toml
- Add logging for loaded default flags for Dimensional and Local Regions provided in
yawp-region-defaults.toml
- Add logging for loaded UUIDs for
players_with_permission
- Add logging for loaded block entity identifiers for
break_flag_entities
- Add logging for loaded block entity tag identifiers for
break_flag_entity_tags
- Conclusion: Added a bunch of logging to make your and my life easier.
Fixes
- Fix region flag list pagination not working
- Fix creating a region with marker not prompting the correct parent regions
- Fix creating a region with marker not checking for valid area
- Fix Dimensional Regions not displaying correct amount of Local Regions
0.0.2.5-beta4
Changes
command_op_lvl
not can be set to 5 to disable the usage of mod commands for any OPinvincible
flag now additionally prevents knock back protection
Fixes
- Fix
invincible
flag not working correctly from changes in 0.0.2.3-beta4
0.0.2.4-beta4
Changes
- Adjust mod logging representation
- Flag
break_blocks
now also covers entities (includes thebreak_entities
flag).
Removals
- Remove flag
break_entities
. This is now covered withbreak_blocks
flag. The config stays the same.
Fixes
- Fix message for missing region permissions not displaying correctly
- Attempt to fix NPE for mob grieving flag