Solved GroupManager Moderator Dont Work

Discussion in 'Bukkit Help' started by hodgetts330, Oct 1, 2012.

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

    hodgetts330

    Hello, My Moderators, When They Type A Command It Says They Dont Have Permission To Use That Command but my user group as the owner works ??

    users.yml
    Code:
      User:
        subgroups: []
        permissions: []
        group: Owner
      User:
        subgroups: []
        permissions: []
        group: Moderator
    
    groups.yml
    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:
        - -bukkit.command.kill
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        inheritance:
        info:
          prefix: '&e[USER]'
          build: true
          suffix: ''
      Builder:
        default: false
        permissions:
        - worldedit.*
        inheritance:
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&2[BUILDER] '
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions:
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        inheritance:
        - builder
        info:
          prefix: '&4[MOD] '
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        inheritance:
        - moderator
        info:
          prefix: '&d[ADMIN] '
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&c[OWNER] '
          build: true
          suffix: ''
    
     
  2. i don't know how your permissions file is setup it kinda looks weird is that essentials group manager or the old outdated groupmanager??
    but my owner looks like this
    to make it moderator just change 'Owner' into Moderator
    EDIT: i believe your not using essentials group manager so if your not using it don't bother with what i said
     
  3. Offline

    Kimahri88

    at this configuration the moderator has full serverrights? a moderator dont need all permissions i think, if u need essentials groupmanager u can look into the wiki to get perm ingame or over console over a command!
     
  4. ow i thought he wannet to give all permissions for moderator well than never mind
     
  5. Offline

    hodgetts330

    i do have group manager, i dont want to change the owner to moderator, when a mod types a command like /tp or /gamemode 1 it says they do not have permission while they should
     
  6. Offline

    Kimahri88

    wich groupmanager? essentials group?
     
  7. Offline

    hodgetts330

    Yes, It Came With The Essentials Pack
     
  8. Offline

    Kimahri88

    look into the wiki it get a command for console or ingame to set rights for plugins!
     
  9. Offline

    hodgetts330

    Please Help, I Dont Know What Im Doing Even /help Wont Work For Moderators
     
  10. Offline

    rikari

    hodgetts330 Show me your globalgroups.yml file. I can help you sort out your issue if you're still having it. Also, check your logs to see if there is any warning from GM about the moderator group. Maybe one of your g:group groups is not working right or the Moderator group is not set up right.
     
  11. Offline

    Necrodoom

    you are trying to put groups in permissions. groups belong to inheritance.
    please check my signature for GM wiki.
     
Thread Status:
Not open for further replies.

Share This Page