"You do not have access to that command" PLEASE HELP ME

Discussion in 'Bukkit Help' started by kostaShadows, Dec 21, 2012.

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

    kostaShadows

    I just created a bukkit server and I am trying to set the permissions, everything seems ok but when I log in and try to use a command it says I do not have access. Can you please see my permissions file and tell me what's wrong ? The plugins I am using are GroupManager, EpicZone, Lockette and Essentials.



    groups:
    guest:
    default: true
    info:
    prefix: '&1&8'
    suffix: ''
    build: false
    inheritance:
    permissions:
    Member:
    default: false
    info:
    prefix: '&1&3'
    suffix: ''
    build: true
    inheritance: Guest
    permissions:
    - 'essentials.msg'
    - 'essentials.motd'
    - 'essentials.me'
    - 'essentials.list'
    - 'essentials.whois'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'essentials.home'
    - 'essentials.sethome'
    - 'essentials.spawn'
    - 'essentials.help'
    - 'lwc.protect'
    - 'essentials.signs.mail.use'
    - 'essentials.signs.free.use'
    - 'essentials.signs.disposal.use'
    - 'essentials.signs.heal.use'
    - 'essentials.signs.warp.use'
    admin:
    default: false
    info:
    prefix: '&1&4'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'

    users:
    ElgarL:
    group: Moderator
    subgroups: []
    permissions: []
    KHobbits:
    group: Moderator
    subgroups: []
    permissions: []
    kostaShadows:
    group: Owner
    subgroups: []
    permissions:
    - 'essentials.sethome'
    - 'groupmanager.*'
    - 'essentials.vanish'
    - 'essentials.home'
    - 'essentials.spawn'
    - 'essentilals.home.others'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'essentials.tp'
    - 'essential.chat.color'
    - 'essentials.fly'
    - 'essentials.fly.others'
    - 'lockette.user.create.*'
    - 'lockette.admin.create.*'
    - 'lockette.admin.bypass'
    snowleo:
    group: Builder
    subgroups: []
    permissions: []

    PLEASE I NEED HELP
     
  2. Offline

    Necrodoom

    please read groupmanager wiki to see how to properly set up the groups.yml, you made many syntax errors there.
     
  3. Offline

    kostaShadows

    I have read the wiki many time s and I still cannot find what is wrong. I know the positioning is wrong, because when I copy, pasted it it showed up like this.
     
  4. Offline

    SaiFive

    op yourself then ingame enter the permissions in using the commands much easier that way
     
  5. Offline

    TheOnlyRealTGS

    Please use pastebin.com and paste your file there.
     
  6. Offline

    Necrodoom

    see inheritance section.
     
  7. Offline

    PapiDimmi

    kostaShadows
    In the "inheritance" section you should put the group names which that group should have access to the permissions the other group in the "inheritance" section has!

    Here's an example:

    Moderator:
    permissions:
    - essentials.tp
    - bukkit.command.kill
    inheritance:
    - deafult
    - builder
    info:
    prefix: '&1[Mod]'
    build: true
    suffix: ''

    SaiFive
    No, it isn't. It's best to configurate it in the YML file.
     
    issaaccbb likes this.
  8. Offline

    Dingle

    Please post your permissions in www.pastebin.com :) I will try to sort it out for you !
     
    PapiDimmi likes this.
  9. Offline

    Necrodoom

    ingame commands are better for YML newbies actually.
     
  10. Offline

    PapiDimmi

    Yeah, but I'm not a YML newbie as well :p
     
  11. Offline

    Necrodoom

    its still good for on the fly edits. nothing wrong with ingame commands, you choose what you are better with.
     
  12. Offline

    PapiDimmi

    Yeah, but I only use /mangaddp when I'm only adding like one or two permissions to a group ;)
     
Thread Status:
Not open for further replies.

Share This Page