Help with PermissionsEx

Discussion in 'Bukkit Help' started by coolsam543, Feb 5, 2012.

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

    coolsam543

    I'm trying to create new ranks. So I did. I used textwrangler for the mac. Just created my server, I'm new with this kind of stuff so don't make fun of me. When i posted the text from textwrangler into the permissions.yml file, and saved it, i went onto my server, and it says i can't build. i also cant shoot bows/eat, etc. i have no commands /permissions. i really need help with this. permissions text will be at the bottom. if someone could either edit to where the text is correct, or tell me how to correct it, ID LOVE YOU FOREVER <3 jk... :)
    heres my ip just incase: 108.60.130.210:25577
    i use treepuncher hosting
    groups:
    default:
    default: true
    permissions:
    - essentials.sethome
    - essentials.home
    - essentials.back
    - essentials.spawn
    - modifyworld.*
    Builder:
    permissions:
    default: false
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - essentials.home
    - essentials.sethome
    - essentials.sell
    - essentials.worth
    - essentials.helpop
    - essentials.motd
    - essentials.mail
    - essentials.msg
    Citizen:
    permissions:
    default: false
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - essentials.home
    - essentials.sethome
    - essentials.sell
    - essentials.worth
    - essentials.helpop
    - essentials.motd
    - essentials.mail
    - essentials.msg
    Architect:
    permissions:
    default: false
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - essentials.home
    - essentials.sethome
    - essentials.sell
    - essentials.worth
    - essentials.helpop
    - essentials.motd
    - essentials.mail
    - essentials.msg
    Designer:
    permissions:
    default: false
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - essentials.home
    - essentials.sethome
    - essentials.sell
    - essentials.worth
    - essentials.helpop
    - essentials.motd
    - essentials.mail
    - essentials.msg
    Special:
    permissions:
    default: false
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - essentials.home
    - essentials.sethome
    - essentials.sell
    - essentials.worth
    - essentials.helpop
    - essentials.motd
    - essentials.mail
    - essentials.msg
    - essentials.tree
    Vip:
    permissions:
    default: false
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - essentials.home
    - essentials.sethome
    - essentials.sell
    - essentials.worth
    - essentials.helpop
    - essentials.motd
    - essentials.mail
    - essentials.msg
    Mod:
    permissions:
    default: false
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - essentials.home
    - essentials.sethome
    - essentials.sell
    - essentials.worth
    - essentials.helpop
    - essentials.motd
    - essentials.mail
    - essentials.msg
    - essentials.tempban
    - essentials.kick
    - essentials.togglejail
    Admin:
    permissions:
    default: false
    - essentials.spawn
    - essentials.back
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - essentials.home
    - essentials.sethome
    - essentials.sell
    - essentials.worth
    - essentials.helpop
    - essentials.motd
    - essentials.mail
    - essentials.msg
    Owner:
    default: false
    permissions:
    - '*'
     
  2. Offline

    tr4st

    You can check the spelling/syntax of your yml-File with an "Online YAML Parser".
    http://yaml-online-parser.appspot.com

    Be sure to type four spaces instead of a tab.
    Paste your Permissions Config on the YAML Parser and tell us what kind of error it tells.
     
  3. Offline

    coolsam543

    heres what is says
    ERROR:

    while scanning for the next token
    found character '\t' that cannot start any token
    in "<unicode string>", line 11, column 5:
    permissions:
    ^
     
  4. Offline

    tr4st

    Yeah, like i said.
    There is an tab on line 11 instead of four spaces. Kill them ;)
     
  5. Offline

    DerET

    You have to use spaces instead of tabs. Check IT ;)
     
  6. Offline

    coolsam543

    ok is that all the errors? CUZ I WANNA FIX DIZ
     
  7. Offline

    tr4st

    Yes it is. Fix it and try it out ;)
     
Thread Status:
Not open for further replies.

Share This Page