Trouble With Essentials Permissions

Discussion in 'Bukkit Help' started by Greywraith, Apr 18, 2013.

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

    Greywraith

    I've just recently started a Minecraft public server, but I'm having trouble with permissions. It alls seems to be correct for me, but when I load it into the server, the commands are locked with "You do not have permission to perform this command." Can anyone tell me what I'm doing wrong?

    http://pastebin.com/QHwJsURA
    group.yml


    Thank you in advance.

    Sorry, I forgot to mention above that the permissions plugin I'm using is "Essentials GroupManager".
     
  2. Offline

    C0nsole

    Please post your permissions file on pastebin not just here. Also the plugin is not "Essentials Permissions" it's GroupManager.
     
  3. Offline

    jacklin213

    Its not just Group manager its "Essentials GroupManager" :p
     
    C0nsole likes this.
  4. Offline

    Greywraith

    Sorry about that. Still pretty new to this area.
     
  5. Offline

    frownnn

    Try this I think I fixed it.

    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
     
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
      Default:
        default: true
        permissions:
        - groupmanager.notify.self
        - essentials.motd
        - essentials.info
        - essentials.home
        - essentials.sethome
        - essentials.spawn
        - essentials.msg
        - essentials.money
        - essentials.buy
        - essentials.worlds.world
        - essentials.balance
        - essentials.pay
        inheritance:
        info:
          prefix: '&e'
          build: false
          suffix: ''
      Builder:
        default: false
        permissions:
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&2'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        inheritance:
        - builder
        - g:vanish_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
     
    Greywraith likes this.
  6. Offline

    Iroh

    You need to remove the [] after permissions: on line 14. I believe frownnn fixed it.
     
    Greywraith likes this.
  7. Offline

    Greywraith

    I appreciate the help from both of you. That indeed worked as planned. Although after adding some donation ranks and such, I've run into the same issue. If you could help me once again, I'd be grateful.

    http://pastebin.com/3mF34j9C
     
  8. Offline

    Necrodoom

    getting no errors from it. you should read plugins/groupmanager/error.log and see what it says, and try fix it yourself aswell.
     
  9. Offline

    jacklin213

    I see that you made your own global groups , could we see that file plz :D
     
  10. Offline

    Greywraith

    I apologize for the late response. Family medical complications.


    http://pastebin.com/E4Nyf4Up Here is the global groups. Thank you all for constantly helping me with this.
    I think I'm beginning to get a feel for it.
     
  11. Offline

    jacklin213

    http://pastebin.com/b3r87YXx <<< fix

    You had a tab Spacing at the end of line 118
    You were missing ':' in front of all the groups you made
     
  12. Offline

    Greywraith

    Unfortunately, I'm still running into the same problem after using the fixed versions.

    "You do not have access to that command."
     
  13. Offline

    Greywraith

    Just checking in. Still having issues, and I can't locate a solution. Help would be appreciated.
     
  14. Offline

    jacklin213

    Have you added your self to a group which has your desired permission?
     
  15. Offline

    Greywraith

    The permission I was attempting to use is /home, which is in the default group. Could it be that people who have already played on the server don't have their group's permissions updated until it's manually changed?
     
  16. Offline

    Necrodoom

    can they do /ehome? if yes, another plugin overrides /home.
     
  17. Offline

    Greywraith

    Nope.
     
  18. Offline

    Necrodoom

    paste groups.yml.
     
  19. Offline

    Greywraith

  20. Offline

    Necrodoom

  21. Offline

    Greywraith

    27.04 12:39:36 [Server] WARNING §cYoru_Ookami §4was denied access to command.
    27.04 12:39:36 [Server] INFO [Essentials] checking if Yoru_Ookami has essentials.home - false
    27.04 12:39:36 [Server] INFO [Essentials] checking if Yoru_Ookami has essentials.mail - false
    27.04 12:39:24 [Server] INFO Essentials Pre2.10.2.1 debug mode enabled
    27.04 12:39:24 [Server] INFO This server is running Essentials Pre2.10.2.1
    27.04 12:39:24 [Server] INFO ess debug
     
  22. Offline

    Necrodoom

    first off, outdated essentials prebuild, but not the issue here.
    you seem to not have the permission.
    do /manucheckp Yoru_Ookami essentials.home and /manwhois Yoru_Ookami to see rank and if he has permission negated somewhere, also make sure all worlds are mirrored, not more than one world folder on groupmanager/worlds.
     
  23. Offline

    Greywraith

    Just tried those. It says "27.04 13:11:28 [Server] INFO All commands are locked due to an error. Check the log and then try a '/manload'."

    After reading that, I checked the error log. Here it is.

    http://pastebin.com/2XHqNxLv
     
  24. Offline

    Necrodoom

    oh, heres the problem, you broke your groups.yml, which is why you dont have permissions.
    you have used tabs in your groups.yml, remove them.
     
  25. Offline

    Greywraith

    Used tabs?
     
  26. Offline

    Necrodoom

    Greywraith likes this.
  27. Offline

    Greywraith

    I got it working. Thank you so much for your help.
     
Thread Status:
Not open for further replies.

Share This Page