Help with Group Manager- no permission for anything!

Discussion in 'Bukkit Help' started by FrenchFrieMan, May 29, 2012.

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

    FrenchFrieMan

    Hello, I have recently created a Bukkit server with Essentials Group Manager...and I thought my "groups" file was fine...but when I try to do anything on my server..."You don't have permission." However- I am giving that group permission in my file. I am new to this, so I am wondering if anyone can help a noob out.

    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.

    groups:
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    - -bartersigns.create
    - -bartersigns.use
    - -ChestShop.shop.*
    - -essentials.afk
    - -essentials.balance
    - -essentials.delhome
    - -essentials.help
    - -essentials.helpop
    - -essentials.home
    - -essentials.mail.send
    - -essentials.mail
    - -essentials.me
    - -essentials.motd
    - -essentials.pay
    - -essentials.rules
    - -essentials.sell
    - -essentials.sethome
    - -essentials.spawn
    - -essentials.warp
    - -essentials.warp.list
    - -essentials.worth
    - -factions.kit.halfplayer
    - -mobcatcher.can-catch
    - -pvparena.user
    inheritance:
    - g:essentials_default
    - g:bukkit_default
    info:
    prefix: '&2[Guest] &f'
    build: false
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - admin
    info:
    prefix: '&4[Owner] &f'
    build: true
    suffix: ''
    Builder:
    default: false
    permissions:
    - -ChestShop.nofee
    - -factions.kit.fullplayer
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&5[Member] &9'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - -ChestShop.shop.mod
    - -factions.kit.mod
    - -mobcatcher.free
    inheritance:
    - builder
    - g:essentials_moderator
    - g:bukkit_moderator
    - g:towny_moderator
    info:
    prefix: '&5[Staff] &f'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - -bartersigns.admin
    - -ChestShop.shop.admin
    - -factions.kit.admin
    - -mobcatcher.allow-all
    - -pvparena.*
    - -worldedit.*
    - -worldguard.*
    inheritance:
    - moderator
    - g:essentials_admin
    - g:bukkit_admin
    - g:towny_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''


    Any group, no permission for /spawn, /tell, anything! It only works if I am Owner and Operator. Please help!
     
  2. Offline

    auntjemima1

    i think its becuase ur putting the - - thingy, the second dash is uneccsecary, like maybe it should go - essetials.spawn, etc..., but i would try permissionsEX, much better, and a great wiki explaining it
     
  3. Offline

    FrenchFrieMan

    I will try it without the second -, however if all else fails, I will try PermissionsEX because I have heard several people saying they prefer that, I just never got around to getting/learning it.
     
Thread Status:
Not open for further replies.

Share This Page