0.6.0-beta1
· 5 min read
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-pvpflag 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_flagsby 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.
