Small PermissionsEX issue

Discussion in 'Bukkit Help' started by Dalek, Dec 26, 2011.

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

    Dalek

    Here is the main issue. It just doesn't work and I have tried ro find out what with the yaml parser but that did no help anyway here is the code.
    Code:
    groups:
        default:
            default: true
            options:
                rank: '1000'
            permissions:
            - modifyworld.chat
            - iConomy.user
            - launchme.launch
            - launchme.teleport
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - mcmmo.skills.*
            - mcmmo.ability.*
            - essentials.helpop
            - essentials.afk
            - essentials.mail
            - essentials.protect.entitytarget.bypass
            - essentials.protect.damage.tnt
            - essentials.protect.damage.suffocation
            - essentials.protect.damage.projectiles
            - essentials.protect.damage.lightning
            - essentials.protect.damage.lava
            - essentials.protect.damage.fireball
            - essentials.protect.damage.fire
            - essentials.protect.damage.drowning
            - essentials.protect.damage.creeper
            - essentials.protect.damage.contact
            - essentials.help
            - essentials.ban.notify
            - essentials.chat.shout
        Member:
            inheritance: default
            prefix: '&2(&2Member&2)&f'
            permissions:
            - modifyworld.*
            - herobounty.new
            - ChestShop.shop.create
            - mcmmo.item.chimaerawing
            - essentials.mail.send
            - essentials.msg
            - essentials.suicide
            - essentials.sethome
            - essentials.home
            - essentials.spawn
            - essentials.portal
            - essentials.warp.*
            options:
                rank: '900'
        VIP:
            inheritance: Member
            prefix: '&0(&eVIP&0)&f'
            permissions:
            - -modifyworld.mobtarget.monster.creeper
            - modifyworld.*
            - lwc.protect
            - essentials.sethome.multiple.unlimited
            - essentials.tp
            - essentials.tpohere
            - essentials.warp
            - essentials.signs.create.disposal
            - essentials.sleepingignored
            - lucem.allow
            options:
                rank: '800'
        Moderator:
            inheritance: VIP
            prefix: '&1(&1Moderator&1)&f'
            permissions:
            - -modifyworld.mobtarget.*
            - modifyworld.*
            - launchme.teleporter
            - launchme.cannon
            - ChestShop.mod
            - herobounty.untargettable
            - herobounty.list
            - herobounty.locate
            - herobounty.accept
            - essentials.helpop.receive
            - essentials.afk.kickexempt
            - essentials.compass
            - essentials.teleport.timer.bypass
            - essentials.chat.spy
            - essentials.geoip.hide
            - essentials.joinfullserver
            - mobdisguise.*
            - essentials.ban.offline
            - essentials.ban
            - essentials.banip
            - essentials.broadcast
            - essentials.clearinventory
            - essentials.clearinventory.others
            - essentials.kill
            - essentials.socialspy
            - essentials.spawnmob.*
            - essentials.spawnmob
            - essentials.tempban
            - essentials.tempban.offline
            - essentials.delhome.others
            - essentials.back.ondeath
            - essentials.back
            - essentials.teleport.hidden
            - essentials.chat.spy
            - essentials.chat.color
            - essentials.signs.use.weather
            - godPowers.godmode
            - godPowers.godmodeOnLogin
            - godPowers.die
            - godPowers.slay
            - godPowers.jesus
            - godPowers.heal
            - godPowers.maim
            - godPowers.inferno
            - godPowers.superjump
            - godPowers.zeus
            - godPowers.gaia
            - godPowers.vulcan
            - godPowers.demigod
            - godPowers.commands
            - godPowers.godtools
            - fulmen.allow
            - frigidus.allow
            - chasma tempestas.allow
            - ultima.allow
            - surge gigas.allow
            options:
                rank: '100'
        Admins:
            inheritance: Moderator
            prefix: '&c(&cAdmin&c)&f'
            permissions:
            - -modifyworld.mobtarget.*
            - essentials.socialspy
            - ChestShop.admin
            - glacies.allow
            options:
                rank: '10'
        Owners:
            prefix: '&4(&4Owner&4)&f'
            permissions:
            - -modifyworld.mobtarget.*
            - '*'
            options:
                rank: '0'
        Assassin:
            inheritance: VIP
            prefix: '&a(&aAssassin&a)&f'
            permissions:
            - herobounty.untargettable
            - herobounty.list
            - herobounty.locate
            - herobounty.accept
            - mobdisguise.chicken
            - mobdisguise.pig
            - mobdisguise.cow
            options:
                rank: '790'
    users:
        gravemiind:
            group:
            - Owners
        Nevermoric:
            group:
            - Owners
    Any help is appreciated!
     
  2. Offline

    VVSWarHead

    As far as I know, it is necessary to do:

    Code:
    ...
    User:
       Inheritance:
            - user2
    ...
     
  3. Offline

    efstajas

    Why doesn't it work? Are the permissions wrong or is there an error in the console?
     
  4. Offline

    Dalek

    I can't really see the console (I pay for a host) and it when I try it, I get no permissions what so ever and I tried what VVS warhead did and I still have the same problem. This is what I get in the yaml parser
    ERROR:
    while scanning for the next token found character '\t' that cannot start any token in "<unicode string>", line 8, column 1: - iConomy.user ^
     
  5. Offline

    VVSWarHead

    Probably, the symbol like " . " or " : " was writen in incorrect encoding
    For example, i wrote " : " on russian encoding and have similar problem

    Try check all symbols in 8th line in config
     
  6. Offline

    Dalek

    I tried, nothing seems wrong?
     
Thread Status:
Not open for further replies.

Share This Page