Serious issue with PermissionsEx!

Discussion in 'Bukkit Help' started by Onyblia, May 1, 2013.

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

    Onyblia

    Hey there guys. I'm having some serious issues with My PermissionsEx... None of the Permissions are being picked up in-game although the groups are ALL recognised. I don't know what is going on and am very confused.

    This has caused all users to have issues giving we use CrazyLogin on our server.

    I'm not sure what has gone wrong but I could really do with some help as it's causing chaos on the server.

    I've tried looking over the issue myself but am unable to find anything that could be causing it.

    The ONLY Perm plugin I'm using is PermissionsEx (Switched over from YAPP)

    Hunger Games is also playing up (Likely due to the Perms issue though) and when interacting with the lobbyboard they simply get a 'No Permission' Pop up in the chat menu.

    Thank's guys!

    Onyblia


    config.yml:
    Code:
    permissions:
      backend: file
      backends:
        file:
          file: permissions.yml
      superperms: {}
    



    permissions.yml
    Code:
    groups:
      Newbie:
        default: true
        permissions:
        - crazylogin.login.command
        - crazylogin.logout.command
        - crazylogin.player.self
        - crazylogin.register.command
        prefix: '&a[Newbie] &f'
        options:
          rank: '1200'
      Default:
        default: false
        permissions:
        - bukkit.command.kill
        - bukkit.command.me
        - bukkit.command.tell
        - chestshop.buy
        - chestshop.sell
        - crazylogin.login.command
        - crazylogin.logout.command
        - crazylogin.player.info.self
        - crazylogin.register.command
        - dt.user
        - essentials.afk
        - essentials.balance
        - essentials.help
        - essentials.helpop
        - essentials.home
        - essentials.list
        - essentials.motd
        - essentials.msg
        - essentials.nick
        - essentials.pay
        - essentials.rules
        - essentials.sell
        - essentials.sethome
        - essentials.spawn
        - essentials.tell
        - essentials.tpa
        - essentials.tpahere
        - essentials.warp.list
        - essentials.warp
        - essentials.who
        - lwc.protect
        - mcmmo.ability.allcmd
        - mcmmo.skills.allcmd
        - permissions.build
        - securechests.lock
        - sg.arena.join.allcmd
        - sg.arena.join
        - sg.arena.spectate
        - sg.arena.vote
        prefix: '&a[Default] &f'
        options:
          rank: '1000'
      Member:
        default: false
        permissions:
        - bukkit.broadcast.user
        - bukkit.command.help
        - bukkit.command.kill
        - bukkit.command.me
        - bukkit.command.plugins
        - bukkit.command.tell
        - chestshop.buy
        - chestshop.sell
        - crazylogin.login.command
        - crazylogin.logout.command
        - crazylogin.player.info.self
        - crazylogin.register.command
        - dt.user
        - essentials.afk
        - essentials.balance
        - essentials.build.interact.allcmd
        - essentials.help
        - essentials.helpop
        - essentials.home
        - essentials.list
        - essentials.motd
        - essentials.msg
        - essentials.nick
        - essentials.pay
        - essentials.rules
        - essentials.sell
        - essentials.signs.allcmd
        - essentials.spawn
        - essentials.tell
        - essentials.tpa
        - essentials.tpaaccept
        - essentials.tpahere
        - essentials.warp.list
        - essentials.warp.msg
        - essentials.warp
        - essentials.who
        - lwc.protect
        - mcmmo.ability.allcmd
        - mcmmo.skills.allcmd
        - permissions.build
        - securechests.lock
        - sg.arena.join.allcmd
        - sg.arena.join
        - sg.arena.spectate
        - sg.arena.vote
        - wirelessredstone.commands.allcmd
        - wirelessredstone.commands.help
        - wirelessredstone.commands.wrc
        - wirelessredstone.commands.wri
        - wirelessredstone.commands.wrr
        - wirelessredstone.commands.wrremove
        - wirelessredstone.commands.wrt
        - wirelessredstone.create.allcmd
        - wirelessredstone.createsign
        - wirelessredstone.help
        - wirelessredstone.remove.allcmd
        prefix: '&a[Member] &f'
        options:
          rank: '900'
      Moderator:
        default: false
        permissions:
        - bukkit.broadcast
        - bukkit.command.clear
        - bukkit.command.help
        - bukkit.command.kick
        - bukkit.command.list
        - bukkit.command.me
        - bukkit.command.save.perform
        - bukkit.command.save
        - bukkit.command.teleport
        - bukkit.command.tell
        - bukkit.command.version
        - bukkit.command.whitelist.add
        - bukkit.command.whitelist.enable
        - bukkit.command.whitelist.list
        - bukkit.command.whitelist.reload
        - bukkit.command.whitelist.remove
        - bukkit.command.whitelist
        - crazylogin.allcmd
        - dt.allcmd
        - essentials.invsee
        - essentials.tp
        - essentials.warp.list
        - essentials.warp
        - mcmmo.allcmd
        - portals.allcmd
        - securechests.lock
        - sg.arena.join.allcmd
        - sg.arena.join
        - sg.arena.spectate
        - sg.arena.vote
        - sg.arenas.join.allcmd
        - sg.arenas.join
        - sg.arenas.spectate
        - sg.arenas.vote
        - wirelessredstone.allcmd
        prefix: '&a[Moderator] &f'
        options:
          rank: '800'
      Admin:
        default: false
        permissions:
        - allcmd
        prefix: '&a[Admin] &f'
        options:
          rank: '100'
      Co-Owner:
        default: false
        permissions:
        - allcmd
        prefix: '&a[Co-Owner] &f'
        options:
          rank: '3'
      Operator:
        default: false
        permissions:
        - allcmd
        prefix: '&a[Operator] &f'
        options:
          rank: '2'
      Owner:
        default: false
        permissions:
        - allcmd
        prefix: '&a[Owner] &f'
        options:
          rank: '1'
    

    If you need anymore info please let me know.
     
Thread Status:
Not open for further replies.

Share This Page