Skip to main content

2 posts tagged with "Removed"

Version got something removed

View All Tags

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