[Help] Essentials Water & Lava & TnT

Discussion in 'Bukkit Help' started by Alexis, Mar 6, 2011.

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

    Alexis

    Hello all,
    i have a bukkit server, and the all essentials plugins, i am Admin in EssentialsGRoupManager, so i can put the water or tnt or lava with a bucket but the user 'Default' can't the water lava & TnT..
    Code:
    users:
      Slayug:
        permissions: []
        group: Admins
        info:
          prefix: '&c'
          suffix: King
    
    Code:
    groups:
      Default:
        default: true
        permissions:
        - essentials.help
        - essentials.home
        - essentials.motd
        - essentials.sethome
        - essentials.spawn
        inheritance: []
        info:
          prefix: '[Peon] '
          build: false
          suffix: ''
      SemiAdmin:
        default: false
        permissions:
        - +groupmanager.mandemote
        - +groupmanager.manpromote
        - -groupmanager.*
        - '*'
        inheritance:
        - moderator
        info:
          prefix: ''
          build: false
          suffix: ''
      Admins:
        default: false
        permissions:
        - '*'
        inheritance:
        - semiadmin
        info:
          prefix: '[Dieu] '
          build: false
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.tp
        - essentials.tphere
        - essentials.item
        - essentials.give
        inheritance:
        - default
        info:
          prefix: ''
          build: false
          suffix: ''
    
    What is the problem ?
    Thanks in advance.
    --- merged: Mar 6, 2011 5:55 PM ---
    Help ?
    --- merged: Mar 6, 2011 8:19 PM ---
    up..
    --- merged: Mar 7, 2011 8:15 AM ---
    up ?
    --- merged: Mar 7, 2011 8:30 AM ---
    And if i put all right for user 'Defaut' and delete 'give' 'ban' with
    permissions:
    - +essentials.give
    not works..
     
  2. Offline

    Direct1221

    you are forgetting the '' on all commands

    should be like

    - 'essentials.give'

    and so forth...
     
  3. Offline

    Alexis

    So for delete the command ?
    --- merged: Mar 7, 2011 5:26 PM ---
    I found,
    Code:
        permissions:
        - '-essentials.item'
        - '-essentials.give'
        - '-essentials.kill'
        - '-essentials.kick'
        - '-essentials.ban'
        - '-groupmanager.*'
        - '*'
    Thanks
     
  4. Offline

    Direct1221

    Yup, looks good like that, now do that for the rest and you are golden :)
     
Thread Status:
Not open for further replies.

Share This Page