You simply add the permission node under the "permissions" section for the pertinant group.
Say I have the perm node "essentials.build", and I need to add it to the one below:
I would add it in like so:
and now the group "Member" has the perm node "essentials.build"
Say I have the perm node "essentials.build", and I need to add it to the one below:
groups:
Member:
permissions:
- essentials.help
- essentials.tpI would add it in like so:
groups:
Member:
permissions:
- essentials.help
- essentials.tp
- essentials.buildand now the group "Member" has the perm node "essentials.build"
