Okay, So I am trying to give the higher ranks of my server multiple sethomes but for some reason it is not letting me give more or less whenever I use the essentials.sethome.multiple node. It defaults to 3 and nothing else. This is what my essentials config looks like. ------------------------------------------------------------------------- sethome-multiple: journeyman: 2 adept: 3 expert: 4 --------------------------------------------------------------------- I've tried adding default: 2 and removing journeyman: 2 to just give journeyman essentials.sethome.multiple to see if they would have 2 by default but still the same thing. It seems like if i give any rank essentials.sethome.multiple they automatically get 3 homes and i cant add more or less to any ranks. here is my group manager config. ---------------------------------------------------------------------------------------------------- Journeyman: default: false permissions: - essentials.back - essentials.me - essentials.near - silkspawners.silkdrop.skeleton - silkspawners.silkdrop.spider - silkspawners.silkdrop.zombie - silkspawners.silkdrop.cavespider - silkspawners.place.skeleton - silkspawners.place.spider - silkspawners.place.zombie - silkspawners.place.cavespider - auctionhouse.limit.8 - ChestShop.shop.create - essentials.sethome.multiple - essentials.sethome.multiple.journeyman inheritance: - Apprentice info: prefix: '&f[&1Journeyman&f]<&3' build: true suffix: '' Adept: default: false permissions: - essentials.back.ondeath - particlehats.command.h - essentials.hat - auctionhouse.limit.10 - essentials.sethome.multiple.adept inheritance: - Journeyman info: prefix: '&f[&fAdept&f]<&3' build: true suffix: '' Expert: default: false permissions: - auctionhouse.limit.15 - essentials.sethome.multiple.expert inheritance: - Adept info: prefix: '&f[&dExpert&f]<&3' build: true suffix: ''
I have never seen anyone put something behind "- essentials.sethome.multiple", as far as I know you should give your users just that and make sure that the set limits in essentials have the exact same name as the group. Have you tried that?
I'll try it but it says this right in the config. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes. # Remember, they MUST have both permission nodes in order to be able to set multiple homes.
Adept rank needs the sethome from the previous rank negative: - -essentials.sethome.multiple.journeyman # this is so they dont inherit the previous rank sethome limit - essentials.sethome.multiple.adept # this is so they get their sethome
I'll try but Idk if its going to work because I've tried giving Journeyman 2 sethomes by itself without giving any other ranks extra homes and it still gave it 3, that's what I find so odd.