Skip to main content

3 posts tagged with "Removed"

Version got something removed

View All Tags

0.6.3-beta1

· 2 min read
Zordak
Mod Author

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.toml config 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.

0.6.0-beta1

· 5 min read
Zordak
Mod Author

Added

  • Add new flag fire-bow, which prevents players from shooting bows/crossbows in the region. This flag does not protect form being shot form outside the region.
  • The no-pvp flag no protects against a selected set of projectiles:
    • arrows
    • firework rockets
    • thrown tridents
    • thrown ender pearls
    • thrown eggs
    • thrown snowballs
  • Add new config to disable flags impacting performance in yawp-flags.toml: disabled_flags by default this list is empty. Any flag added to this list will be completely disabled by default. Implementation note: This means the check for regions containing those flags in event handlers or mixins are skipped in the first place. This does not prevent the mixins from being applied or the event handlers from being registered. This is planned for the future though.

0.5.2-beta1

· 2 min read
Zordak
Mod Author

Added

  • Contributions guideline (CONTRIBUTING.md)
  • (API) Add getting started section in README
  • (API) Add usage section in wiki
  • Added new flags:
    • keep-inv
    • keep-xp
    • no-item-despawn PR#142
    • no-hunger
  • Added additional command for region deletion in local region commands: /yawp local <dim> <region> delete -y