Im trying to set up different groups for my server members as they join, and since I am the owner of the server, I was appropriately trying to name my particular group owner and also give myself permissions from all other groups. Could anyone tell me what I'm doing incorrectly?
I am very new to the pex format, so I'm probably doing something wrong although it must be just a permission issue, as the formatting of the file is in order.
Any help would be greatly appreciated!
Thanks, Jon.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Im trying to set up different groups for my server members as they join, and since I am the owner of the server, I was appropriately trying to name my particular group owner and also give myself permissions from all other groups. Could anyone tell me what I'm doing incorrectly?
groups: default: default: true prefix: '§f[Guest]§f' permissions: - modifyworld.* - essentials.tpa - colorportals.use Member: default: false prefix: '[Member]' permissions: - commandbook.home.set - commandbook.home.teleport options: rank: '5' VIP: default: false prefix: '[VIP]' options: rank: '4' Mod: default: false prefix: '[Mod]' permissions: - essentials.ban - essentials.warp - essentials.warp.* inheritance: - default options: rank: '3' Admin: default: false prefix: '[Admin]' options: rank: '2' Owner: default: false options: rank: '1' prefix: '[Owner]' users: jbknight3: groups: - Owner permissions: - essentials.op inheritance: - default - Member - VIP - Mod - Admin - OwnerI am very new to the pex format, so I'm probably doing something wrong although it must be just a permission issue, as the formatting of the file is in order.
Any help would be greatly appreciated!
Thanks, Jon.