Essentials Help!

Discussion in 'Bukkit Discussion' started by DaClowns, Jul 2, 2011.

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

    DaClowns

    The essentials thread does not accept replies at this time, so I'm asking here.

    Ok so I have essentials set up, but things are not working. First of all, My bro Pudgle, is set to admin as you can see below, but he is not getting any of the admin permissions. When me, DaClowns, has admin, I have all the permissions.

    If someone out there knows what they're doing, or you're super bored and want to help me, or just wanna help a fellow server owner out, can you please do this!!!:

    -Let all the groups be able to do /spawn and go to the spawn, because it currently does not work.
    - Groups go in order: Newcomer, Settler, Moderator, Warrior, Semi-Admin, Admin.
    -Let my admins be able to have ALL COMMANDS.
    -Make these ppl admins: DaClowns, Pudgle, IChopBlocks
    -Before Admins name make it in DARK RED say [Admin]
    -anything else you notice please fix.

    Please let me know what you changed, and why you did it, THANKS SO MUCH YOU DONT EVEN KNOW!
    Code:
    groups:
      SemiAdmin:
        default: false
        permissions:
        - -groupmanager.mantogglesave
        - essentials
        - essentials.clearinventory
        - essentials.cooldown.bypass
        - essentials.deljail
        - essentials.give
        - PhysicalShop.admin
        - essentials.god
        - essentials.heal
        - essentials.heal.others
        - essentials.invsee
        - essentials.item
        - essentials.jails
        - essentials.kickall
        - essentials.kit.*
        - essentials.mute
        - essentials.sell
        - essentials.setjail
        - essentials.signs.protection.override
        - essentials.spawnmob
        - essentials.teleport.cooldown.bypass
        - essentials.teleport.timer.bypass
        - essentials.togglejail
        - groupmanager.*
        - essentials.burn
        inheritance:
        - warrior
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Settler:
        default: false
        permissions:
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.home
        - essentials.msg
        - essentials.sethome
        - essentials.spawn
        - essentials.suicide
        - lwc.protect
        - PhysicalShop.use
        inheritance:
        - newcomer
        info:
          prefix: '&3
          - null
          build: true
          suffix: ''
      Newcomer:
        default: true
        permissions:
        - essentials.help
        - essentials.helpop
        - essentials.list
        - essentials.rules
        - essentials.spawn
        inheritance: []
        info:
          prefix: [Newcomer]
          build: false
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.back
        - essentials.ban
        - essentials.banip
        - essentials.broadcast
        - essentials.delwarp
        - essentials.depth
        - essentials.eco
        - essentials.getpos
        - essentials.jump
        - essentials.kick
        - essentials.kill
        - essentials.setwarp
        - essentials.time
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tphere
        - essentials.tpo
        - essentials.tpohere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.whois
        - essentials.world
        - groupmanager.listgroups
        - groupmanager.mandemote
        - groupmanager.manload
        - groupmanager.manpromote
        - groupmanager.mansave
        - groupmanager.manselect
        - groupmanager.manuadd
        - groupmanager.manudel
        - essentials.ext
        - PhysicalShop.build
        - lwc.mod
        inheritance:
        - settler
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Warrior:
        default: false
        permissions:
        - essentials.afk
        - essentials.back.ondeath
        - essentials.balance
        - essentials.chat.shout
        - essentials.compass
        - essentials.home
        - essentials.kit
        - essentials.kit.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.nick
        - essentials.pay
        - essentials.portal
        - essentials.protect
        - essentials.sethome
        - essentials.signs.buy.use
        - essentials.signs.disposal.create
        - essentials.signs.disposal.use
        - essentials.signs.free.use
        - essentials.signs.heal.use
        - essentials.signs.mail.create
        - essentials.signs.mail.use
        - essentials.signs.protection.create
        - essentials.signs.protection.use
        - essentials.signs.sell.use
        - essentials.signs.trade.create
        - essentials.signs.trade.use
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        - PhysicalShop.build
        inheritance:
        - moderator
        info:
          prefix: Warrior
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - '*'
        - essentials.protect.damage.*
        - PhysicalShop.admin
        inheritance:
        - semiadmin
        info:
          prefix: '&5'
          build: true
          suffix: ''
    


    Code:
    users:
      Wolffang:
        subgroups: []
        permissions: []
        group: Settler
      joe:
        subgroups: []
        permissions: []
        group: Settler
      Luspo:
        subgroups: []
        permissions: []
        group: Settler
      B4reel3:
        subgroups: []
        permissions: []
        group: Settler
      DaClowns:
        subgroups: []
        permissions: []
        group: Admin
      pudgle:
        subgroups: []
        permissions: []
        group: Admin
      IChopBlocks:
        subgroups: []
        permissions: []
        group: Admin
      OpTModz:
        subgroups: []
        permissions: []
        group: Settler

    MY SERVERS PLUGINGS LIKE ALL STOPPED WORKING.. PLEASE HELP! This is what the CMD shows while ym sevrer is up. People can log in , but many plug ins are like broken... and please ignore my bro on skype lol it got messed up..

    http://www.youtube.com/watch?v=r7MJh3qVO7Q
     
  2. Offline

    anonymous

    maybe because bukkit updated and the plugins havent updated......
     
Thread Status:
Not open for further replies.

Share This Page