Why don't my permissions work? GroupManager

Discussion in 'Bukkit Help' started by Miki4000, Mar 1, 2014.

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

    Miki4000

    All the permissions I have added to the groups in groupmanager don't work? Why?
    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: false
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&e'
          build: false
          suffix: ''
      Builder:
        default: true
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        - plotme.use
        - multiverse.portal.access.Kreativ
        - multiverse.portal.access.TilKreativ
        - sg.lobby.join 
        - sg.arena.spectate 
        - sg.arena.vote
        - sg.arena.join.* 
        - sg.arena.join.#
        info:
          prefix: '&2[Bygger] '
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        - plotme.use
        - sg.lobby.join 
        - sg.arena.spectate 
        - sg.arena.vote
        - sg.arena.join.* 
        - sg.arena.join.#
        info:
          prefix: '&3[VIP] '
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        - plotme.use
        - plotme.admin
        - sg.lobby.join
        - sg.arena.spectate 
        - sg.arena.vote
        - sg.arena.join.* 
        - sg.arena.join.#
        info:
          prefix: '&c[Mod] '
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&e[Eier] '
          build: true
          suffix: ''
    


    Plugins: GroupManager, WorldEdit, Unbreakable, SurvivalGames, ColorGuide, MinersNeverSleep, PlotMe, Multiverse-Core, JoinChanger, WorldGuard, essentials, EssentialsProtect, EssentialsSpawn, Multiverse-Portals, Multiverse-Inventories, LimitedCreative, EssentialsChat, EssentialsAntiBuild.
     
  2. Offline

    The Fancy Whale

    What do you mean by "Doesn't work"?
     
  3. Offline

    Miki4000

    The permissions I have written down (
    - plotme.use
    - multiverse.portal.access.Kreativ
    - multiverse.portal.access.TilKreativ
    - sg.lobby.join
    - sg.arena.spectate
    - sg.arena.vote
    - sg.arena.join.*
    - sg.arena.join.#)
    doesn't work. But the permissions that is there by default work(
    - g:essentials_builder
    - g:towny_builder
     
  4. Offline

    Necrodoom

    g:essentials_builder and similar are groups, not permissions. Permissions belong to permission section.
     
    Miki4000 likes this.
  5. Offline

    Miki4000

    Ohhh, thank you very, very much! :D
     
Thread Status:
Not open for further replies.

Share This Page