Solved Help! PermissionsEX

Discussion in 'Bukkit Help' started by LavaAndy, Feb 23, 2014.

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

    LavaAndy

    So i have been making a permission folder.I finished it a while ago but when i tried to do commands it didn't work.I ranked myself Owner rank witch has every permission but i can only do some of the essentials command.Here's my config http://pastebin.com/c4XRTCdB
     
  2. Offline

    Icecraftowner

    Did you ever op yourself ingame.And can i see the plugins you have?
     
  3. Offline

    felixferr0w

    Hello LavaAndy.

    The '*' node should grant a group/user all permissions, so I am not quite sure what's wrong. Try checking to make sure you have the right permission nodes for individual commands in essentials. I'd also suggest parsing your permissions file (Google: "yaml parser") to make sure you don't have any illegal characters/spaces. It only takes 1 bad character/space to screw up the entire config, leaving it useless.

    Try carrying out those steps, and see what happens. Reply if it worked :)
     
  4. Offline

    zipfe

    Don't you get errors on starting the server? I doubt PEX even runs with that broken .yml file. Line #6 is missing a :
     
  5. Offline

    JaguarJo

    LavaAndy Fixed: http://pastebin.com/0FiTXChj
    Pex doesn't use the build: line anymore and on the old versions where it did, it was under the options: line. You forgot the : on Line 6, like zipfe pointed out. Two of your groups were inheriting from Default but you didn't have a group with that name; you needed to put Guest there because that is the actual name of your default group. And finally, you had a blank line in the middle of everything that just shouldn't have been there.
     
Thread Status:
Not open for further replies.

Share This Page