PEX help meh!

Discussion in 'Bukkit Help' started by deanisabeast, Jun 4, 2012.

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

    deanisabeast

    ok i have all of my permissions right but when my default players try to use them they dont work?

    Here is my permissions.yml -___-

    http://pastebin.com/ziceFNc2
     
  2. Offline

    Mophead64

    I'm going to look into it :)


    *UPDATE*

    As I thought, It's because you are listing Users before the groups. Paste this into your permissions.yml
    Code:
    groups:
      default:
        default: true
        prefix: '&(Guest) &7'
        permissions: 
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.spawn
        - essentials.sethome 
        - essentials.pay
        - essentials.ping
        - essentials.motd
        - essentials.msg 
        - essentials.kit
        - essentials.kit.tools
        - essentials.help
        - essentials.helpop
        - essentials.home
        - essentials.afk
        - essentials.back
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.delhome
      admin:
        prefix: '&7Admin '
        permissions:
        - permissions.*
        - essentials.*
        inheritance:
        - default
    users:
      deanisabeast:
        groups:
        - admin
     
  3. Offline

    deanisabeast

    the only problem with that is that -essentials.spawn is not working other than that its working do you have any idea
     
  4. Offline

    Mophead64

    Are you sure you have EssentialsSpawn installed? It's a common misconception that people think /spawn is included in Essentials. It was removed a while back to fix conflicts with other Plugins.
     
  5. Offline

    deanisabeast

    its ok now i have /warp spawn in and they dont mind and i have a problem with the prefix's like i put myself in the group admin but i still have the default prefix
     
  6. Offline

    Mophead64

    Try defining your own prefix in the users section?
     
Thread Status:
Not open for further replies.

Share This Page