Skip to content

Commit 431965f

Browse files
committed
bump version to 0.6.3-beta1
1 parent 722c88e commit 431965f

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

changelogs/0.6.3-beta1.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# [0.6.3-beta1] - 2025-21-12
2+
3+
## Added
4+
5+
- Add RegionSpatialCache to index regions in the world based on sub-chunks (sections).
6+
- Add PlayerPosTracker to track the position of players
7+
- Add RegionEvent.PlayerEnter. It is fired when a player enters a Local Region
8+
- Add RegionEvent.PlayerLeave. It is fired when a player leaves a Local Region
9+
- Add default title message which is displayed when a player enters/leaves a Local Region. This will be customizable in the future.
10+
- Add `yawp-features.toml` config to enable/disable features.
11+
- Add config setting to enable player tracker in `yawp-features.toml`
12+
- Add config setting to log detailed event info in `yawp-logging.toml`
13+
- Levels (Dimensional Regions and Local Regions for that level) now need to be tracked to be recognized by YAWP.
14+
- Add command `/yawp global track <level>` to track a level so it can be protected like always.
15+
- Add config setting to enable/disable the automatic tracking of Levels (Dimensional Regions and Local Regions for that level) in `yawp-features.toml`. Default is true which will work like before.
16+
17+
## Changed
18+
19+
- Rename flag `xp-drop-all` to `drop-xp`. This now covers all xp dropping from players killing monsters.
20+
- Rework saving to reduce performance impact.
21+
- Commands no longer trigger saving of all data, instead specific to the level of the involved region.
22+
23+
## Removed
24+
25+
- Remove flags `xp-drop-player`, `xp-drop-other`, `xp-drop-monsters`. This is covered by `drop-xp`.
26+
- Remove flag `trample-farmland-other`. This is covered by `trample-farmland`.
27+
28+
## Fixed
29+
30+
- Fix NPE when updating tp anchor position.
31+
- Fix cuboid area not being normalized causing issues with recognizing players entering/leaving.
32+
- Fix visualization not being updated when updating region area
33+
- Fix visualization not being removed when removing regions.
34+
- Fix spammy output when saving region data - should be less verbose now.
35+
- Fix NPE when saving region data causing crashes-

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Every field you add must be added to the root build.gradle expandProps map.
44

55
# Project
6-
version=0.6.2-beta1
6+
version=0.6.3-beta1
77
group=de.z0rdak.yawp
88

99
# Common

0 commit comments

Comments
 (0)