Permisions wont work

Discussion in 'Bukkit Help' started by sicnar, Dec 21, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    sicnar

    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'
     
  2. Offline

    MysteryManX

    Use Pastebin for posting YAML stuff​
     
  3. Offline

    Necrodoom

    define "not working".
     
  4. Offline

    sicnar

    they dont have any effect.
     
  5. Offline

    Necrodoom

    paste startup log, paste groups.yml using www.pastebin.com, and give an example of a non working perm
     
  6. Offline

    sicnar

    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.
     
  7. Offline

    jammieisftw

    sicnar likes this.
  8. Offline

    sicnar

    thanks it works well
     
Thread Status:
Not open for further replies.

Share This Page