Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 20th, 2012  |  syntax: None  |  size: 3.74 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.         waves:
  2.             recurrent:
  3.                 def1:
  4.                     type: default
  5.                     priority: 1
  6.                     frequency: 1
  7.                     monsters:
  8.                         zombies: 10
  9.                         skeletons: 10
  10.                         spiders: 10
  11.                         creepers: 10
  12.                         wolves: 10
  13.                 spec1:
  14.                     type: special
  15.                     priority: 2
  16.                     frequency: 4
  17.                     monsters:
  18.                         powered-creepers: 10
  19.                         zombie-pigmen: 10
  20.                         angry-wolves: 10
  21.                         blazes: 10
  22.             single:
  23.                 upgrade1:
  24.                     type: upgrade
  25.                     wave: 7
  26.                     All: potion:8197:1
  27.                     godarcher: arrow:64, bow:2, arrow:64
  28.                     godknight: diamond_sword:1
  29.                     give-all-items: true
  30.                 swarm1:
  31.                     type: swarm
  32.                     wave: 1
  33.                     monster: creepers
  34.                     amount: low
  35.                 boss1:
  36.                     type: boss
  37.                     wave: 2
  38.                     monster: cave_spider
  39.                     health: low
  40.                     abilities: root-target, throw-nearby
  41.                 boss2:
  42.                     type: boss
  43.                     wave: 3
  44.                     monster: skeleton
  45.                     health: meduim
  46.                     abilities: arrows, root-target, throw-nearby
  47.                 boss3:
  48.                     type: boss
  49.                     wave: 4
  50.                     monster: zombie_pigman
  51.                     health: high
  52.                     abilities: arrows, root-target, throw-nearby, fireballs
  53.                 boss4:
  54.                     type: boss
  55.                     wave: 5
  56.                     monster: pig
  57.                     health: high
  58.                     abilities: arrows, root-target, throw-nearby, fireballs, ShufflePositions
  59.                 boss5:
  60.                     type: boss
  61.                     wave: 6
  62.                     monster: zombie
  63.                     health: high
  64.                     abilities: arrows, root-target, throw-nearby, fireballs, ObsidianBomb
  65.                 boss6:
  66.                     type: boss
  67.                     wave: 7
  68.                     monster: chicken
  69.                     health: psycho
  70.                     abilities: arrows, root-target, throw-nearby, fireballs, ObsidianBomb, chain-lightning, ShufflePositions
  71.                 boss7:
  72.                     type: boss
  73.                     wave: 8
  74.                     monster: angry_wolf
  75.                     health: high
  76.                     abilities: fetch-target, fetch-distant, root-target, throw-nearby, warp-to-player, ShufflePositions
  77.                 boss8:
  78.                     type: boss
  79.                     wave: 9
  80.                     monster: enderman
  81.                     health: high
  82.                     abilities: chain-lightning, fetch-distant, root-target, throw-nearby, warp-to-player, fire-aura
  83.                 boss9:
  84.                     type: boss
  85.                     wave: 10
  86.                     monster: giant
  87.                     health: psycho
  88.                     abilities: chain-lightning, shuffle-positions, fetch-distant, flood, chain-lightning, root-target, shuffle-positions, throw-nearby, warp-to-player, fire-aura
  89.         rewards:
  90.             waves:
  91.                 every:
  92.                     '3': glowstone:8, grass:2
  93.                     '5': dirt:4, gravel:4, stone:4
  94.                     '10': iron_ingot:10, gold_ingot:8
  95.                 after:
  96.                     '10': iron_sword, iron_pickaxe, iron_spade