Need help with PermissionsEX

Discussion in 'Bukkit Help' started by neil9444, Mar 11, 2012.

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

    neil9444

    Hi there. I am using permissionsEX and everything works BUT the Prefixes. Yes chatmanager is enabled. Ill show you my config file for chatmanager

    Code:
    enable: true
    message-format: <%prefix%player%suffix> %message
    global-message-format: <%prefix%player%suffix> &e%message
    ranged-mode: false
    chat-range: 100.0
    

    Heres my permissions YML
    Code:
     groups:
        default:
            default: true
            build: true
            permissions:
            - bukkit.command.tell
            - jcommands.sethome
            - jcommands.home
            - jcommands.suicide
            - jcommands.tp
        officer:
            build: true
            inheritance:
            - default
            prefix: '[Officer]'
            permissions:
            - bukkit.command.kick
            - bukkit.command.teleport
            - playerfreeze.freezeall
            - playerfreeze.freeze
            - worldguard.heal
            - worldguard.heal.other
            - worldguard.slay
            - worldguard.slay.other
            -
        moderator:
            build: true
            inheritance:
            - officer
            prefix: '[Moderator]'
            permissions:
            - bukkit.command.ban
            - bukkit.command.unban
            - bukkit.command.ban.list
            - bukkit.command.say
            - worldguard.god
            - worldguard.ungod
            - jcommands.*
        admin:
            build: true
            inheritance:
            - moderator
            prefix: '[Admin]'
            permissions:
            - bukkit.command.time
            - bukkit.command.give
            - bukkit.command.stop
            - bukkit.command.whitelist.enable
            - bukkit.command.whitelist.disable
            - bukkit.command.whitelist.add
            - bukkit.command.whitelist.remove
            - bukkit.command.whitelist.list
            - bukkit.command.gamemode
            - bukkit.command.xp
            - worldguard.ungod.other
            - worldguard.god.other
            - worldguard.region.define
            - worldguard.region.list
            - worldguard.reload
        owner:
            build: true
            prefix: '[Owner]'
            permissions:
            - '*' 
    users:
        Neil9444:
            group:
            - admin
        Thatguy:
            group:
            - admin
        DiamondPickAxe:
            group:
            - admin
     
    

    And yes I did check on the online YAML Parser. So any ideas what to do? Thanks
     
  2. Offline

    flamedaces

Thread Status:
Not open for further replies.

Share This Page