Permissions.yml help. (PEX)

Discussion in 'Bukkit Help' started by TheOnlyWhiteGuy, Aug 3, 2012.

  1. Offline

    TheOnlyWhiteGuy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Recently all of my groups in the permissions.pml folder dissapeared. (?) I am on vacation and this is causing my server to be down. So with having to do this on my phone, and then it not working, is a pain.

    Edit: For some reason the spaces dont show up on the post. Just put it in the yaml parser.

    #Permissions.yml - Written by McMyAdmin v2.1.4.0

    users:
    Theonlywhiteguy:
    group:
    - 'Owner'
    groups:
    Citizen:
    default: true
    permissions:
    - 'essentials.spawn'
    inheritance:
    - 'Citizen'
    prefix: '&0[&fCitizent&0]&7'
    suffix: ''
    Builder:
    default: false
    permissions:
    - 'herochat.speak.build
    - 'herochat.join.build'
    inheritance:
    - 'Citizen'
    prefix: '&0[&2Builder&0]&7'
    suffix: ''
    Head-Builder:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Builder'
    prefix: '&0[&3Head&f-&3Builder&0]&7'
    suffix: ''
    Gold:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Citizen'
    prefix: '&0[&6Gold&0]&7'
    suffix: ''
    Executive:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Gold'
    prefix: '&0[&2Executive&0]&7'
    suffix: ''
    Iron:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Executive'
    prefix: '&0[&7Iron&0]&7'
    suffix: ''
    Ceo:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Iron'
    prefix: '&0[&6Gold&0]&7'
    suffix: ''
    Diamond:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Ceo'
    prefix: '&0[&bDiamond&0]&7'
    suffix: ''
    Vip:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Diamond'
    prefix: '&0[&eVip&0]&7'
    suffix: ''
    Bedrock:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Vip'
    prefix: '&0[&8Bedrock&0]&7'
    suffix: ''
    Emerald:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Bedrock'
    prefix: '&0[&aEmerald&0]&7'
    suffix: ''
    Mod:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Citizen'
    prefix: '&f[&bMod&f]&7'
    suffix: ''
    Super-Mod:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Mod'
    prefix: '&f[&8Super&f-&8Mod&f]&7'
    suffix: ''
    Admin:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Super-Mod'
    prefix: '&f[&4Admin&f]&7'
    suffix: ''
    Super-Admin:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Admin'
    prefix: '&f[&3Super&f-&3Admin&f]&7'
    suffix: ''
    Staff-Manager:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Super-Admin'
    prefix: '&f[&9Staff&f-&9Manager&f]&7'
    suffix: ''
    OP:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Super-Admin'
    prefix: '&f[&6OP&f]&7'
    suffix: ''
    Owner:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Owner'
    prefix: '&f[&4Owner&f]&7'
    suffix: ''
    Constructor:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Super-Admin'
    prefix: '&f[&6Constructor&f]&7'
    suffix: ''
    Developer:
    default: false
    permissions:
    - 'essentials.fly'
    inheritance:
    - 'Citizen'
    prefix: '&f[&8Developer&f]&7'
    suffix: ''

    This post has been edited 3 times. It was last edited by TheOnlyWhiteGuy Aug 4, 2012.
  2. Offline

    nala3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It could have something to do with the complete lack of indentation.. just saying
  3. Offline

    TheOnlyWhiteGuy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Or that is just bukkit not believing in spaces
  4. Offline

    pyraetos

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Moved to correct forum.
  5. Offline

    -_Husky_-

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Plus, you spelt inheritance wrong. Lol
  6. Offline

    TheOnlyWhiteGuy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Wow you both are terrible at asking questions.
  7. Offline

    -_Husky_-

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Why do we need to ask questions, aren't we trying to help you?
  8. Offline

    TheOnlyWhiteGuy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well then it looks like I am terrible at processing thoughts...
    nala3 likes this.
  9. Offline

    nala3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It happens to everyone!
    Just paste it on pastie or with Bukkits pasting tool and give us the link :p Then we can run it through a parser and find the problem

Share This Page