WorldGuard

WorldGuard

8M Downloads

Max region claim per group doesn`t work

LadyCailinBot opened this issue · 10 comments

commented

WORLDGUARD-3061 - Reported by Богдан.Шкляренко

max-claim-volume: 350000
claim-only-inside-existing-regions: false
max-region-count-per-player:
    default: 8
    VIP: 12
    GOLD: 15
    Emerald: 20
    Creative: 30
    Premium: 60
    Sponsor: 250
    Moder: 500

my Config. All players have only 8 claims.
PEX: PermissionsEx v1.21.4 (latest from dev.bukkit)
Wg - latest from build server
core - latest 1.7.9 SPIGOT
Vault - latest, compiled from git

commented

Comment by wizjany

pastebin server log please

commented

Comment by Богдан.Шкляренко

ok, take. No errors in console

commented

Comment by wizjany

that log is missing the server startup

commented

Comment by Богдан.Шкляренко

oh, sorry:
http://pastebin.com/guLJCDcL
There is startup

commented

Comment by Богдан.Шкляренко

so? What the problem?

commented

Comment by wizjany

hm, permissions integration seems to be fine.
can you describe what exactly doesn't work?
are you sure they are using /region claim? and they don't have the override permission?

commented

Comment by Богдан.Шкляренко

my Permissions file:
http://pastebin.com/41v0d2H3
for example Moders always say`s to me, that i must help them with private, because they have only 8 privates, not 500. And they can only /region claim.

commented

Comment by Богдан.Шкляренко

plz, help :c

commented

Comment by Derek.Elam

I have this issue, too. Sorry if this is an old thread.

My config:
max-region-count-per-player:
default: 1
trusted: 2
preferred: 3
vip: 5

players with those ranks have the permissions nodes "group.trusted" or "group.preferred" respectively, but no matter what they have, they only have 1 claim. It appears to be related to permissions, because my "ignore-groups" blacklist settings for the same ranks are also not working, in CB 1.7.9-R0.1 and WG 5.9

commented

Comment by wizjany

uh, the group.blah nodes only matter if you are not using any permissions plugins.

however, that reminds me that group names are case-sensitive, which was an issue for people trying to do these things in the past