0.6.3-beta1
· 2 min read
Added
- Add RegionSpatialCache to index regions in the world based on sub-chunks (sections).
- Add PlayerPosTracker to track the position of players
- Add RegionEvent.PlayerEnter. It is fired when a player enters a Local Region
- Add RegionEvent.PlayerLeave. It is fired when a player leaves a Local Region
- Add default title message which is displayed when a player enters/leaves a Local Region. This will be customizable in the future.
- Add
yawp-features.tomlconfig to enable/disable features. - Add config setting to enable player tracker in
yawp-features.toml - Add config setting to log detailed event info in
yawp-logging.toml - Levels (Dimensional Regions and Local Regions for that level) now need to be tracked to be recognized by YAWP.
- Add command
/yawp global track <level>to track a level so it can be protected like always. - 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.
