help me parse this

Discussion in 'Bukkit Help' started by goakiller900, Dec 4, 2011.

Thread Status:
Not open for further replies.
  1. can sombody help me why this is not parsing ?? it tells me
    on http://yaml-online-parser.appspot.com/ that it has 2 faults on line 1 and 9
    but i dont see the problem ???

    edit the plugin permissions in this 1 are just a test

    Code:
    groups:
        Host:
            permissions:
            - '*'
            - modifyworld.*
            options:
                preffix: '&8[Host]&7'
                Rank: '1'
        Admin:
            permissions:
            - '*'
            - modifyworld.*
            inheritance:
            - Semiadmin
            options:
                preffix: '&8[Admin]&7'
                Rank: '2'
        Semiadmin:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Dontator
            options:
                prefix: '&a[Semiadmin]&7'
                Rank: '3'
        Donator:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Advsurvivor
            - AdvBuilder
            options:
                prefix: '&a[G]&7'
                Rank: '4'
        AdvSurvivor:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Survivor
            options:
                prefix: '&a[G]&7'
                Rank: '5'
        Survivor:
            permissions:
            - lwc.blockinventory
            - groupspawn.spawn
           inheritance:
            - Guest
            options:
                prefix: '&f[GUEST]&7'
                Rank: '6'
        AdvBuilder:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Builder
            options:
                prefix: '&a[G]&7'
                Rank: '7'
        Builder:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Guest
            options:
                prefix: '&a[G]&7'
                Rank: '8'
        Guest:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            options:
                prefix: '&a[G]&7'
                Rank: '9'
        banned:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            options:
                prefix: '&a[G]&7'
                Rank: '10'
     
  2. Offline

    Orcem12

    Which permissions plugin are you using?
     
  3. PEX
     
  4. Offline

    Orcem12

    @goakiller900
    Alright let me look:
    Code:
    groups:
        banned:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            options:
                prefix: '&a[G]&7'
                Rank: '10'
        Guest:
            default: true
            permissions:
            - god.all
            - modifyworld.*
            options:
                prefix: '&a[G]&7'
                Rank: '9'
        Builder:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Guest
            options:
                prefix: '&a[G]&7'
                Rank: '8'
        AdvBuilder:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Builder
            options:
                prefix: '&a[G]&7'
                Rank: '7'
        Survivor:
            permissions:
            - lwc.blockinventory
            - groupspawn.spawn
            inheritance:
            - Guest
            options:
                prefix: '&f[GUEST]&7'
                Rank: '6'
        AdvSurvivor:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Survivor
            options:
                prefix: '&a[G]&7'
                Rank: '5'
        Donator:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Advsurvivor
            - AdvBuilder
            options:
                prefix: '&a[G]&7'
                Rank: '4'
        Semiadmin:
            permissions:
            - god.all
            - modifyworld.*
            inheritance:
            - Dontator
            options:
                prefix: '&a[Semiadmin]&7'
                Rank: '3'
        Admin:
            permissions:
            - '*'
            - modifyworld.*
            inheritance:
            - Semiadmin
            options:
                preffix: '&8[Admin]&7'
                Rank: '2'
        Host:
            permissions:
            - '*'
            - modifyworld.*
            options:
                preffix: '&8[Host]&7'
                Rank: '1'
    Try that.
     
  5. why would turning it upside down correct it ??
     
  6. Offline

    Orcem12

    @goakiller900,
    inheritance reasons but it should work now.

    Plus there were a few unaligned spaces in yours. I fixed that. As well as two cases of spelling which I also fixed.
     
  7. yea spelling can be a bitch for me as english is not my native language
     
  8. Offline

    waqlerg

    This is off topic of your conversation but can u tell me how to make a config for JoinTell? Remember?
     
  9. Offline

    Orcem12

    O yes sorry! I'll pm you.
     
Thread Status:
Not open for further replies.

Share This Page