PermissionsEx - "Sorry, you don't have enough permissions"?

Discussion in 'Bukkit Help' started by Noxis, Apr 23, 2012.

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

    Noxis

    Hello everyone.
    I have recently started my own server and have been trying to get PermissionsEx up and running correctly.
    Unfortunately, whenever I attempt to use commands in-game, I am presented with "Sorry, you don't have enough permissions". I have checked using the console, and from what I can tell, I am part of the 'owner' group, which has permission nodes to allow the use of all of PEX's commands. Also, when I start or restart the server, the console tells me that 'permissions.yml' is empty and that it will ignore it.
    I am really perplexed as to why I cannot use the commands so if someone could help me out, I would greatly appreciate it. :p


    Permissions Ex 'permissions.yml' pastebin:
    http://pastebin.com/xekkXKKq

    PermissionsEx 'permissions.yml' file:
    <Edit by Moderator: Redacted mediafire url>

    PermissionsEx 'config.yml' file:
    <Edit by Moderator: Redacted mediafire url>

    ChatManager 'config.yml' file:
    <Edit by Moderator: Redacted mediafire url>

    Server Information:
    Host:
    Cloudcrafting
    Version:
    http://www.iaza.com/work/120424C/iaza18398562579300.png


    Thanks again! :D
     
    Last edited by a moderator: Nov 10, 2016
  2. Offline

    Harry8550

    You'll have something like this:
    Code:
    Admin:
        prefix: '&0[&0Admin] &f'
        permissions:
        - '*'
    
    Simply remove the '*' so it looks like:

    Code:
    Admin:
        prefix: '&0[&0Admin] &f'
        permissions:
        -
    
     
  3. Offline

    Noxis


    I removed the '*' as you said, however, that did not seem to change anything.
     
  4. Offline

    Harry8550

    oh right sorry, i had EXACTLY the same problem litraly 5 minutes before you posted this and it worked for me.

    try: permissions.*

    Other than that, im not sure. Sorry :(
     
  5. Offline

    Noxis


    That did not work either. Thank you anyway. :p
     
  6. Offline

    Omnitv

    use
    '*'
    on the permissions
     
  7. Offline

    gigageek3000

    Anyone know how to fix this? I dont get all permissions on my server either :(
     
  8. Offline

    jacklin213

    try puting "default: false" in all the groups u dont want to b default
     
Thread Status:
Not open for further replies.

Share This Page