Advertisement
Guest User

Untitled

a guest
Jul 10th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.37 KB | None | 0 0
  1. # MobArena v0.95.2 - Config-file
  2. # Read the Wiki for details on how to set up this file: http://goo.gl/F5TTc
  3. # Note: You -must- use spaces instead of tabs!
  4. global-settings:
  5.     enabled: true
  6. classes: {}
  7. arenas:
  8.     default:
  9.         settings:
  10.             world: factionsworld
  11.         waves:
  12.             recurrent:
  13.                 def1:
  14.                     type: default
  15.                     priority: 1
  16.                     frequency: 1
  17.                     monsters:
  18.                         zombies: 10
  19.                         skeletons: 4
  20.                         exploding_sheep: 5
  21.                 def2:
  22.                     type: default
  23.                     priority: 2
  24.                     frequency: 1
  25.                     wave: 5
  26.                     monsters:
  27.                         zombies: 10
  28.                         skeletons: 6
  29.                         creepers: 4
  30.                 spec1:
  31.                     type: special
  32.                     priority: 5
  33.                     frequency: 4
  34.                     wave: 4
  35.                     monsters:
  36.                         powered_creepers: 10
  37.                         angry_wolves: 10
  38.                         zombie_pigmen: 10
  39.                 upgrade1:
  40.                     type: upgrade
  41.                     priority: 7
  42.                     frequency: 10
  43.                     wave: 10
  44.                     upgrades:
  45.                         all: potion:8197:2
  46.                         Archer: arrow:64
  47.                         Oddjob: tnt:2, netherrack
  48.                     give-all-items: true'
  49.             single:
  50.                 swarm1:
  51.                     type: swarm
  52.                     wave: 7
  53.                     monster: slimes
  54.                     amount: medium
  55.                 boss1:
  56.                     type: boss
  57.                     wave: 9
  58.                     monster: spider
  59.                     health: medium
  60.                     abilities: fire-aura, disorient-target, fireballs, throw-nearby
  61.                     ability-interval: 5
  62.                 boss2:
  63.                     type: boss
  64.                     wave: 13
  65.                     monster: zombie_pigman
  66.                     health: high
  67.                     abilities: root-target, arrows, fetch-distant, fire-aura
  68.                 upgrade2:
  69.                     type: upgrade
  70.                     wave: 14
  71.                     upgrades:
  72.                         all: potion:8197:2
  73.                         Knight:
  74.                             armor: diamond_helmet
  75.                             items: diamond_sword 16:2;19:1
  76.                         Tank:
  77.                             items: iron_sword 19:3
  78.                         Oddjob:
  79.                             armor: iron_chestplate, iron_leggings
  80.                         Wizard:
  81.                             permissions:
  82.                            - magicspells.cast.ChainLightning
  83.                     give-all-items: true
  84.                 boss3:
  85.                     type: boss
  86.                     wave: 16
  87.                     monster: wolf
  88.                     health: psycho
  89.                     abilities: warp-to-player, fire-aura, throw-nearby, fireballs, fetch-target, arrows
  90.                     ability-interval: 1
  91.                     reward: diamond_chestplate
  92.                 supply1:
  93.                     type: supply
  94.                     wave: 19
  95.                     monsters:
  96.                         cows: 10
  97.                         pigs: 5
  98.                     drops: grilled_pork, cooked_chicken, cooked_beef, cooked_fish:2
  99.         rewards:
  100.             waves:
  101.                 every:
  102.                     '3': feather, bone, stick
  103.                     '5': dirt:4, gravel:4, stone:4
  104.                     '10': iron_ingot:10, gold_ingot:8
  105.                 after:
  106.                     '7': minecart, storage_minecart, powered_minecart
  107.                     '13': iron_sword, iron_pickaxe, iron_spade
  108.                     '16': diamond_sword
  109.         coords:
  110.             p1: 68,61,-910,304.73535,-14.004483
  111.             p2: 119,117,-860,133.13617,70.48456
  112.             lobby: 92,108,-885,89.27307,-1.1251243
  113.             spectator: 92,108,-885,89.27307,-1.1251243
  114.             spawnpoints:
  115.                 one: 92,82,-901,-0.09537194,1.3027309
  116.                 two: 108,82,-884,89.78436,-0.6395672
  117.                 three: 92,82,-868,180.13167,-0.9632383
  118.                 four: 76,82,-884,270.8521,-0.1539932
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement