Permissions is not working?

Discussion in 'Bukkit Help' started by baffu, Aug 11, 2011.

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

    baffu

    When i launch the server it doesen't give me any permissions and if I set myself as Admins I get them all like normal, why is mods not working?? Also the prefixes are not working I have essentials and essentials chat/spawn installed





    Users
    Code:
    users:
        baffu:
            permissions:
            groups:
            - Mods
    

    Groups file
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - essentials.spawn
            - essentials.help
            - essentials.compass
            - essentials.home
            - essentials.sethome
            - essentials.warp
            - essentials.warp.list
            - essentials.warp.[warpname]
            - essentials.info
            - essentials.msg
            - essentials.rules
            - essentials.motd
            - essentials.me
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.helpop
        Mods:
            default: false
            info:
                prefix: '&9[Mod]&f '
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - essentials.back.ondeath
            - essentials.tp
            - essentials.tphere
            - essentials.tppos
            - essentials.ban
            - essentials.tempban
            - essentials.kick
            - essentials.kickall
            - essentials.invsee
            - essentials.helpop.recive
            - essentials.togglejail
            - essentials.togglejail.exempt
        Admins:
            default: false
            info:
                prefix: '&c[Admin]&f '
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
        Mods:
            permissions:
            inheritance:
    
     
  2. Offline

    jtlcr777

    Are you using the globals?
     
  3. Offline

    baffu

    no in the "world" folder

    I fixed the mods class not working its because i had it copied at the bottom by mistake, but the no prefix problem still exists

    These issues have been resolved

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
Thread Status:
Not open for further replies.

Share This Page