This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
Releases: Invvk/WorldGuardExtraFlags
Releases · Invvk/WorldGuardExtraFlags
Bug Fix
Changelog
- fix
entity-damage
andentity-destroy
flags not working correctly with projectiles (#80)
Useful links:
WIKI: https://github.com/Invvk/WorldGuardExtraFlags/wiki
DISCORD (support): https://discord.com/invite/xcFJvXYsnD
Entity Flag Update
Changelog
- Collision flag is now compatible with TAB (API Version
3.0.2+
) - fixed the functionality of the allow-entity-place and deny-entity-place flags. (#75)
- added additional flags: (#76)
- allow-entity-damage allows players to damage the listed entities
- deny-entity-damage prevents players from damaging the listed entities
- allow-entity-destroy allows players to destroy the listed entities
- deny-entity-destroy prevents players from destroying the listed entities
No Collision flag patch
Patch notes
- fixed an IllegalArgumentException in
disable-collision
(reported by Darkseno)
2.3
2.2.0 release
What's Changed
Full Changelog
Bug fix
Give-Effects flag changes
Changelog
give-effects
flag now follows the old plugin behavior. it no longer pauses all potion effects on entry it should only pause conflicting potion effects. read #18 for more information on how the new behavior works.
PWI Patch
Pre Release: PWI Patch
Changelog
- attempt to fix PWI
Quality of life change
Changelog
- made command/console command on entry trigger again after re-joining the server if the player spawns inside the region. (#15)