Permissions help

Discussion in 'Bukkit Help' started by nicofig, Mar 20, 2013.

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

    nicofig

    Can someone check out this link and tell me what i did wrong with the perms? The prefix's dont work and i think the inheritance is wrong. Also can you tell me how to incorporate op into the perms or is that not possible. Im using permissionsex by the way.

    http://pastebin.com/kUquvCFd
     
  2. Offline

    unrealdesign

    FIrst: If I recall correctly you can't use
    anymore for any permissions, so stay away from that

    You CAN'T give player OP permissions in the permissions; you just have to give them OP.

    Also, use a yalm parser

    Problems with your yalm:
    • Line 30: "-Default" ---- Needs to be "- Default" //Forgot a space
    • Line 36: "-Member" ---- Needs to be "- Member" //Forgot a space
    • Line 47: "-Builder" ---- Needs to be "- Builder" //Forgot a space
    • Line 56: "-Master_Builder" ---- Needs to be "- Master_Builder" //Forgot a space
    • Line 62: "-V.I.P." ---- Needs to be "- V.I.P." //Forgot a space
    • Line 74: "-Mod" ---- Needs to be "- Mod" //Forgot a space
    • Line 85: "-Head_Mod" ---- Needs to be "- Head_Mod" //Forgot a space
    • Line 104: "-Admin" ---- Needs to be "- Admin" //Forgot a space
    • Line 112: "- Head_Admin" ---- Needs to be "- Builder" //Forgot a space
    • Line 120: "-IRL" ---- Needs to be "- IRL" //Forgot a space
    • Line 121: "- '*'" ---- Should be under permissions. But it doesn't work, so just remove it
    • Line 127: "-Co-Owner" ---- Needs to be "- Co-Owner" //Forgot a space
    I didn't look for anymore problems, but that should fix most of your problems with inheritance.
     
  3. Offline

    Iroh

    Here were your mistakes. At least on my version of pex prefix is not part of info (moved it) also changed your prefix format. You didn't have a space before what groups where inheriting you had -Admin instead of - Admin. Here is the fixed version. http://pastebin.com/jK3nThGd
     
  4. Offline

    nicofig

    thanks so much guys
     
Thread Status:
Not open for further replies.

Share This Page