Having trouble with PermissionEx

Discussion in 'Bukkit Help' started by Caprei, Mar 30, 2013.

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

    Caprei

    Hello everyone, My name is Antonio, but that was taken so I just went with Caprei, i'm new to the forums, so hello again. Now to the point, So basically i'm having a little trouble with PermissionEx.
    I've been following this video about how to do it, so I can learn and change it, I've been slowly getting there, learning from my mistakes, now I have hit a wall which I can't seem to get past, so I was hoping one of you experts could help me, I'm not asking for a full re-write, just hoping if you can point out some glaring errors. Thank you for taking the time to read this. Finally, I put the changed version into the 'permissions.yml' folder in the main CraftBukkit folder (if you are thinking err..? I mean the folder which has the file 'server.properties', in that one there is a 'permissions.yml' and that is where i'm putting my changed version)
    So this is my changed version, the spacing is a little off because I copied and pasted it, So I think i'm good with spacing, just the words I need help with, Thank you:
    groups:
    default:
    default: true
    permissions:
    - modifyworld.*
    options:
    rank: '7'
    Member:
    prefix: 'Member'
    inheritance:
    - default
    permissions:
    - modifyworld.*
    options:
    rank: '6'
    Trusted:
    prefix: '&eTrusted&f'
    inheritance:
    - Member
    permissions:
    - modifyworld.*
    options:
    rank: '5'
    Moderator:
    prefix: '&cMod&f'
    permissions:
    - modifyworld.*
    - essentials.mute
    options:
    rank: '4'
    Administrator:
    prefix: '&4Admin&a'
    permissions:
    - modifyworld.*
    - essentials.mute
    - essentials.ban
    - essentials.jails
    - essentials.kick
    options:
    rank: '3'
    Co-Owner:
    prefix: '&1Co-Owner&d'
    permissions:
    - '*'
    options:
    rank: '2'
    Owner:
    prefix: '&5Owner&2'
    permissions:
    - '*'
    options:
    rank: '1'
    users:
    Antonio1011227:
    group:
    - Owner

    These are my plugins:

    • AutoSaveWorld
    • ChatManager
    • ClearInventory
    • Color4Signs
    • CreativeGates
    • Essentials
    • ExplodingEggs
    • Factions
    • Freeze
    • HeadGrabber
    • Kits
    • Modifyworld
    • PermissionsEx
    • PluginMetrics
    • Punishmental
    • Quickshop
    • Thor
    • TimTheEnchanter
    • Vault
    • and WorldEdit

    Thank you very much!
    Antonio

    (P.S if I did something extremely wrong like used a technical word in the wrong way, i'm sorry, i'm new to this server business)
     
  2. Offline

    Vincent1468

    Please use code tags to paste your permissions.yml
     
Thread Status:
Not open for further replies.

Share This Page