Only OPs have any permissions! GroupManager

Discussion in 'Bukkit Help' started by mrstreethobo, Mar 21, 2013.

Thread Status:
Not open for further replies.
  1. Hello, I am using GroupManager, but the only groups that have any permissions are the ones that have the '*' node or are OPs. Here is my groups.yml:
    Code:
    groups:
      member:
        permissions:
        - essentials.afk
        - essentials.getpos
        - essentials.helpop
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.spawn
        - factions.kit.fullplayer
        - modifyworld.*
        - multiverse.access.*
        - plotme.use
        - title.member
        - war.player
        - deathcube.use
        - iConomy.user
        - deatchcube.start
        info:
          prefix: ''
          build: true
          suffix: ''
        inheritance:
        - guest
      trusted:
        permissions:
        - essentials.sethome
        - essentials.tpa
        - title.trusted
        - essentials.afk
        - essentials.getpos
        - essentials.helpop
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.spawn
        - factions.kit.fullplayer
        - modifyworld.*
        - multiverse.access.*
        - plotme.use
        - war.player
        - deathcube.use
        - iConomy.user
        - deatchcube.start
     
        inheritance:
        - member
        - guest
        info:
          prefix: ''
          build: true
          suffix: ''
      headadmin:
        permissions:
        - '*'
        - title.headadmin
        info:
          prefix: ''
          build: true
          suffix: ''
      headmod:
        permissions:
        - title.headmod
        - essentials.afk
        - essentials.getpos
        - essentials.helpop
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.spawn
        - factions.kit.fullplayer
        - modifyworld.*
        - multiverse.access.*
        - plotme.use
        - title.member
        - war.player
        - deathcube.use
        - iConomy.user
        - deatchcube.start
        - essentials.ban
        - essentials.jail
        - essentials.kick
        - essentials.kill
        - essentials.mute
        - essentials.sudo
        - essentials.tempban
        - essentials.unban
        - essentials.vanish
        - essentials.weather
        - hawkeye.*
        info:
          prefix: ''
          build: true
          suffix: ''
      admin:
        permissions:
        - '*'
        - -worldedit.*-
        info:
          prefix: ''
          build: true
          suffix: ''
      mod:
        permissions:
        - essentials.ban
        - essentials.jail
        - essentials.kick
        - essentials.kill
        - essentials.mute
        - essentials.sudo
        - essentials.tempban
        - essentials.unban
        - essentials.vanish
        - essentials.weather
        - hawkeye.*
        - title.mod
        - essentials.afk
        - essentials.getpos
        - essentials.helpop
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.spawn
        - factions.kit.fullplayer
        - modifyworld.*
        - multiverse.access.*
        - plotme.use
        - war.player
        - deathcube.use
        - iConomy.user
        - deatchcube.start
        info:
          prefix: ''
          build: true
          suffix: ''
      owner:
        permissions:
        - '*'
        - title.owner
        info:
          prefix: ''
          build: true
          suffix: ''
      guest:
        default: true
        permissions:
        - bukkit.broadcast.user
        - paidranks.normal.member
        - paidranks.normal
        - title.guest
        - essentials.spawn
        info:
          prefix: ''
          build: false
          suffix: ''
      vip:
        permissions: []
        inheritance:
        - trusted
        info:
          prefix: ''
          build: true
          suffix: ''
      vipplus:
        permissions:
        - disguisecraft.mob.*
        info:
          prefix: ''
          build: true
          suffix: ''
        inheritance:
        - trusted
      hero:
        permissions:
        - disguisecraft.mob.*
        inheritance:
        - trusted
        info:
          prefix: ''
          build: true
          suffix: ''
      legend:
        permissions:
        - essentials.fly.safelogin
        - essentials.fly
        inheritance:
        - trusted
        info:
          prefix: ''
          build: true
          suffix: ''
    And my users.yml:
    Code:
    users:
      dimondalchemist2:
        group: owner
        subgroups: []
        permissions: []
      stickman568:
        group: headmod
        subgroups: []
        permissions: []
    Does anyone know why this is happening?
     
  2. Offline

    halfbrainz

    i have a similar problem, i can't get any 'factions' permission nodes to work.
    help would be appreciated.
     
  3. Offline

    funnyman850

    factions permissions nodes are not active yeat halfbrainz

    and is you groupmanager up to date? its sometimes that

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  4. Offline

    Kolugo

    halfbrainz
    Factions doesn't require you to write in any permissions, it should work by default.

    mrstreethobo
    do you get any errors messages? do you mind posting a list of your plugins?
     
  5. Offline

    BrodoSwagginz

    Try disabling ModifyWorld. And if that doesn't work can I have a list of plugins please?
     
  6. Offline

    Necrodoom

  7. Offline

    Kolugo

    necrodoom
    Huh? I was also replying to somebody who posted today. There's no point in commenting this as dead if there's more than a few posts posted today. don't worry about it, it's ok, no harm in posting. :D
     
  8. Offline

    halfbrainz

    yeah thx alot for the quick reply... i only have permissionsex and factions installed on my voltz server.
    no errors at all in the command prompt when i start up the server.
    the plugin versions are: pex 1.19.5 and factions 1.8.0
    sorry if i am posting in the wrong place i am very new to forums, just made my account today

    sorry didn't 'tahg' or what have you ^^
    Kolugo BrodoSwagginz

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  9. Way to necro this thread guys -.-
     
  10. Offline

    Symbiosis

    Remove anything that has to do with PermissionsEx if you have moved to GroupManager. This includes ModifyWorld and ChatManager. I had this same issue when I switched to GroupManager but no more. Also above the permissions nodes area, you should put 'default: true' directly above all groups, setting it to 'default: false' for all groups except the default group (the group the average player starts off with). It should have the same amount of spaces as the permissions nodes area below it.
     
  11. Offline

    halfbrainz

    Symbiosis, thanks for the reply, i haven't changed to groupmanager. In my plugins folder i only have factions and pex. I know how to use them correctly and my yml is correct, hence why i get no errors when i start the server. The weird thing is: no matter what i add to my permissionsex .yml (for factions) just doesn't register in game..
    however, when i add pex permissions to a group.. that works fine...
    it's just the factions nodes that don't work :(
     
Thread Status:
Not open for further replies.

Share This Page