PermissionsEx

PermissionsEx

14M Downloads

Custom Set Homes

ArhamR opened this issue ยท 2 comments

commented

Hi, I am making a server and i have made it so that people with different ranks can set different home but when i go to the second rank(Magician) after the first (Peasent) using auto rank i am unable to set homes the rank does have a custom set homes

sethome-multiple:
  
default: 1
  
# essentials.sethome.multiple.magician
  
magician: 3
  
# essentials.sethome.multiple.scientist
  
scientist: 5
  
# essentials.sethome.multiple.mad_scientist
  
mad_scientist: 7
  
# essentials.sethome.multiple.staff
  
staff: 10

There are '#' before each permissions but the r making the perms bold but it is correct in the config below

full configs:
Essentialls: https://pastebin.com/wEA7BpCf
PermissionsEX: https://pastebin.com/bG0YcJ3c

commented

Unfortunately PermissionsEx is currently unmaintained and no further updates are planned. Because of this, all pull requests are being closed. If you are looking for an actively maintained permissions plugin, take a look at LuckPerms. It is compatible with major server platforms and can import data from PEX.

commented

cause you have essentials.sethome set for Peasant and it inheritance is basic. When you look at the perms for magician it don't have essentials.sethome and it's inheritance is also basic. you either have to add essentials.sethome to magician or change inheritance for magician to Peasant.