ERROR: mapping values are not allowed here in "<unicode string>", line 182, column 10: it

Discussion in 'Plugin Help/Development/Requests' started by BlazeonYT, Aug 25, 2016.

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

    BlazeonYT

    Right I have scanned through this hundreds of times I don't expect people to just look at the thread and them know everything about it but here it is PLEASE HELP ME
    Code:
    settings:
      config:
        # With this enabled anyone set as op has full permissions when managing GroupManager
        # The user will be able to promote players to the same group or even above.
        opOverrides: true
     
        # Default setting for 'mantogglevalidate'
        # true will cause GroupManager to attempt name matching by default.
        validate_toggle: true
        # ************************************************************************************************************************************************************
        # *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
        # ************************************************************************************************************************************************************
        allow_commandblocks: false
     
      data:
        save:
          # How often GroupManager will save it's data back to groups.yml and users.yml
          minutes: 10
          # Number of hours to retain backups (plugins/GroupManager/backup)
          hours: 24
       
      logging:
        # Level of detail GroupManager will use when logging.
        # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
        level: INFO
     
      mirrors:
            # Worlds listed here have their settings mirrored in their children.
            # The first element 'world' is the main worlds name, and is the parent world.
            # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
            # the same user/groups files as the parent.
            # the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
            # Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
            world:
              world_nether:
              - users
              - groups
              world_the_end:
              - users
              - groups
              all_unnamed_worlds:
              - users
              - groups
        #  world2:      (World2 would have it's own set of user and groups files)
        #    world3:
        #    - users    (World3 would use the users.yml from world2, but it's own groups.yml)
        #    world4:
        #    - groups   (World4 would use the groups.yml from world2, but it's own users.yml)
        #  world5:
        #    - world6   (this would cause world6 to mirror both files from world5)
        #
    # +------------------------------------------------------+ #
    # |                       Notes                          | #
    # +------------------------------------------------------+ #
    ops-name-color: '4'
    nickname-prefix: ''
    max-nick-length: 50
    ignore-colors-in-max-nick-length: false
    change-displayname: true
    teleport-safety: true
    force-disable-teleport-safety: false
    teleport-cooldown: 0
    teleport-delay: 0
    teleport-invulnerability: 4
    teleport-to-center: true
    heal-cooldown: 60
    near-radius: 200
    permission-based-item-spawn: false
    spawnmob-limit: 10
    warn-on-smite: true
    drop-items-if-full: false
    notify-no-new-mail: true
    socialspy-commands:
    - msg
    - w
    - r
    - mail
    - m
    - t
    - whisper
    - emsg
    - tell
    - er
    - reply
    - ereply
    - email
    - action
    - describe
    - eme
    - eaction
    - edescribe
    - etell
    - ewhisper
    - pm
    mute-commands:
    - f
    - kittycannon
    player-commands:
    - afk
    - afk.auto
    - back
    - back.ondeath
    - balance
    - balance.others
    - balancetop
    - build
    - chat.color
    - chat.format
    - chat.shout
    - chat.question
    - clearinventory
    - compass
    - depth
    - delhome
    - getpos
    - geoip.show
    - help
    - helpop
    - home
    - home.others
    - ignore
    - info
    - itemdb
    - kit
    - kits.tools
    - list
    - mail
    - mail.send
    - me
    - motd
    - msg
    - msg.color
    - nick
    - near
    - pay
    - ping
    - protect
    - r
    - rules
    - realname
    - seen
    - sell
    - sethome
    - setxmpp
    - signs.create.protection
    - signs.create.trade
    - signs.break.protection
    - signs.break.trade
    - signs.use.balance
    - signs.use.buy
    - signs.use.disposal
    - signs.use.enchant
    - signs.use.free
    - signs.use.gamemode
    - signs.use.heal
    - signs.use.info
    - signs.use.kit
    - signs.use.mail
    - signs.use.protection
    - signs.use.repair
    - signs.use.sell
    - signs.use.time
    - signs.use.trade
    - signs.use.warp
    - signs.use.weather
    - spawn
    - suicide
    - time
    - tpa
    - tpaccept
    - tpahere
    - tpdeny
    - warp
    - warp.list
    - world
    - worth
    - xmpp
    skip-used-one-time-kits-from-kit-list: false
    kits:
      Skinny:
        delay:6000
        items:
        - 276:0 1 damage_all:3 name:§1Fatties_§fFactions lore:§1Fatties_§fFactions
        - 278:0 1 dig_speed:4 name:§1Fatties_§fFactions lore:§1Fatties_§fFactions
        - 310:0 1 protection_environmental:3 name:§1Fatties_§fFactions lore:§1Skinny_§fFactions
        - 311:0 1 protection_environmental:3 name:§1Fatties_§fFactions lore:§1Skinny_§fFactions
        - 312:0 1 protection_environmental:3 name:§1Fatties_§fFactions lore:§1Skinny_§fFactions
        - 313:0 1 protection_environmental:3 name:§1Fatties_§fFactions lore:§1Skinny_§fFactions
        - 7:0 64
        - 322:1 20
        - 364:0 64
      Starter:
        delay: 6000
        items:
        - 276:0 1 damage_all:2 name:§1Fatties_§fFactions lore:§1Fatties_§fFactions
        - 278:0 1 dig_speed:2 name:§1Fatties_§fFactions lore:§1Fatties_§fFactions
        - 306:0 1 protection_environmental:2 name:§1Fatties_§fFactions lore:§1Fatties_§fFactions
        - 307:0 1 protection_environmental:2 name:§1Fatties_§fFactions lore:§1Fatties_§fFactions
        - 308:0 1 protection_environmental:2 name:§1Fatties_§fFactions lore:§1Fatties_§fFactions
        - 309:0 1 protection_environmental:2 name:§1Fatties_§fFactions lore:§1Fatties_§fFactions
        - 364:0 64      
      Obese:
        delay: 6000
        items:
        - 276:0 1 damage_all:5 name:§1Fatties_§fFactions lore:§1Obese_§fFactions
        - 278:0 1 dig_speed:6 name:§1Fatties_§fFactions lore:§1Obese_§fFactions
        - 310:0 1 protection_environmental:5 name:§1Fatties_§fFactions lore:§1Obese_§fFactions
        - 311:0 1 protection_environmental:5 name:§1Fatties_§fFactions lore:§1Obese_§fFactions
        - 312:0 1 protection_environmental:5 name:§1Fatties_§fFactions lore:§1Obese_§fFactions
        - 313:0 1 protection_environmental:5 name:§1Fatties_§fFactions lore:§1Obese_§fFactions
        - 7:0 64
        - 7:0 64
        - 322:1 40
        - 364:0 64
        - 364:0 64
       fat:
        delay: 86400
        items:
        - DIAMOND_SWORD 1 name:&1Fatties_&fFactions lore:&1Fat_&fFactions damage_all:10
        - DIAMOND_PICKAXE 1 name:&1Fatties_&fFactions lore:&1Fat_&fFactions dig_speed:5 loot_bonus_mobs:11
        - DIAMOND_HELMET 1 name:&1Fatties_&fFactions lore:&1Fat_&fFactions protection_environmental:10
        - DIAMOND_CHESTPLATE 1 name:&1Fatties_&fFactions lore:&1Fat_&fFactions protection_environmental:10
        - DIAMOND_LEGGINGS 1 name:&1Fatties_&fFactions lore:&1Fat_&fFactions protection_environmental:10
        - DIAMOND_BOOTS 1 name:&1Fatties_&fFactions lore:&1Fat_&fFactions protection_environmental:10
        - BEDROCK 64
        - BEDROCK 64
        - GOLDEN_APPLE:1 40
        - COOKED_BEEF 64
        - COOKED_BEEF 64
        - POTION:69 9 splash:true effect:heal power:0 duration:0
        - MONSTER_EGG:50 15
        - MUSHROOM_SOUP 9
        - ENDER_PEARL 16
        - LAVA_BUCKET 2  
    -use-per-second: 4
    backup:
      interval: 30
    per-warp-permission: false
    list:
      Admins: owner admin
    debug: false
    remove-god-on-disconnect: false
    auto-afk: 300
    auto-afk-kick: -1
    freeze-afk-players: false
    disable-item-pickup-while-afk: false
    cancel-afk-on-interact: true
    cancel-afk-on-move: true
    afk-list-name: none
    death-messages: true
    allow-silent-join-quit: false
    custom-join-message: none
    custom-quit-message: none
    world-teleport-permissions: false
    default-stack-size: -1
    oversized-stacksize: 64
    repair-enchanted: true
    unsafe-enchantments: false
    register-back-in-listener: false
    login-attack-delay: 5
    max-fly-speed: 0.8
    max-walk-speed: 0.8
    mails-per-minute: 1000
    max-tempban-time: -1
    last-message-reply-recipient: true
    last-message-reply-recipient-timeout: 180
    milk-bucket-easter-egg: true
    send-fly-enable-on-join: true
    world-time-permissions: false
    command-cooldown-persistence: true
    npcs-in-balance-ranking: false
    pastebin-createkit: true
    allow-bulk-buy-sell: true
    update-bed-at-daytime: true
    world-home-permissions: false
    sethome-multiple:
      default: 3
      vip: 5
      staff: 10
    tpa-accept-cancellation: 120
    starting-balance: 1000
    currency-symbol: £
    max-money: 10000000000000
    min-money: -10000
    economy-log-enabled: false
    use-bukkit-permissions: false
    minimum-pay-amount: 0.001
    non-ess-in-help: true
    hide-permissionless-help: true
    chat:
      radius: 0
      format: <{DISPLAYNAME}> {MESSAGE}
    protect:
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: true
        lava-fire-spread: true
        flint-fire: false
        lightning-fire-spread: true
        portal-creation: false
        tnt-explosion: false
        tnt-playerdamage: false
        tnt-minecart-explosion: false
        tnt-minecart-playerdamage: false
        fireball-explosion: false
        fireball-fire: false
        fireball-playerdamage: false
        witherskull-explosion: false
        witherskull-playerdamage: false
        wither-spawnexplosion: false
        wither-blockreplace: false
        creeper-explosion: false
        creeper-playerdamage: false
        creeper-blockdamage: false
        enderdragon-blockdamage: true
        enderman-pickup: false
        villager-death: false
        entitytarget: false
        spawn:
          creeper: false
          skeleton: false
          spider: false
          giant: false
          zombie: false
          slime: false
          ghast: false
          pig_zombie: false
          enderman: false
          cave_spider: false
          silverfish: false
          blaze: false
          magma_cube: false
          ender_dragon: false
          pig: false
          sheep: false
          cow: false
          chicken: false
          squid: false
          wolf: false
          mushroom_cow: false
          snowman: false
          ocelot: false
          iron_golem: false
          villager: false
          wither: false
          bat: false
          witch: false
          horse: false
      creeper:
        max-height: -1
      disable:
        fall: false
        pvp: false
        drown: false
        suffocate: false
        lavadmg: false
        projectiles: false
        contactdmg: false
        firedmg: false
        lightning: false
        wither: false
        weather:
          storm: false
          thunder: false
          lightning: false
        build: true
        use: true
        warn-on-build-disallow: true
      alert:
        on-placement: 10,11,46,327
        on-use: 327
      blacklist:
        placement: 10,11,46,327
        usage: 327
    newbies:
      announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
      spawnpoint: newbies
      kit: tools
    respawn-listener-priority: high
    respawn-at-home: false
    spawn-on-join: false
     
    Last edited: Aug 26, 2016
  2. @BlazeonYT
    Your file had incorrect formatting, I fixed it for you. Just copy the stuff on the right side of this page.
     
  3. Offline

    BlazeonYT

    OMG YOU ARE A LIFE SAVER my server has been whitelisted for a week and thats all it was ffs lol coding
     
Thread Status:
Not open for further replies.

Share This Page