Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Releases: Invvk/WorldGuardExtraFlags

Bug Fix

03 May 22:20
73c8022
Compare
Choose a tag to compare

Changelog

  • fix entity-damage and entity-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

29 Apr 20:23
bca609f
Compare
Choose a tag to compare

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

22 Mar 08:36
035799b
Compare
Choose a tag to compare

Patch notes

  • fixed an IllegalArgumentException in disable-collision (reported by Darkseno)

2.3

09 Feb 17:30
6cd8b68
Compare
Choose a tag to compare
2.3

What's Changed

  • preparing for 1.18.1 changes by @Invvk in #49

Full Changelog: 2.2.0...2.3

2.2.0 release

19 Nov 10:41
c12ca64
Compare
Choose a tag to compare

What's Changed

Full Changelog

  • removed config warning message
  • ported allow/deny place entity from OnyxianSoul's fork (#33)
  • ported Hotfix for a minecart duplication bug from OnyxianSoul's fork (#33)
  • fixed invincibility flag not working correctly with LWCX (#32)
  • fixed an error caused by switching worlds (#31)

Bug fix

07 Nov 18:20
f603d11
Compare
Choose a tag to compare

fixed a bug that causes give-effects to throw an error when a player exits a region that didn't have any potion effects on entry. #23

Give-Effects flag changes

03 Nov 13:04
7eea044
Compare
Choose a tag to compare

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

31 Oct 10:49
5c4d5e8
Compare
Choose a tag to compare

Changelog

  • Fixed an issue causing flag keep-exp to not run correctly with PerWorldInventory (#16 )

Pre Release: PWI Patch

31 Oct 10:29
a654ac5
Compare
Choose a tag to compare
Pre-release

Changelog

  • attempt to fix PWI

Quality of life change

30 Oct 17:15
733226a
Compare
Choose a tag to compare

Changelog

  • made command/console command on entry trigger again after re-joining the server if the player spawns inside the region. (#15)