HomeSpawnPlus

HomeSpawnPlus

342k Downloads

per world home limits

frizzbee30 opened this issue ยท 0 comments

commented

Hi, i don't know if this is the same issue @syrmor is having, as the odd thing is it appears to work with 'vanilla' but not Survival map or Towny (a clone of Survival, but I thought splitting it out may help, which it didn't). The idea is to basically break it down by rank, but have an absolute limit in vanilla of 1, with obviously a different global limit to account for staff and VIP's (ignore staff perm mispelling :) ). The perms are handled in Group manager.

world:
Survival Map:
perWorld: 1
permission:
limit1:
permissions:
- HSPUNL
perWorld: -1
global: -1
limit2:
permissions:
- HSPSATFF
perWorld: 10
global: 10
limit3:
permissions:
- HSPVIP
perWorld: 3
global: 4
limit4:
permissions:
- HSPDEFAULT
perWorld: 1
global: 3
Town:
perWorld: 1
permission:
limit1:
permissions:
- HSPUNL
perWorld: -1
global: -1
limit2:
permissions:
- HSPSATFF
perWorld: 10
global: 10
limit3:
permissions:
- HSPVIP
perWorld: 3
global: 4
limit4:
permissions:
- HSPDEFAULT
perWorld: 1
global: 3
Vanilla:
perWorld: 1
permission:
limit1:
permissions:
- HSPUNL
perWorld: 1
global: -1
limit2:
permissions:
- HSPSATFF
perWorld: 1
global: 10
limit3:
permissions:
- HSPVIP
perWorld: 1
global: 4
limit4:
permissions:
- HSPDEFAULT
perWorld: 1
global: 3