WorldGuard

WorldGuard

8M Downloads

Group flags not working for heal-amount and heal-delay

LadyCailinBot opened this issue ยท 3 comments

commented

WORLDGUARD-2515 - Reported by Capt0z

I've been trying to make a region that only harms players who aren't members of the region, using group damage flags, but no matter what I try I find that all players - non-members, members and owners - all take damage while in the region. The commands I enter are as follows -

/rg define test
/rg addowner test capt0z
/rg flag heal-amount -g nonmembers -2
/rg flag heal-delay -g nonmembers 5

When I do /rg info, it returns the following -

http://gyazo.com/e13c7e5d0fdca6e8ed463404180cb8d2

I have checked to make sure there are no other regions overlapping with this region.

commented

Comment by wizjany

group flags are not meant to work with everything, only a few flags

commented

Comment by Capt0z

Does that mean there's no way to do what I'm trying to achieve?

commented

Comment by wizjany

yes (not directly through WG anyway, could be done via another plugin)