Plugin Help MobArena!

Discussion in 'Plugin Help/Development/Requests' started by Charizard694, Oct 7, 2014.

Thread Status:
Not open for further replies.
  1. Hi all! I need help with the config file of Mob Arena... I did something and the lovely 'snakeyaml' is telling me:
    while parsing a block mapping
    in "<string>", line 172, column 7:
    recurrent:
    expected <block end>, but found BlockMappingStart
    in "<string>", line 203, column 9:
    supply1:

    I think I understand what that means (backspacing/spacing required amount) BUT every time I do that it comes up with a new "<string>" different line and different column error...which eventually makes me space everything over 1 and not finding the solution :'(
    I really don't want to start a fresh config as I have worked hard on customizing this one, if anyone can help me figure out where I am going wrong that would be swell!

    I'm still learning how to config so please be gentle with my work >_<
    Thanks in advance guys.
    # MobArena v0.96.7 - Config-file
    # Read the Wiki for details on how to set up this file: http://goo.gl/F5TTc
    # Note: You -must- use spaces instead of tabs!
    global-settings:
    enabled: true
    allowed-commands: /list, /pl
    update-notification: true
    classes:
    Alchemist:
    items: stone_sword 19:1;20:1, potion:16430:1, potion:16419:1, potion:16418:1, potion:16388:1, potion:16424:1, potion:16460:1, bread:7
    armor: leather_boots 1:1;7:1, leather_leggings 1:1;7:1, leather_chestplate 1:1;7:1, leather_helmet 1:1;7:1
    Noob:
    items: wood_sword, snow_ball:16, apple, rotten_flesh:3, wood_pickaxe, wood_axe, fishing_rod
    armor: leather_boots, leather_leggings, leather_chestplate, leather_helmet
    Knight:
    items: stone_sword 17:1;16:1, potion:8261:1, hay_block, apple:7
    armor: leather_boots 0:1, leather_leggings 0:1, leather_chestplate 0:1, leather_helmet 0:1
    Healer:
    items: stone_sword 16:1, potion:16453:1, potion:16453:1, potion:16453:1, potion:16453:1, potion:16453:1, potion:16453:1, cake, cake, cake, potion:16385:1, potion:16385:1, potion:16385:1, potion:16385:1, potion:16385:1, potion:16385:1
    armor: leather_boots 0:1, leather_leggings 0:1, leather_chestplate 0:1, leather_helmet 0:1
    Engineer:
    items: stone_sword 16:1;20:1, potion:8261:1, tnt:3, wool:1:3, cooked_chicken:5
    armor: leather_boots 3:1, leather_leggings 3:1, leather_chestplate 3:1, leather_helmet 3:1
    Ranger:
    items: bow 49:1, arrow:64, arrow:64, monster_egg:95:1, bone:7, grilled_pork:7, potion:8261:1
    armor: leather_boots 4:1, leather_leggings 4:1, leather_chestplate 4:1, leather_helmet 4:1
    Warrior:
    items: stone_sword 16:1, potion:8261:1, cooked_beef:7
    armor: leather_boots 0:2, leather_leggings 0:2, leather_chestplate 0:2, leather_helmet 0:2
    arenas:
    default:
    settings:
    world: world
    enabled: true
    protect: true
    entry-fee: ''
    clear-wave-before-next: false
    clear-boss-before-next: false
    clear-wave-before-boss: false
    soft-restore: false
    soft-restore-drops: false
    require-empty-inv-join: false
    require-empty-inv-spec: false
    hellhounds: false
    pvp-enabled: false
    monster-infight: false
    allow-teleporting: false
    spectate-on-death: true
    auto-respawn: true
    share-items-in-arena: true
    min-players: 0
    max-players: 0
    max-join-distance: 0
    first-wave-delay: 5
    wave-interval: 15
    final-wave: 0
    monster-limit: 100
    monster-exp: false
    keep-exp: true
    food-regen: false
    lock-food-level: true
    player-time-in-arena: world
    auto-ignite-tnt: false
    auto-start-timer: 0
    start-delay-timer: 0
    auto-ready: false
    use-class-chests: false
    display-waves-as-level: false
    display-timer-as-level: false
    use-scoreboards: true
    isolated-chat: false
    global-join-announce: false
    global-end-announce: false
    show-death-messages: true
    waves:
    recurrent:
    def1:
    type: default
    priority: 1
    frequency: 1
    monsters:
    zombies: 10
    skeletons: 10
    spiders: 10
    creepers: 10
    wolves: 10
    spec1:
    type: special
    priority: 2
    frequency: 4
    monsters:
    powered-creepers: 10
    zombie-pigmen: 10
    angry-wolves: 10
    blazes: 10
    single:
    swarm1:
    type: swarm
    wave: 6
    monster: slime
    amount: low
    boss1:
    type: boss
    wave: 10
    monster: cave_spider
    health: high
    abilities: arrows, root-target, throw-nearby
    rewards:
    waves:
    every:
    '3': feather, bone, stick
    '5': dirt:4, gravel:4, stone:4
    '10': iron_ingot:10, gold_ingot:8
    after:
    '7': minecart, storage_minecart, powered_minecart
    '13': iron_sword, iron_pickaxe, iron_spade
    '16': diamond_sword
    coords:
    spawnpoints: {}
    containers: {}
    class-limits:
    Archer: -1
    Oddjob: -1
    Chemist: -1
    Tank: -1
    Knight: -1
    arena1:
    settings:
    world: world_games
    enabled: true
    protect: true
    entry-fee: ''
    clear-wave-before-next: true
    clear-boss-before-next: true
    clear-wave-before-boss: true
    soft-restore: false
    soft-restore-drops: false
    require-empty-inv-join: true
    require-empty-inv-spec: false
    hellhounds: false
    pvp-enabled: false
    monster-infight: false
    allow-teleporting: false
    spectate-on-death: true
    auto-respawn: true
    share-items-in-arena: true
    min-players: 0
    max-players: 10
    max-join-distance: 0
    first-wave-delay: 10
    wave-interval: 13
    final-wave: 0
    monster-limit: 150
    monster-exp: true
    keep-exp: true
    food-regen: true
    lock-food-level: false
    player-time-in-arena: world
    auto-ignite-tnt: false
    auto-start-timer: 60
    start-delay-timer: 10
    auto-ready: false
    use-class-chests: false
    display-waves-as-level: false
    display-timer-as-level: false
    use-scoreboards: true
    isolated-chat: false
    global-join-announce: true
    global-end-announce: false
    show-death-messages: true
    waves:
    recurrent:
    def1:
    type: default
    priority: 1
    frequency: 1
    monsters:
    zombies: 5
    skeletons: 5
    spiders: 5
    creepers: 5
    wolves: 5
    special_round:
    type: special
    priority: 2
    frequency: 10
    monsters:
    exploding-sheep: 10
    powered-creepers: 10
    zombie-pigmen: 7
    angry-wolves: 5
    blazes: 5
    single:
    upgrades:
    all: potion:8229:3
    Ranger: arrow:192, bow 48:1;49:2, leather_boots 4:2;0:1, leather_helmet 4:2;0:1, leather_chestplate 4:2;0:1, leather_pants 4:2;0:1
    Alchemist: stone_sword 19:2;20:2, leather_boots 19:2;20:2, leather_helmet 19:2;20:2, leather_chestplate 19:2;20:2, leather_pants 19:2;20:2
    Warrior: stone_sword 16:2, leather_boots 0:3, leather_helmet 0:3, leather_chestplate 0:3, leather_pants 0:3
    Engineer: tnt:1, stone_sword 16:2, leather_boots 3:2, leather_helmet 3:2, leather_chestplate 3:2, leather_pants 3:2
    Noob: stone_sword 16:2, leather_boots 4:2;0:1, leather_helmet 4:2;0:1, leather_chestplate 4:2;0:1, leather_pants 4:2;0:1
    Healer: stone_sword 16:2, leather_boots 4:2;0:1, leather_helmet 4:2;0:1, leather_chestplate 4:2;0:1, leather_pants 4:2;0:1
    give-all-items: true
    supply1:
    type: supply
    wave: 3
    monsters:
    villager: 10
    drops: potion:8229:3
    supply2:
    type: supply
    wave: 6
    monsters:
    villager: 10
    drops: potion:8229:3
    supply3:
    type: supply
    wave: 9
    monsters:
    villager: 10
    drops: potion:8229:5
    supply4:
    type: supply
    wave: 12
    monsters:
    villager: 10
    drops: potion:8229:5
    supply5:
    type: supply
    wave: 16
    monsters:
    villager: 10
    drops: potion:8229:5
    supply6:
    type: supply
    wave: 19
    monsters:
    villager: 10
    drops: potion:8229:5
    supply7:
    type: supply
    wave: 22
    monsters:
    villager: 10
    drops: potion:8229:7
    noob_round:
    type: swarm
    wave: 1
    monster: chicken
    amount: medium
    eight_legged_freak:
    type: boss
    wave: 10
    monster: cave_spider
    health: low
    abilities: fire-aura, fireballs, throw-target
    big_bad_wolf:
    type: boss
    wave: 15
    monster: angry_wolf
    health: low
    abilities: root-target, fetch-target, disorient-target
    lightning_chicken:
    type: boss
    wave: 20
    monster: chicken
    health: low
    abilities: chain-lightning
    ability-interval: 10
    mad_cow:
    type: boss
    wave: 25
    monster: mushroom_cow
    health: medium
    abilities: chain-lightning
    ability-interval: 10
    demi_god:
    type: boss
    wave: 30
    monster: giant
    health: medium
    abilities: chain-lightning, arrows, fireballs
    ability-interval: 7
    squiddy:
    type: boss
    wave: 35
    monster: squid
    health: high
    abilities: flood, disorient-nearby, disorient-target, shuffle-positions
    ability-interval: 5
    wicked_witch:
    type: boss
    wave: 40
    monster: witch
    health: medium
    abilities: fireballs, lightning-aura, disorient-nearby
    ability-interval: 5
    sparky:
    type: boss
    wave: 45
    monster: charged_creeper
    health: medium
    abilities: chain-lightning
    ability-interval: 4
    death_eater:
    type: boss
    wave: 50
    monster: wither
    health: veryhigh
    abilities: throw-distance, fetch-distant
    ability-interval: 3
    rewards:
    waves:
    every:
    '10': $150, apple:10
    after:
    '15': iron_ingot:5, gold_ingot:5, diamond:1
    '20': diamond_sword, diamond_pickaxe, diamond_spade
    '25': diamond_helmet, diamond_boots
    '30': diamond_chestplate, diamond_pants
    coords:
    spawnpoints:
    344,19,-362: 344.5,19,-361.5,0.0,0.0,world_games
    316,19,-362: 316.5,19,-361.5,0.0,0.0,world_games
    316,19,-378: 316.5,19,-377.5,0.0,0.0,world_games
    316,19,-394: 316.5,19,-393.5,0.0,0.0,world_games
    344,19,-394: 344.5,19,-393.5,0.0,0.0,world_games
    344,19,-378: 344.5,19,-377.5,0.0,0.0,world_games
    containers: {}
    p1: 299,11,-432,0.0,0.0,world_games
    p2: 361,62,-324,0.0,0.0,world_games
    arena: 330.5,19,-379.5,0.9,0.0,world_games
    lobby: 330.5,14,-377.5,289.64,0.0,world_games
    spectator: 314.5,34,-397.5,-39.91,0.0,world_games
    exit: -94.5,77,-106.5,90.4,0.0,world_games
    l1: 328,13,-396,0.0,0.0,world_games
    l2: 332,15,-360,0.0,0.0,world_games
    leaderboard: 331,29,-402,0.0,0.0,world_games
    class-limits:
    Warrior: -1
    Noob: -1
    Engineer: 5
    Ranger: -1
    Healer: -1
    Alchemist: -1
    Knight: 3

    OMG! Why does it post it all to a margin -_-

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
Thread Status:
Not open for further replies.

Share This Page