PermissionsEx yet again...

Discussion in 'Bukkit Help' started by jackl12345, Jan 4, 2014.

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

    jackl12345

    Below is what I typed in for permissionsEx and although I set myself as an admin at the bottom it still says that im a default when I join. Pleaaseee help. Although it came out a little weird when I pasted it the format is correct.

    group
    prefix: '&7'
    suffix: '&7[Default]'
    permissions:
    - essentials.build.*
    options:
    rank: '10'
    rank-ladder: 'Normal'
    Admin:
    default: false
    prefix: '&4'
    suffix: '&4[Admin]'
    permissions:
    - '*'
    options:
    rank: '1'
    rank-ladder: 'Staff'
    user:
    Jack67384
    group:
    - Admin
     
  2. Offline

    LandonTheGeek

  3. Offline

    JaguarJo

    jackl12345 Your very first line needs to say groups: not group. Then near the bottom you need users: not user:. I can't tell what else might need work because the spacing doesn't show up when you just paste it directly into a comment.
     
  4. Offline

    jackl12345

    Ok here it is. Also I put it in the Online YAML Parser and it accepts the way I have it right now. If I put groups: pex does not work on my server.

    well that didn't show up... Heres the link I guess http://pastebin.com/DZ65cbNg
     

    Attached Files:

  5. Offline

    AcpSoldier

    jackl12345

    At the bottom, you put "user:" when it should be "users:" You also forgot a to put a ":" after group at the bottom.
    Here's the fixed version:
    Code:
    users:
      Jack67384
        group:
        - Admin
    That's all I could fine. Hope that helps!
     
  6. Offline

    jackl12345

    I appreciate the help AcpSoldier, however I put that colon in after groups and it wont even run pex. it picks it up as an error. Its really frustrating. Is it abecause I typed the Default rank in as true for being the default rank? Could that be the problem? Because when I type in true for default in the admin group I then become an admin on the server.

    btw I use beastnode as my host and I do not use note pad++ because it wont work on beastnode.
     
  7. Offline

    TreeDB

  8. Offline

    merryxmaschaz

    Very informative and good to know about beastnode and notepad.
     
  9. Offline

    JaguarJo

    jackl12345 merryxmaschaz Actually you can still use notepad++ with beastnode, it just takes a few extra steps. You need to use something like Filezilla to access your server files instead of the FTP file access that beastnode offers in the multicraft control panel. This lets you get to all the files, not just the ones beastnode lists in your config files. It also makes it possible to edit with notepad++ and update your edits right back to the server. Oh, and it's handy for making reliable backups too.
     
  10. Offline

    jackl12345

    JaguarJo I did install FileZilla when I got my server actually. I installed notepad++ however when I typed in the files there it wouldn't save them to my server. I had to manually do it with the program beastnode provides.

    so what do you think could be wrong anyways???
     
  11. Offline

    JaguarJo

    jackl12345 Well I use notepad++ with FileZilla for my Beastnode server and haven't had a problem with it, so I don't know. Did you refresh the FileZilla files after you were finished editing? I've forgotten to do that before and it didn't update my changes to the server then.
     
Thread Status:
Not open for further replies.

Share This Page