Please check my Permissions 3.x documents.

Discussion in 'Bukkit Help' started by ccrock4t, Oct 17, 2011.

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

    ccrock4t

    I am trying to use permissions 3.x on my server, yet it does not set me as the highest rank. Can somebody check what i'm doing wrong? They are both in .craftbukkit>plugins>Permissions>(Myworldname).
    USERS:
    Code:
    users:
    ccrock4t:
    groups:
    - Admin
    permissions:
    
    GROUPS:
    Code:
    groups:
    Peasant:
    default: true
    info:
    prefix: ””
    suffix: ””
    build: true
    inheritance: null
    permissions:
    - heroes.classes.*
    - stargate.use
    Noble:
    default: false
    info:
    prefix: ””
    suffix: ””
    build: true
    inheritance:
    - Default
    permissions:
    Demigod:
    default: false
    info:
    prefix: ””
    suffix: ””
    build: true
    inheritance:
    - Default
    permissions:
    Admin:
    default: false
    info:
    prefix: ””
    suffix: ””
    build: true
    inheritance: null
    permissions:
    - "*"
    
     
  2. You are the highest rank, unless you create a new group called "owner" with all the commands, and place yourself in that group
     
  3. Offline

    KraaZe

    Try PermissionsEX

    Permissions is being discontinued (I believe)

    PEX has a much easier, and noob friendly way to set ranks as well as add permissions.
     
  4. Offline

    Rwembee

    1. Perms3 is dead
    2. you have no indentation in those permission files.
     
Thread Status:
Not open for further replies.

Share This Page