PEX Not Working!

Discussion in 'Bukkit Help' started by MaizeHorizon0, Jan 25, 2014.

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

    MaizeHorizon0

    Just learned about PermissionsEx and loaded it onto my server. set up the yml file and PEX wont load with the server! yml:
    Code:
    groups:
     
    Player:
        default: true
        permissions:
        - modifyworld.*
        - essentials.rules
        - essentials.help
        - essentials.pay
        - essentials.balance
        - essentials.tell
        - essentials.sell
        - essentials.back
        - essentials.back.ondeath
        - essentials.who
        - essentials.afk
        - essentials.list
        - essentials.msg
        - essentials.warp.list
        - essentials.helpop
        - essentials.motd
        - essentials.spawn
        - essentials.home
        - essentials.tpa
        - essentials.tpahere
        - essentials.tpaccept
        - essentials.home
        - essentials.sethome
        - essentials.sethome
        - iConomy.payment
        - iConomy.holdings
        - iConomy.holdings.others
        - iConomy.sell
        - factions.join
        - factions.create
        - factions.disband
        - factions.leave
        - factions.help
        - factions.title
        - factions.relation
        - factions.who
        - factions.admin
        - factions.power
        - factions.claim
        - factions.unclaim
        - factions.description
        - factions.mod
        - factions.list
        - factions.home
        - factions.sethome
        - factions.unclaimall
        - factions.kick
        - factions.invite
        - factions.map
        - factions.show
        - factions.disband
        - factions.chat
        - lwc.protect
        - mcmmo.ability.*
        - mcmmo.skills.*
        - ChestShop.buy
        - ChestShop.sell
        prefix: '&0[&6Player&0] &r'
        options:
        Ranks: '1000'    build: true
     
    Trusted:
        permissions:
        - essentials.tp
        prefix: '&0[&2Trusted&0]&r '
        options:
          Rank: '800'    build: true
     
    Donator:
        permissions:
        - disguisecraft.*
        - disguisecraft.seer
        prefix: '&0[&4D&1o&4n&1a&4t&1o&4r&0]&r '
        options:
        Rank: '700'    build: true
     
    Moderator:
        permissions:
        - heads.addown    - heads.addnamed    - disguisecraft.*
        - essentials.tempban
        - essentials.tp
        - essentials.heal
        - essentials.feed
        - essentials.ban.notify
        - essentials.banip
        - essentials.clearinventory
        - essentials.eco.loan
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.mute
        - essentials.realname
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.time
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.togglejail
        - essentials.top
        - essentials.unban
        - essentials.unbanip
        - essentials.whois
        - essentials.world
        inheritance:
        - Member
        prefix: '&0[&2Mod&0] &r'
        options:
          build: true
      Admin:
        permissions:
        - worldedit.*
        - null
        - essentials.gamemode
        - essentials.tp
        - essentials.ban
        - essentials.invsee
        inheritance:
        - Member
        - Moderator
        prefix: '&0[&4Admin&0] '
        options:
          Rank: '500'    build: true
     
    Operator:
        permissions:
        - '*'
        inheritance:
        - admin
        prefix: '&0[&6O&0p&4e&6r&2a&1t&5o&7r&0]&r '
        options:
          Rank: '200'    build: true
     
     
    Owner:
        permissions:
        - '*'
        inheritance:
        - admin
        prefix: '&0[&4O&6w&2n&1e&5r&0]&r '
        options:
          Rank: '1'    build: true
    Not sure what I did wrong. Any ideas?
     
  2. Offline

    JaguarJo

    MaizeHorizon0 Remove the blank line, Pex doesn't like those. Also, Player: needs to be indented 2 spaces.
     
  3. Offline

    MaizeHorizon0

    It still wont load PEX. when you do /pl it shows PEX and Citizens in red. Plugin list:
    Multiworld, Worldedit, Disguisecraft, heads, vault,modifyworld, permissionsEX, signcolors, worldguard, essentials, Citizens, commandsigns, essentialsspawn, essentialschat, essentialsantibuild.
    Does permissionsEX require "Onlinemode: True"? Bukkit
     
  4. Offline

    ItsLeandro

    Dude, thats the most messiest permissions.yml I have ever seen.
    1. You have at some places 2 options next to each other and by some you did it good.
    2. By options you have sometimes ranks <--- A random 's'?: and by some rank:
    3. These ladders were messed up.
    4. You put a lot of stuff on wrong places.

    I recommend googling for a basic permissions file, and edit that one SECURE.
    That permissions.yml is so messed up.

    EDIT: Maybe useful: http://wiki.bukkit.org/Permissions.yml
     
  5. Offline

    MaizeHorizon0

    I've used 3 different ones off the internet. All didn't work. Could recommend me one?
     
  6. Offline

    ItsLeandro

  7. Offline

    MaizeHorizon0

    Thanks for the link! Modified a little and it works!:) +1 like ItsLeandro
     
Thread Status:
Not open for further replies.

Share This Page