YAML issues? Permissions issues/need to upgrade? Look here!

Discussion in 'Bukkit Help' started by Darq, Oct 19, 2011.

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

    Darq

    Are you pasting it in exactly as I did? If so, the command will work just fine.
     
  2. Offline

    mast3rpyr0

    I just need help with inheritance and build permissions. Noob should not be able to build, and all the groups should inherit the group below it.

    -PermissionsEx
    -PermissionsEx

    Code:
    groups:
        Admin:
            prefix: '&6[&fAdmin&6] '
            default: false
            options:
                rank: '0'
            permissions:
                - '*'
        Moderator:
            prefix: '&b[&fMod&b] '
            default: false
            options:
                rank: '25'
            permissions: {}
        Donor:
            prefix: '&5[&fDonor&5] '
            default: false
            options:
                rank: '50'
            permissions: {}
        Everyone:
            prefix: '&2'
            default: false
            options:
                rank: '75'
            permissions: {}
        Noob:
            prefix: '&7'
            default: true
            build: false
            options:
                rank: '100'
            permissions:
                - essentials.help
                - essentials.helpop
                - essentials.list
                - essentials.motd
                - essentials.rules
                - essentials.spawn
                - lwc.deny
                - modifyworld.sneak
                - modifyworld.sprint
    users:
        mast3rpyr0:
            group:
            - Noob
    
    thanks :)

    I can use AntiBuild if needed to use the 'build: false' option.
     
  3. Offline

    Darq

    Since you're using PermissionsEx, I'd just use ModifyWorld which is packed with it. I added the inheritance to your file, and removed all of the "default: false" lines, with PermissionsEx, if a field doesn't exist it's assumed to be Default/False. Also removed some extra spaces that were behind each permissions node, they shouldn't be there.

    If you need help with ModifyWorld, let me know here.

    Here's your file:

    Code:
    groups:
        Admin:
            prefix: '&6[&fAdmin&6] '
            options:
                rank: '0'
            permissions:
            - '*'
            inheritance:
            - Moderator
        Moderator:
            prefix: '&b[&fMod&b] '
            options:
                rank: '25'
            permissions: {}
            inheritance:
            - Donor
        Donor:
            prefix: '&5[&fDonor&5] '
            options:
                rank: '50'
            permissions: {}
            inheritance:
            - Everyone
        Everyone:
            prefix: '&2'
            options:
                rank: '75'
            permissions: {}
            inheritance:
            - Noob
        Noob:
            prefix: '&7'
            default: true
            build: false
            options:
                rank: '100'
            permissions:
            - essentials.help
            - essentials.helpop
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - lwc.deny
            - modifyworld.sneak
            - modifyworld.sprint
    users:
        mast3rpyr0:
            group:
            - Noob
    If you copied this within the first 30 seconds that I posted it, there would have been an error with the file, fixed it since.
     
  4. Offline

    Krazy

  5. Offline

    mast3rpyr0

    Thanks! You're quick lol. I'm still given a list of 12 pages of commands with /help as a noob, and I can /fireball. Did I miss something?

    EDIT: nvm, i was still OP :D
     
    Darq likes this.
  6. Offline

    Darq

    @Krazy
    Ready for PermissionsEx:
    Code:
    users:
        MarechalAle:
            group:
            - CoordEvent
        Sr_Descolado:
            group:
            - SrDescolado
        Rafaeldesc:
            group:
            - Rafaeldesc
        Liccurgo:
            group:
            - Moderator
        eziodpn:
            group:
            - eziodpn
        EvertonTheCat:
            group:
            - EvertonTheCat
        Shukaku:
            group:
            - Shukaku
        IVRafael:
            group:
            - Moderator
        Lipy_sz:
            group:
            - Lipyszz
        Slimclic:
            group:
            - Slimclic
        ragnaloko1:
            group:
            - ragnaloko1
        MurilloAug:
            group:
            - Moderator
        haxelnut:
            group:
            - haxelnut
        aUsCkEs:
            group:
            - Admins
        DarkFerrer:
            group:
            - darkferrer
        Gesiel:
            group:
            - Divulgador
    groups:
        VIP:
            inheritance:
            - vipmcbr
            - darkferrer
            - eziodpn
        CoordEvent:
            prefix: '&d[Construtor]&f'
            permissions:
            - foo.*
            - -foo.test
            - ChestShop.mod
            - lockette.user.create.*
            - lwc.mod
            - essentials.list
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - lockette.user.create.*
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - essentials.back
            - essentials.back.ondeath
            - essentials.tp
            - essentials.tpahere
            - essentials.tpall
            - essentials.tpo
            - stargate.use
            - essentials.god
            - stargate.free
            - stargate.admin
            - essentials.signs.use.heal
            - essentials.jump
            - bb.blocks.allow.tnt
            - logblock.*
            - administrate.stealth
            - administrate.invisible
            - administrate.fakelog
            - bananaprotect.admin
            - lwc.protect
            - lwc.mod
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - bb.allow.spawner
            - bb.allow.fire
            - residence.admin
            - redstoneclockdetector.*
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&d'
            inheritance:
            - VIP
            - mcBR
        Rafaeldesc:
            prefix: '&6[Desc]&f'
            permissions:
            - foo.bar
            - essentials.tp
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ichat.color
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ChestShop.group.VIP
            - ChatSentry.bypass
            - bb.allow.spawner
            - bb.allow.fire
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        eziodpn:
            prefix: '&6[Barao]&f'
            permissions:
            - foo.bar
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - essentials.tp
            - essentials.ban
            - essentials.ban.offline
            - essentials.kick
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - ChestShop.group.VIP
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ichat.color
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ChatSentry.bypass
            - bb.allow.spawner
            - bb.allow.fire
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        EvertonTheCat:
            prefix: '&6[NutS2]&f'
            permissions:
            - foo.bar
            - essentials.tp
            - ChestShop.group.lojavip
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ichat.color
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ChatSentry.bypass
            - bb.allow.spawner
            - bb.allow.fire
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        SrDescolado:
            prefix: '&6[ELITE]&f'
            permissions:
            - foo.bar
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - essentials.tp
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - ChestShop.group.VIP
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ichat.color
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ChatSentry.bypass
            - bb.allow.spawner
            - bb.allow.fire
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        Lipyszz:
            prefix: '&6[Prince]&f'
            permissions:
            - foo.bar
            - essentials.tp
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ichat.color
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ChestShop.group.VIP
            - ChatSentry.bypass
            - bb.allow.spawner
            - bb.allow.fire
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        Shukaku:
            prefix: '&6[PRO]&f'
            permissions:
            - foo.bar
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - essentials.tp
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - ChestShop.group.VIP
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ichat.color
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ChatSentry.bypass
            - bb.allow.spawner
            - bb.allow.fire
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        Slimclic:
            prefix: '&6[Barao]&f'
            permissions:
            - foo.bar
            - essentials.tp
            - ChestShop.group.lojavip
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ichat.color
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ChatSentry.bypass
            - bb.allow.spawner
            - bb.allow.fire
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        Divulgador:
            prefix: '&b[DIV]&f'
            permissions:
            - foo.*
            - -foo.test
            - ChestShop.mod
            - lockette.user.create.*
            - lwc.mod
            - essentials.list
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - lockette.user.create.*
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - essentials.back
            - essentials.back.ondeath
            - essentials.tp
            - essentials.tpahere
            - essentials.tpall
            - essentials.tpo
            - stargate.use
            - essentials.god
            - stargate.free
            - stargate.admin
            - essentials.signs.use.heal
            - essentials.jump
            - bb.blocks.allow.tnt
            - administrate.stealth
            - administrate.invisible
            - administrate.fakelog
            - bananaprotect.admin
            - lwc.protect
            - lwc.mod
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&d'
            inheritance:
            - VIP
            - mcBR
        ragnaloko1:
            prefix: '&6[King]&f'
            permissions:
            - foo.bar
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - essentials.tp
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - ChestShop.group.VIP
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ichat.color
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ChatSentry.bypass
            - bb.allow.spawner
            - bb.allow.fire
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        darkferrer:
            prefix: '&6[Ortigas]&f'
            permissions:
            - foo.bar
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - essentials.tp
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - ichat.color
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ChatSentry.bypass
            - ChestShop.group.VIP
            - bb.allow.spawner
            - bb.allow.fire
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        mcBR:
            prefix: '&f'
            permissions:
            - foo.bar
            - essentials.list
            - essentials.spawn
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - essentials.msg
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - stargate.use
            - stargate.free
            - VIP.kickToggle
            - essentials.kit.free
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - factions.viewAnyPower
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.home
            - essentials.delhome
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&7'
        vipmcbr:
            prefix: '&6[VIP]&f'
            permissions:
            - foo.bar
            - -foo.test
            - essentials.list
            - essentials.spawn
            - worldguard.heal
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - stargate.create
            - stargate.destroy.personal
            - essentials.msg
            - essentials.heal
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - ChestShop.shop.create
            - ChestShop.group.VIP
            - stargate.use
            - essentials.signs.use.heal
            - stargate.free
            - essentials.kit.free
            - essentials.kit.nopvp
            - essentials.kit.vip
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - factions.viewAnyPower
            - essentials.back
            - essentials.back.ondeath
            - pvptoggle.command.status
            - pvptoggle.command.toggle
            - VIP.VIP
            - DailyBonus.getVIP
            - signColours.*
            - signColours.e
            - colors.hex
            - bb.blocks.allow.tnt
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - residence.create
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            - creativecolours.chat
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&6'
        Admins:
            prefix: '&3[DIRETOR]&f'
            permissions:
            - '*'
            - regios.list
            - regios.info
            - ChestShop.*
            - lwc.admin
            - preciousstones.admin.*
            - preciousstones.bypass.*
            - logblock.*
            - factions.*
            - fchoptree.command.reload
            - fchoptree.command.protect
            - fchoptree.command.change
            - multihome.defaulthome.go
            - multihome.defaulthome.set
            - multihome.namedhome.set
            - multihome.namedhome.delete
            - multihome.namedhome.go
            - multihome.namedhome.list
            - essentials.kit.vip
            - essentials.back.ondeath
            - essentials.back
            - ScizzrHome.admin.*
            - colors.reload
            - bb.blocks.allow.tnt
            - VIP.VIP
            - stargate.admin
            - stargate.create
            - stargate.destroy
            - stargate.option
            - stargate.free
            - scs.admin
            - residence.admin
            - administrate.stealth
            - administrate.invisible
            - administrate.fakelog
            - administrate.tp
            - classranks.admin.admin
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - lwc.admin
            - lwc.deny
            - LoginBonus.true
            - Vanilla.version
            - lazyroad.build
            - Vanilla.reload
            - herochat.admin
            - nSpleef.admin.define
            - nSpleef.admin.deleteanygame
            - nSpleef.admin.deletearena
            - nSpleef.admin.forceready
            - nSpleef.admin.forcejoin
            - nSpleef.admin.forceleave
            - residence.create
            - ChatSentry.bypass
            suffix: '&3'
        haxelnut:
            default: true
            prefix: '&f'
            permissions:
            - foo.bar
            - essentials.list
            - essentials.spawn
            - choptree.chop
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - essentials.msg
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - stargate.use
            - stargate.free
            - VIP.kickToggle
            - essentials.kit.free
            - essentials.kit
            - factions.participate
            - factions.create
            - lwc.protect
            - factions.viewAnyPower
            - worldguard.region.flag.flags.*
            - lwc.protect
            - essentials.sethome
            - essentials.home
            - essentials.delhome
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - preciousstones.benefit.*
            - preciousstones.whitelist.*
            suffix: '&7'
        Moderator:
            prefix: '&2[MOD]&f'
            permissions:
            - foo.*
            - -foo.test
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - ChestShop.mod
            - lockette.user.create.*
            - essentials.ban
            - essentials.ban.notify
            - essentials.ban.exempt
            - essentials.banip
            - essentials.kick
            - essentials.kick.exempt
            - lwc.mod
            - essentials.kick.notify
            - essentials.list
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.ping
            - choptree.chop
            - regios.createdelete
            - regios.modify
            - regios.expand
            - iConomy.access
            - iConomy.rank
            - iConomy.list
            - iConomy.payment
            - essentials.back
            - essentials.back.ondeath
            - essentials.tp
            - essentials.tpahere
            - essentials.tpall
            - essentials.tpo
            - stargate.use
            - essentials.god
            - stargate.free
            - stargate.admin
            - essentials.signs.use.heal
            - essentials.jump
            - ChestShop.admin
            - bb.blocks.allow.tnt
            - logblock.*
            - administrate.stealth
            - administrate.invisible
            - administrate.fakelog
            - bananaprotect.admin
            - lwc.protect
            - lwc.mod
            - essentials.sethome
            - essentials.sethome.multiple
            - essentials.sethome.multiple.unlimited
            - essentials.home
            - essentials.delhome
            - essentials.warp.labi
            - towny.town.resident
            - towny.town.plot
            - towny.town.resident
            - nSpleef.member.join
            - nSpleef.member.leave
            - nSpleef.member.list
            - residence.create
            - bb.allow.spawner
            - bb.allow.fire
            - residence.admin
            - redstoneclockdetector.*
            - ecoCreature.Creature.*
            - ecoCreature.PVPReward
            - ecoCreature.DeathPenalty
            - mcmmo.*
            suffix: '&2'
            inheritance:
            - VIP
            - mcBR
    May be easier to copy from here: http://pastebin.com/Gk8m7C10
     
    Krazy likes this.
  7. Offline

    Krazy

    Working perfect, ty u ^^
     
    Darq likes this.
  8. Offline

    123vinny456

    Permissions file
     

    Attached Files:

  9. Offline

    LilShonen

    Sup dude?
    I need some help:
    Current Permissions system: PermissionsEx
    Which Permission system you want to upgrade to (if any): Just want it fixed.
    This is my permissions, that's it.

    Code:
    http://pastebin.com/0UkT7cvQ
    I would like the following groups:
    Noob (default)
    Member (builder)
    VIP (semiadmin)
    Mod
    Admin
    Owner

    i want admin and owner to have all permissons, ('*')
    I want the default to have the default permissions, and same for member(builder) as they would be in, example, GM. i want mod to be able to kick, ban, mute, jail and promote, and then all the permissions of member+noob.

    Thanks,
    Shonen.
     
  10. Offline

    Darq

    @123vinny456
    Ready for PermissionsEx:

    Code:
    users:
        Herpina:
            group:
            - Villager
        123matthew456:
            group:
            - Villager
        vinnyirl:
            group:
            - Villager
        NewGuy:
            group:
            - Admin
        123tyler456:
            group:
            - Admin
        123vinny456:
            group:
            - OWNER
        sil3nt:
            group:
            - Villager
        Darq_Alder:
            group:
            - Villager
        yomom:
            group:
            - Villager
        BOB:
            permissions:
            - warpplugin.manage.*
            group:
            - Mod
        FriendB:
            permissions:
            - warpplugin.manage.*
            group:
            - Mod
        Creeper_Boss:
            group:
            - Admin
        Derpina:
            group:
            - OWNER
    groups:
        Mod:
            prefix: '&1'
            permissions:
            - modplugin.ban
            - modplugin.kick
            - modplugin.unban
            - warpplugin.warp
            - econplugin.basic.*
            - ChestShop.shop.create
            - ChestShop.shop.sell
            - ChestShop.shop.buy
            - towny.town.resident
            - towny.town.rename
            - towny.town.plot
            - towny.town.new
            - towny.town.delete
            - towny.town.claim
            - towny.town.spawn.town
            - towny.nation.delete
            - towny.nation.grant-titles
            - towny.nation.new
            - towny.nation.rename
            - towny.chat.town
            - towny.chat.nation
            - towny.wild.*
            suffix: '&1'
            inheritance:
            - Member
            options:
        Villager:
            default: true
            prefix: '&2'
            permissions:
            - warpplugin.warp
            - econplugin.basic.*
            - ChestShop.shop.create
            - ChestShop.shop.sell
            - ChestShop.shop.buy
            - towny.town.resident
            - towny.town.rename
            - towny.town.plot
            - towny.town.new
            - towny.town.delete
            - towny.town.claim
            - towny.town.spawn.town
            - towny.nation.delete
            - towny.nation.grant-titles
            - towny.nation.new
            - towny.nation.rename
            - towny.chat.town
            - towny.chat.nation
            - towny.wild.*
            - preciousstones.benefit.create.protection
            - essentials.kit.Starter
            suffix: '&2'
        OWNER:
            prefix: '&3'
            permissions:
            - '*'
            suffix: '&3'
        Admin:
            prefix: '&4'
            permissions:
            - '*'
            suffix: '&4'
    @LilShonen Be with you in one second.

    Dunno what I was thinking there, from your other thread that error is because you're running RB 1185, which you are, correct?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  11. Offline

    LilShonen

    If your meaning the thread i posted with GM, then not sure. xD
     
  12. Offline

    mast3rpyr0

    I think I'm definitely gonna need some help with modifyworld lol.
    I've given some basic perms to the noob group, after that I want to enable building and disable TNT and flint and steel for the Everyone group, re-enable for the donors, and not allow pickup of bedrock for anyone but mod+. Then everything else for everyone+.

    I don't need full permissions setup, just basic syntax if you could please.

    Thanks @Darq, just @ me when your ready
     
  13. Offline

    Darq

    Well, you are. To get PermissionsEx to work, you'll either need to update Bukkit to Build 1240+ (1337 is the latest recommended), or downgrade PermissionsEx to 1.14.

    @mast3rpyr0 Sure thing, I'll get to that as soon as I'm done helping a few other people. :)
     
  14. Offline

    LilShonen

    Alright, @Darq, i've updated, but could you set up my groups for me? :D
     
  15. Offline

    Darq

    @LilShonen You had groups set up in GM, right? It would be a lot easier for me if you gave me your GM configuration, and I'll convert it to PermissionsEx. :)

    @mast3rpyr0
    So I assume you don't want your "noob" group to be able to do anything, if that's the case just don't give them any Modifyworld permissions at all. Give modifyworld.* to your everyone group, along with "-modifyworld.blocks.place.46" &"-modifyworld.blocks.interact.46" to deny TNT, and "-modifyworld.blocks.interact.259" to deny lighters. Also, "-modifyworld.items.pickup.7" To make it so they can't pick up bedrock. Each node HAS to have the "-" behind it, as this means the node is negated, and actually takes the node away. More info on Modifyworld can be found here: https://github.com/t3hk0d3/PermissionsEx/wiki/Modifyworld
     
  16. Offline

    LilShonen

    I don't use modifyworld, i use worldguard.
    Could i copy the GM shit, and paste it in permissionsex, and then touch it up a bit myself?
     
  17. Offline

    Darq

    @LilShonen That Modifyworld stuff wasn't directed at you, hence the "@mast3rpyro" And yeah you could do that, by all means. But if you can't get it to work right, come back here. :)
     
  18. Offline

    austin_98

    Sorry but one more thing. How can I promote someone or demote someone w/out restarting the server and all that. I tried "/pex promote bgman2498 admin" but that didnt work.
     
  19. Offline

    mast3rpyr0

    Thanks, I tried that and it does take away TNT use correctly, but I can still use flint and steel. And adding those permissions back to the donor group doesnt override them correctly either

    Code:
    groups:
        Admin:
            prefix: '&6[&fAdmin&6] '
            options:
                rank: '0'
            permissions:
            - '*'
            inheritance:
            - Moderator
        Moderator:
            prefix: '&b[&fMod&b] '
            options:
                rank: '25'
            permissions:
            - essentials.back
            - essentials.ban
            - essentials.ban.notify
            - essentials.banip
            - essentials.delwarp
            - essentials.ext
            - essentials.getpos
            - essentials.helpop.recieve
            - essentials.home.others
            - essentials.jails
            - essentials.jump
            - essentials.kick
            - essentials.kick.notify
            - essentials.mute
            - essentials.protect.admin
            - essentials.protect.alerts
            - essentials.protect.ownerinfo
            - essentials.setwarp
            - essentials.signs.break
            - essentials.signs.create.warp
            - essentials.togglejail
            - essentials.top
            - essentials.tp
            - essentials.tphere
            - essentials.tppos
            - essentials.tptoggle
            - essentials.unban
            - essentials.unbanip
            - essentials.warp
            - essentials.warp.list
            - logblock.lookup
            - logblock.me
            - logblock.rollback
            - logblock.tools.tool
            - logblock.tools.toolblock
            - logblock.tp
            - lwc.mod
            - nocheat.admin.chatlog
            - vanish.nofollow
            - vanish.nopickup
            - vanish.vanish
            - modifyworld.items.pickup.7
            inheritance:
            - Donor
        Donor:
            prefix: '&5[&fDonor&5] '
            options:
                rank: '50'
            permissions:
            - modifyworld.blocks.place.46
            - modifyworld.blocks.interact.46
            - modifyworld.blocks.interact.259
            inheritance:
            - Everyone
        Everyone:
            prefix: '&2'
            options:
                rank: '75'
            permissions:
            - essentials.afk
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.ping
            - essentials.portal
            - essentials.sethome
            - essentials.signs.use.protection
            - essentials.signs.use.warp
            - essentials.suicide
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - lagmeter.*
            - lwc.protect
            - modifyworld.*
            - -modifyworld.blocks.place.46
            - -modifyworld.blocks.interact.46
            - -modifyworld.blocks.interact.259
            - -modifyworld.items.pickup.7
            inheritance:
            - Noob
        Noob:
            prefix: '&7'
            default: true
            options:
                rank: '100'
            permissions:
            - essentials.help
            - essentials.helpop
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - lwc.deny
            - modifyworld.sneak
            - modifyworld.sprint
            - modifyworld.chat
    users:
        mast3rpyr0:
            group:
            - Admin
    
     
  20. Offline

    Darq

    @austin_98 You either need to specify rank numbers in your Permissions file to use /pex promote commands, or you can just do: "/pex user <name> group set <group_name>"

    @mast3rpyr0 I'll try working something out on my own server. Give me a few.


    This will work: You may want to change the Noob group to how you want it, but Everyone, Donor, and Moderator work.

    Code:
    groups:
        Admin:
            prefix: '&6[&fAdmin&6] '
            options:
                rank: '0'
            permissions:
            - '*'
            inheritance:
            - Moderator
        Moderator:
            prefix: '&b[&fMod&b] '
            options:
                rank: '25'
            permissions:
            - modifyworld.*
            - essentials.back
            - essentials.ban
            - essentials.ban.notify
            - essentials.banip
            - essentials.delwarp
            - essentials.ext
            - essentials.getpos
            - essentials.helpop.recieve
            - essentials.home.others
            - essentials.jails
            - essentials.jump
            - essentials.kick
            - essentials.kick.notify
            - essentials.mute
            - essentials.protect.admin
            - essentials.protect.alerts
            - essentials.protect.ownerinfo
            - essentials.setwarp
            - essentials.signs.break
            - essentials.signs.create.warp
            - essentials.togglejail
            - essentials.top
            - essentials.tp
            - essentials.tphere
            - essentials.tppos
            - essentials.tptoggle
            - essentials.unban
            - essentials.unbanip
            - essentials.warp
            - essentials.warp.list
            - logblock.lookup
            - logblock.me
            - logblock.rollback
            - logblock.tools.tool
            - logblock.tools.toolblock
            - logblock.tp
            - lwc.mod
            - nocheat.admin.chatlog
            - vanish.nofollow
            - vanish.nopickup
            - vanish.vanish
            inheritance:
            - Donor
        Donor:
            prefix: '&5[&fDonor&5] '
            options:
                rank: '50'
            permissions:
            - -modifyworld.items.pickup.7
            - modifyworld.*
            inheritance:
            - Everyone
        Everyone:
            prefix: '&2'
            options:
                rank: '75'
            permissions:
            - -modifyworld.blocks.place.51
            - -modifyworld.blocks.place.46
            - -modifyworld.items.pickup.7
            - modifyworld.*
            - essentials.afk
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.ping
            - essentials.portal
            - essentials.sethome
            - essentials.signs.use.protection
            - essentials.signs.use.warp
            - essentials.suicide
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - lagmeter.*
            - lwc.protect
            inheritance:
            - Noob
        Noob:
            prefix: '&7'
            default: true
            options:
                rank: '100'
            permissions:
            - -modifyworld.items.drop.*
            - -modifyworld.items.pickup.*
            - -modifyworld.blocks.intereact.*
            - -modifyworld.blocks.place.*
            - -modifyworld.blocks.destroy.*
            - essentials.help
            - essentials.helpop
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - lwc.deny
            - modifyworld.*
    users:
        mast3rpyr0:
            group:
            - Admin
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  21. Offline

    mast3rpyr0

    Ah I see what was wrong, I was taking away permissions that were never given. That seems to work @Darq, thanks for your help!
     
  22. Offline

    Darq

    The OP is a lot nicer now.
     
  23. Offline

    mast3rpyr0

    Hey, after transferring this to MYSQL, the negated permissions don't seem to still be negated.. I'm assuming there's a different way remove permissions in sql?
     
  24. Offline

    Darq

    Haven't done MySQL permissions yet, but I guess this is a perfect opportunity to learn how. Give me 10. :)
     
  25. Offline

    ClichedBluefish

    I've just made my server public. Before I made it public I didn't really have to worry about permissions, but now it's become a big problem. I'm simply trying to configure 3 Groups; Admins that have access to all commands, Moderators that have access to most commands, and Default "Survivors" That won't have access to many commands besides the bare basics. I've posted my permissions.yml on pastebin: http://pastebin.com/3iHwdYpQ

    I tried to read the output on http://yaml-online-parser.appspot.com/ but I haven't been able to get anything out of it. I'm not very experienced. I don't even know what MySQL is.
     
  26. Offline

    Darq

    @mast3rpyr0 Nodes seem to be negated exactly the same way in MySQL. I'm on a vanilla test server with PermissionsEx, and I took away /pl just fine. Perhaps you would like to be the first person for me to convert their permissions file to MySQL? :3

    @ClichedBluefish Exactly what permissions plugin are you using? This looks like it could be PermissionsEx or PermissionsBukkit. Either way I'll clean up the file, I just need to know which plugin, first. :)
     
  27. Offline

    mast3rpyr0

    Hmm, thats strange then, my noob group can do all the negated modifyworld permissions.. and Im not OP this time so idk.. I can see PEX loads them all correctly.

    Before you waste too much of your time, could you give me your table create commands, I may have some values that are a bit off or something
     
  28. Offline

    Darq

    PEX will automatically create the tables. Did for me just fine.
     
  29. Offline

    mast3rpyr0

    Oh.. well i feel like an idiot.. lol I spent like 20 minutes trying to decipher the sql file it gave me to create tables manually lol.

    Well, recreated my database and still able to build as a Noob :/
    Heres my .yml and .sql file..

    Code:
    groups:
        Admin:
            prefix: '&6[&fAdmin&6] '
            options:
                rank: '0'
            permissions:
            - '*'
            inheritance:
            - Moderator
        Moderator:
            prefix: '&b[&fMod&b] '
            options:
                rank: '25'
            permissions:
            - modifyworld.*
            - essentials.back
            - essentials.ban
            - essentials.ban.notify
            - essentials.banip
            - essentials.delwarp
            - essentials.ext
            - essentials.getpos
            - essentials.helpop.recieve
            - essentials.home.others
            - essentials.jails
            - essentials.jump
            - essentials.kick
            - essentials.kick.notify
            - essentials.mute
            - essentials.protect.admin
            - essentials.protect.alerts
            - essentials.protect.ownerinfo
            - essentials.setwarp
            - essentials.signs.break
            - essentials.signs.create.warp
            - essentials.togglejail
            - essentials.top
            - essentials.tp
            - essentials.tphere
            - essentials.tppos
            - essentials.tptoggle
            - essentials.unban
            - essentials.unbanip
            - essentials.warp
            - essentials.warp.list
            - logblock.lookup
            - logblock.me
            - logblock.rollback
            - logblock.tools.tool
            - logblock.tools.toolblock
            - logblock.tp
            - lwc.mod
            - nocheat.admin.chatlog
            - vanish.nofollow
            - vanish.nopickup
            - vanish.vanish
            inheritance:
            - Donor
        Donor:
            prefix: '&5[&fDonor&5] '
            options:
                rank: '50'
            permissions:
            - -modifyworld.items.pickup.7
            - modifyworld.*
            inheritance:
            - Everyone
        Everyone:
            prefix: '&2'
            options:
                rank: '75'
            permissions:
            - -modifyworld.blocks.place.51
            - -modifyworld.blocks.place.46
            - -modifyworld.items.pickup.7
            - -modifyworld.blocks.place.7
            - modifyworld.*
            - essentials.afk
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.ping
            - essentials.portal
            - essentials.sethome
            - essentials.signs.use.protection
            - essentials.signs.use.warp
            - essentials.suicide
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - lagmeter.*
            - lwc.protect
            inheritance:
            - Noob
        Noob:
            prefix: '&7'
            default: true
            options:
                rank: '100'
            permissions:
            - -modifyworld.items.drop.*
            - -modifyworld.items.pickup.*
            - -modifyworld.blocks.intereact.*
            - -modifyworld.blocks.place.*
            - -modifyworld.blocks.destroy.*
            - essentials.help
            - essentials.helpop
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - lwc.deny
            - modifyworld.*
    users:
        mast3rpyr0:
            group:
            - Admin
    

    Code:
    INSERT INTO `permissions_entity` ( `name`, `type`, `prefix`, `suffix` ) VALUES ( 'mast3rpyr0', 1, '','' );
    INSERT INTO `permissions_inheritance` ( `child`, `parent`, `type` ) VALUES ( 'mast3rpyr0', 'Admin',  1);
    INSERT INTO `permissions_entity` ( `name`, `type`, `prefix`, `suffix`, `default` ) VALUES ( 'Noob', 0, '&7','null', 1 );
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, '-modifyworld.items.drop.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, '-modifyworld.items.pickup.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, '-modifyworld.blocks.intereact.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, '-modifyworld.blocks.place.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, '-modifyworld.blocks.destroy.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, 'essentials.help', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, 'essentials.helpop', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, 'essentials.list', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, 'essentials.motd', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, 'essentials.rules', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, 'essentials.spawn', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, 'lwc.deny', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Noob', 0, 'modifyworld.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value` ) VALUES ('Noob', 0, 'rank', '', '100' );
    INSERT INTO `permissions_entity` ( `name`, `type`, `prefix`, `suffix`, `default` ) VALUES ( 'Everyone', 0, '&2','null', 0 );
    INSERT INTO `permissions_inheritance` ( `child`, `parent`, `type` ) VALUES ( 'Everyone', 'Noob',  0);
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, '-modifyworld.blocks.place.51', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, '-modifyworld.blocks.place.46', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, '-modifyworld.items.pickup.7', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, '-modifyworld.blocks.place.7', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'modifyworld.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.afk', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.home', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.ignore', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.mail', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.mail.send', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.msg', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.ping', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.portal', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.sethome', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.signs.use.protection', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.signs.use.warp', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.suicide', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.tpa', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.tpaccept', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.tpahere', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'essentials.tpdeny', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'lagmeter.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Everyone', 0, 'lwc.protect', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value` ) VALUES ('Everyone', 0, 'rank', '', '75' );
    INSERT INTO `permissions_entity` ( `name`, `type`, `prefix`, `suffix`, `default` ) VALUES ( 'Donor', 0, '&5[&fDonor&5] ','null', 0 );
    INSERT INTO `permissions_inheritance` ( `child`, `parent`, `type` ) VALUES ( 'Donor', 'Everyone',  0);
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Donor', 0, '-modifyworld.items.pickup.7', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Donor', 0, 'modifyworld.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value` ) VALUES ('Donor', 0, 'rank', '', '50' );
    INSERT INTO `permissions_entity` ( `name`, `type`, `prefix`, `suffix`, `default` ) VALUES ( 'Moderator', 0, '&b[&fMod&b] ','null', 0 );
    INSERT INTO `permissions_inheritance` ( `child`, `parent`, `type` ) VALUES ( 'Moderator', 'Donor',  0);
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'modifyworld.*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.back', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.ban', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.ban.notify', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.banip', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.delwarp', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.ext', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.getpos', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.helpop.recieve', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.home.others', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.jails', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.jump', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.kick', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.kick.notify', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.mute', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.protect.admin', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.protect.alerts', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.protect.ownerinfo', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.setwarp', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.signs.break', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.signs.create.warp', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.togglejail', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.top', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.tp', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.tphere', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.tppos', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.tptoggle', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.unban', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.unbanip', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.warp', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'essentials.warp.list', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'logblock.lookup', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'logblock.me', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'logblock.rollback', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'logblock.tools.tool', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'logblock.tools.toolblock', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'logblock.tp', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'lwc.mod', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'nocheat.admin.chatlog', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'vanish.nofollow', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'vanish.nopickup', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Moderator', 0, 'vanish.vanish', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value` ) VALUES ('Moderator', 0, 'rank', '', '25' );
    INSERT INTO `permissions_entity` ( `name`, `type`, `prefix`, `suffix`, `default` ) VALUES ( 'Admin', 0, '&6[&fAdmin&6] ','null', 0 );
    INSERT INTO `permissions_inheritance` ( `child`, `parent`, `type` ) VALUES ( 'Admin', 'Moderator',  0);
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value`) VALUES ('Admin', 0, '*', '', '');
    INSERT INTO `permissions` ( `name`, `type`, `permission`, `world`, `value` ) VALUES ('Admin', 0, 'rank', '', '0' );
    
     
  30. Offline

    Darq

    @mast3rpyr0 May I go on your server? Might be able to fix from there.
     
Thread Status:
Not open for further replies.

Share This Page