I cannot ban an admin or kick them. I have permissionsEX and Essentials here are my nodes Code: default: Guest users: NickoGreeks: group: - Owner mustalake: group: - Admin groups: Guest: default: true prefix: '&e[Guest]&f ' permissions: - essentials.help options: rank: '1000' Admin: prefix: '&d[Admin]&f ' permissions: - '*' inheritance: - Guest options: rank: '100' Co-owner: prefix: '&c[Co-Owner]&f ' inheritance: - Admin options: rank: '10' Owner: prefix: '&4[Owner]&f ' inheritance: - Co-owner options: null rank: '0' I am an owner
Are you trying to do this via console? I've had similar problems, but this can be fixed by simply going ingame to ban/kick. Also make sure you're an OP
Try denying the "essentials.ban.exempt" permission on your admins. Because you gave your admins access to ALL essentials permission nodes, you're also making him unbannable.
I'm thinking the inheritance is wrong..I think it might have to be exact. If the group is called Admins..inheritance must be - Admins. Thats a guess.
... I've never seen that feature, or anyone using it. Try deleting the ^ and adding a Code: : false after your permissions nodes. Example: Code: NoHumpingPlease.rape: false
bPermissions is probably the most easiest to configure in all 3 of the permissions plugins (PermissionsEx, PermissionsBukkit, and bPermissions). PermissionsEx is the most powerful though. It has a compatibility layer, and more! PermissionsBukkit... well... to be honest, I wouldn't use it....
I can type one up for you, but I won't be home for a while. So if you still need help in about a hour I'll type one up.