Permissions and essentials

Discussion in 'Bukkit Help' started by netraameht, Mar 20, 2011.

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

    netraameht

    Hi,
    I'm new on this forum, and I had a question:

    Now I have the plugins: Essentials and Permissions
    I builded groups with permissions and I want that the group players not nothing of the commands of Essentials (maybe a crazy spelling, I'm Dutch)
    I tryed this in the permissions config file: (yes, the name of the world is the name of the file)
    Code:
        Speler: (= player)
            default: false
            info:
                prefix: '&1'
                suffix: '&2'
                build: true
            inheritance:
                - Default
            permissions:
                -'essentials.mail'
                -'essentials.mail.send'
                -'essentials.helpop'
                -'essentials.signs.buy.create'
                -'essentials.signs.buy.use'
                -'essentials.signs.sell.create'
                -'essentials.signs.sell.use'
                -'essentials.signs.mail.create'
                -'essentials.signs.mail.use'
                -'essentials.signs.free.create'
                -'essentials.signs.free.use'
                -'essentials.signs.heal.use'
        Admins:
            default: false
            info:
                prefix: '&1'
                suffix: '&3'
                build: true
            inheritance:
            permissions:
                -'essentials.item'
                -'essentials.kit.*'
                -'essentials.mail'
                -'essentials.mail.send'
                -'essentials.mute'
                -'essentials.banip'
                -'essentials.ban'
                -'essentials.kick'
                -'essentials.kickall'
                -'essentials.unban'
                -'essentials.unbanip'
                -'essentials.togglejail'
                -'essentials.jail.exempt'
                -'essentials.setjail'
                -'essentials.kit'
                -'essentials.time'
                -'essentials.bigtree'
                -'essentials.sethome'
                -'essentials.home'
                -'essentials.signs.buy.create'
                -'essentials.signs.buy.use'
                -'essentials.signs.sell.create'
                -'essentials.signs.sell.use'
                -'essentials.signs.mail.create'
                -'essentials.signs.mail.use'
                -'essentials.signs.free.create'
                -'essentials.signs.free.use'
                -'essentials.signs.heal.create'
                -'essentials.signs.heal.use'
                -'essentials.tp'
    But it doesn't work, can somebody fix it???
     
  2. Offline

    captainawesome7

    whats the (=player)?
     
  3. Offline

    Andre_9796

    He simply wanted to tell us that the name speler means the same as player because he isnt english. But the group name isnt relative so dont post such silly posts.
     
  4. Offline

    captainawesome7

    Ohh ok didn't catch that.
     
  5. Offline

    Andre_9796

    No problem.
     
  6. Offline

    captainawesome7

    I wonder if he got it fixed..
     
  7. Offline

    Andre_9796

    If we ever get to know? :D
     
Thread Status:
Not open for further replies.

Share This Page