Trying to add permissions for essentials

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

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

    Mohammad

    Is this the right way to add essentials?
    Code:
                - 'general.spawn'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.kit'
                - 'essentials.help'
                - 'essentials.tpo'
                - 'essentials.tpa'
    --- merged: Feb 24, 2011 10:02 AM ---
    When i do this my server stops working
     
  2. Offline

    DIENER

    That is the data.yml file in EssentialsGroupManager right?
    If it is then it should look something like this.
    Code:
    users:
      d13n3r:
        permissions: []
        group: Admins
    groups:
      Default:
        default: true
        permissions: [essentials.list, essentials.motd, essentials.world, essentials.portal,
          essentials.kit.*, essentials.help, essentials.tp, essentials.home, essentials.sethome,
          essentials.spawn, essentials.helpop, essentials.depth, essentials.msg, essentials.me,
          essentials.signs.protection.*]
        inheritance: []
        info: {prefix: '', build: true, suffix: ''}
      Admins:
        default: false
        permissions: ['*']
        inheritance: [Moderator]
        info: {prefix: '&1', build: true, suffix: ''}
      Moderator:
        default: false
        permissions: [essentials.item, essentials.give, essentials.god, essentials.heal,
          essentials.time, essentials.tpo, essentials.tphere, essentials.tpohere, essentials.ban,
          essentials.banip, essentials.kick, essentials.unban, essentials.unbanip, essentials.jail,
          essentials.signs.free.*, essentials.kill]
        inheritance: [Default]
        info: {prefix: '&2', build: true, suffix: ''}
    plugin:
      permissions: {system: default}
    
     
  3. Offline

    lamnea

    so all i do to set up essentials group manager is put my permissions setup into it ?
     
Thread Status:
Not open for further replies.

Share This Page