Users that are NOT OP'ed cant use Essentials commands! [Help]

Discussion in 'Bukkit Help' started by standsfield, Jul 3, 2012.

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

    standsfield

    Hi.

    My permissions should be working correctly, because other commands of plugins are working perfectly. But commands from the Essentials plugin, like /msg or /spawn, dont work! I am opped, so I can use the commands. Please help! Thanks in advance!
     
  2. Offline

    Omnitv

    Plugin list please, and if there is any errors coming from youre console or GUI please post them
    Please post youre permissions.yml at pastie or pastebin.
    Pastebin http://pastebin.com/
    Pastie http://pastie.org/
    Or at the code box Symbol {}#
    and then link them here
     
  3. Offline

    standsfield

  4. Offline

    Omnitv

    Fixed

    Your problem
    Code:
    Permission.yml from permissionex plugin
     
    groups:
      Default:
        default: true
        prefix: '&f'
    How its done
    Code:
    #Permission.yml from permissionex plugin
     
    groups:
      Default:
        default: true
        prefix: '&f'
    You need to # usleess bit so the console wont read it
     
    standsfield likes this.
  5. Offline

    standsfield

    No, "permission.yml from permissionex" is a title I just put there, it isn't in the real .yml file.
     
  6. Offline

    Omnitv

    Huh? im confuzled.
     
  7. Offline

    standsfield

    OK. So I just added a title to the file I posted on pastebin, which is what I quoted in my previous post. My permissions file doesn't include the top line , which is the line I quoted.
     
  8. Offline

    Omnitv

    Oh I see, did the permissions change fix it?

    Here is the entire code again.

    http://pastie.org/private/bqscz3dacd8zbqychczoza
     
    standsfield likes this.
  9. Offline

    standsfield

    You don't exactly understand. Look at the code and ignor that top line. The top line ISNT in the code. It is just a title I put on for you to understand where its from. That's all. :p

    So ignor the top line. Those are my permissionex permissions, and people who are not opped can't use commands from the essentials plugin like /spawn or /msg.

    But the other plugins work fine.
     
  10. Offline

    Zerco

    Unfortunately I noticed with their last update they tend to be very specific about putting -every- command you want someone to use in your permissions.yml so you'll need to add these under trusted/ whomever is getting them.
    Code:
    - essentials.msg
    - essentials.spawn
    Also I noticed:

    Code:
     Owner:
        prefix: '&6'
        suffix: '&f'
        permissions:
        - '*'
        inheritance: -Admin
        options:
    You've given "Owner" all permissions already, why do you have it inheriting? That may cause conflicts as well.
     
Thread Status:
Not open for further replies.

Share This Page