Could anybody help me with permissions?

Discussion in 'Bukkit Help' started by Thoth, Mar 12, 2011.

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

    Thoth

    Hi, I'm sort of a Server Newbie here and I was wondering if anybody could help me with Permissions and Essentials. I'm running both and I'm wondering how I could make a VIP class that is the same as default but has the permission essentials.kit so it has all the kit commands.


    Thanks, Thoth.
     
  2. Offline

    cjc343

    Add a VIP group that inherits from Default (similar to the example "Moderator" group) and add the appropriate permission.
     
  3. Offline

    Thoth

    When I try to add a command (essentials.help) to permissions to default group they say they can't do so.

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'essentials'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    

    That's my Permissions config
    [MERGETIME="1299994182"][/MERGETIME]
    Fixed it. named the config, config. and not my world's name.
     
Thread Status:
Not open for further replies.

Share This Page