essentials permissions screwed up

Discussion in 'Bukkit Help' started by kaishuoy, Feb 24, 2011.

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

    kaishuoy

    idk why, i rebooted server and permissions just failed to work. like normal users cant /spawn or /kit etc. its saying 'you dont have access to that command' but ive allowed it in the config which is posted below

    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #  Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #  Does not work for the default world.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # Groups can contain inheritance.
    #  To make a group inherit the permissions from another
    #  group simply place the groups name in the "inheritance:" like so:
    #
    #  Example:
    #      inheritance:
    #          - Default
    ##
    #  All permissions including the asterisks must be placed in single quotes.
    #  like so:
    #
    #      - 'general.spawn'
    #
    #  Otherwise errors will happen!
    ##
    #  Globalized Permission settings:
    #
    #      If a permission contains periods (.) you can denote a globalized parameter:
    #
    #          - 'general.*'
    #
    #      This will allow you to use all general commands.
    #
    ##
    #  Single Asterisk denotes all commands:
    #
    #      - '*'
    ##
    #  To exempt a node use the - prefix like so:
    #      - '-general.time'
    ##
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: false
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.kit'
                - 'essentials.kit.tools'
                - 'essentials.list'
                - 'essentials.msg'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.mail'
                - 'essentials.give'
    
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.time'
                - 'essentials.tp'
                - 'essentials.tphere'
        Admin:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    ##
    users:
        test3:
            group: Admin
            permissions:
    anyone know where i went wrong? atm ive got permissions, essentials worldguard and worldedit installed. btw email is kaishuoy at yahoo dot com . if u have any help, itll be appreciated
     
  2. Offline

    jwideman

    You appear to be using both Essentials and General. Pick one.
     
  3. Offline

    kaishuoy

    lol i dont have general. that bit about general was in the yml already and i forgot to remove it. just checked, removing it still didnt solve the issue. ill update the code too to stop confusions
     
  4. Offline

    Starrk

    I have this too. I temporarily removed Essentials for the time being after noticing people setting their own warps and killing other players. I come back to my server and it's total chaos.
     
  5. Offline

    kaishuoy

    agh that sucks dammit. cos right now, problem isnt everyone getting all the commands. its that theyre not able to access ANY commands.
    starrk how are u dealing with it atm?
     
Thread Status:
Not open for further replies.

Share This Page