Solved Can't use Essentials commands

Discussion in 'Bukkit Help' started by mister_s8, Mar 10, 2013.

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

    mister_s8

    One of my players on the server can't use Essentials commands. Whenever he tries he is given the error, "You do not have access to that command".

    He has the permissions to use things like /home, /spawn but can't use them.

    I'm using GroupManager.
     
  2. Offline

    LaxWasHere

  3. Offline

    mister_s8

    That doesn't really help, here's what my current permissions are:
    Show Spoiler

    # 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
    - essentails.build
    - essentails.build.*
    - essentials.afk
    - essentials.back
    - essentials.delhome
    - essentials.fly
    - essentials.help
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.sethome
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - lwc.protect
    - modify.world.*
    - monsterbox.place
    - multiverse.core.spawn.self
    - multiverse.portal.access.*
    - multiverse.teleport.self.*
    - warpsigns.use
    - wirelessredstone.create.*
    - essensials.home
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e'
    build: false
    suffix: ''
    Owner:
    default: false
    permissions:
    - -groupmanager.noofflineperms
    - -vanish.*
    - '*'
    - vanish.fakeannounce
    inheritance:
    - admin
    info:
    prefix: '&4'
    build: true
    suffix: ''
    Builder:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&2'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - vanish.fakeannounce
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5'
    build: true
    suffix: ''
    kevin:
    default: false
    permissions:
    - disguisecraft.*
    - lwc.protect
    - monsterbox.place
    - multiverse.portal.access.*
    - warpsigns.use
    inheritance: []
    info:
    prefix: ''
    build: false
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''


    Turns out that the entire problem was that he was in a separate group with few permissions, so I removed him from the Users file, deeming him Default. Now that solved most of his essentials issues. But there was still one problem, he couldn't use /home. It turned out that nobody could use /home. So I took a look at the permissions and noticed something about the essentials.home one, it was at the bottom of the list. I moved it to the top, and everything was fine again.

    Odd, but it worked.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
Thread Status:
Not open for further replies.

Share This Page