I am using group manager and I am trying to make permissions but nothing is working. Please help. here is the groups page: groups: Default: default: true permissions: - SpawnX.Spawn - towny.wild.item_use inheritance: info: prefix: '&e' build: false suffix: '' Citizen: default: false permissions: - towny.wild.* inheritance: - default info: prefix: '&2' build: true suffix: 'Citizen' Moderator: default: false permissions: [] inheritance: - citizen - g:groupmanager_moderator - g:bukkit_moderator - g:essentials_moderator - g:towny_moderator - g:vanish_moderator info: prefix: '&5' build: true suffix: 'Mod' Admin: default: false permissions: [] inheritance: - moderator - g:groupmanager_admin - g:bukkit_admin - g:essentials_admin - g:towny_admin - g:vanish_admin info: prefix: '&c' build: true suffix: 'Admin' Owner: default: false permissions: - '*' - -vanish.* - SpawnX.SetSpawn - SpawnX.SetNoobSpawn inheritance: - admin info: prefix: '&4' build: true suffix: 'Owner'
paste startup log, paste groups.yml using www.pastebin.com, and give an example of a non working perm
here is the error log: http://pastebin.com/WZvEydkG and here is the groups http://pastebin.com/U0Q0fMG6 And as an example I want the citizens to be able to build in the wild. i put it in the permissions but it does nothing. When some one that is not op try to destroy a block in the wild they reapear and it says you dont have the permission. An other example: I have a /spawn plugin and I want everybody to be able to do /spawn but only me to be able to set it. so I put it in the permissions but it does not let them use it.