/rg list BUG. /rg info BUG
LadyCailinBot opened this issue ยท 5 comments
WORLDGUARD-3230 - Reported by Leymooo_
Hi. I use spigot 1.8 and WG 6.0 #1477
/rg list.
I give this perm: - worldguard.region.list.own
But i not see own regions. See a screnshot.
/rg info
I give this perms:
- worldguard.region.info
- worldguard.region.info.member
- worldguard.region.info.own
But it always say me "You dont have permission."
Fix it.
Comment by Leymooo_
I fix /rg info . I add- worldguard.region.info.own.*
But i dont can fix /rg list.
/rg list -p NICK -n work. But how make it in /rg list?
Comment by sk89q
OK, it turns out that your problem was not permission related. Without {{-n}}, WorldGuard converted the name to a UUID and only found regions with that UUID. I assume that your regions are not using UUIDs.
I made /rg list check both the UUID (if one is found for the name) as well as the name.
Comment by Leymooo_
i got this perm. But i see all regions. Not own regions.
Comment by PseudoKnight
I think you're talking about the behavior introduced in 5.9 where "/rg list" lists your own regions if you don't have permission to list all regions. That may have broken due to the UUID update. However you can still specify a player (eg. "/rg list -p Slava -n").