Say i have this builder here and I want him to inherite donator did I do that right? Also if he does get there permissions then does that mean hes get like
Donator < Member < Guest, like that or how does that work?
Donator < Member < Guest, like that or how does that work?
Builder:
default: false
permissions:
- essentials.kit.*
- essentials.signs.color
- factions.kit.mod
- essentials.itemspawn.item-all
inheritance:
- donator
- g:essentials_builder
4
w4rlo I could be your server's Tech-Admin
PM me and we can talk about it.
Make a global group called "donor"
For the love of god its not donator.
Then have him inherit:
- g:donor
g stands for "Inherit this group from the global groups file".
For the love of god its not donator.
Then have him inherit:
- g:donor
g stands for "Inherit this group from the global groups file".
So this cant work:
Also that really didn't answer my question. If I have say - essentials.back for a Donator and the next rank is VIP, then I do not need to give VIP the rank cause they will get it from donator if I do - donator.
Donator:
default: false
permissions:
- clearinventory.use
- essentials.back
- essentials.back.ondeath
- essentials.item
- essentials.jump
- essentials.nick
- essentials.repair.enchanted
- essentials.signs.free.use
- essentials.signs.heal.use
- herochat.color.*
- mobdisguise.chicken
- mobdisguise.cow
- mobdisguise.pig
- mobdisguise.sheep
- nocheat.checks.moving.runfly
- nocheat.flight
- nocheat.moving
inheritance:
- member
info:
prefix: '&e[Donator] &f'
build: true
suffix: ''Also that really didn't answer my question. If I have say - essentials.back for a Donator and the next rank is VIP, then I do not need to give VIP the rank cause they will get it from donator if I do - donator.
