aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
90 stars 71 forks source link

Give-effects flag deletes effects with the same attribute #79

Closed TheoRetisch1 closed 4 years ago

TheoRetisch1 commented 5 years ago

When leaving regions with the give-effects flag, effects with the same attribute are deleted.

An example: 1) Create a region with jump boost: /rg flag region-name give-effects JUMP 1 2) Give yourself the jump effect: /effect give player minecraft:jump_boost 300 3 And another effect of your choice: /effect give Fangorn minecraft:haste 300 3 3) Leave the region. 4) Notice that the jump effect has been removed, but the other effect remains.

The example works for other effects too.

Paper 1.13.2 - 627 WorldGuard: 7.0.0-SNAPSHOT;1820-ea47e93 WorldGuardExtraFlags: 4.1.2

TheoRetisch1 commented 5 years ago

Any news on this?

TheoRetisch1 commented 5 years ago

I'm still having trouble with this mistake. Do I need more information about the solution?

TheoRetisch1 commented 5 years ago

It would be awesome if you could resolve this issue :)

aromaa commented 4 years ago

This was most likely fixed in be12951