Advertisement
Guest User

Untitled

a guest
Mar 20th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 20.04 KB | None | 0 0
  1. # MobArena v0.94.4.94 - 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.     allowed-commands: /list, /pl
  7.     update-notification: false
  8. classes:
  9.     Knight:
  10.         items: diamond_sword, potion:8197:3
  11.         armor: 306,307,308,309
  12.     Tank:
  13.         items: iron_sword, potion:8229:2
  14.         armor: 310,311,312,313
  15.     Archer:
  16.         items: wood_sword, bow, arrow:256, potion:8197:3, bone
  17.         armor: 298,299,300,301
  18.     Chemist:
  19.         items: stone_sword, potion:16428:30, potion:16388:8, potion:16389:20, potion:8197:3, potion:8226:1
  20.         armor: 314,315,316,317
  21.     Oddjob:
  22.         items: stone_sword, flint_and_steel, netherrack:2, tnt:4, potion:8197:3
  23.         armor: 298,299,300,301
  24. # Below used in Zombie Survival:
  25.     Overwatch:
  26.         items: stone_sword, bow, arrow:256, potion:8197:3
  27.         armor: 306,307,308,309
  28.     Guard:
  29.         items: diamond_sword, potion:8197:3
  30.         armor: 302,303,304,305
  31.     Scout:
  32.         items: iron_sword, potion:8197:3, potion:8226:1
  33.         armor: 298,299,300,301
  34. # Below are VIP classes
  35.     VIPKnight:
  36.         items: diamond_sword 16:2;19:5, potion:8197:5
  37.         armor: 306,307 0:4,308,309
  38.     VIPArcher:
  39.         items: stone_sword, bow 49:2;50:1, potion:8197:5, arrow:256
  40.         armor: 302,303 0:4,304,305
  41.     VIPHealer:
  42.         items: potion:8197:10, potion:8193:10, potion:16453:16, potion:16417:16
  43.         armor: 298 0:4,299 0:4,300 0:4,301 0:4
  44.     VIPOverwatch:
  45.         items: stone_sword 20:1;16:1, bow 48:3;50:1, arrow:256, potion:8197:3
  46.         armor: 306,307 0:4,308,309
  47.     VIPGuard:
  48.         items: diamond_sword 16:2;19:1, potion:8197:3
  49.         armor: 302,303 0:4,304,305
  50.     VIPScout:
  51.         items: iron_sword 16:2;19:1, potion:8197:3, potion:8226:1
  52.         armor: 298,299 0:4,300,301
  53. arenas:
  54.     MobArena:
  55.         settings:
  56.             world: Spawn
  57.             enabled: true
  58.             protect: true
  59.             logging: true
  60.             entry-fee: ''
  61.             clear-wave-before-next: false
  62.             clear-boss-before-next: false
  63.             lightning: true
  64.             auto-equip-armor: true
  65.             soft-restore: false
  66.             soft-restore-drops: false
  67.             require-empty-inv-join: false
  68.             require-empty-inv-spec: false
  69.             hellhounds: false
  70.             pvp-enabled: false
  71.             monster-infight: false
  72.             allow-teleporting: false
  73.             spectate-on-death: false
  74.             auto-respawn: true
  75.             share-items-in-arena: true
  76.             min-players: 0
  77.             max-players: 0
  78.             max-join-distance: 0
  79.             first-wave-delay: 5
  80.             wave-interval: 15
  81.             final-wave: 0
  82.             monster-limit: 100
  83.             monster-exp: false
  84.             keep-exp: true
  85.             food-regen: false
  86.             lock-food-level: true
  87.             spout-class-select: false
  88.             player-time-in-arena: world
  89.             auto-ignite-tnt: false
  90.             auto-start-timer: 0
  91.         waves:
  92.             recurrent:
  93.                 def1:
  94.                     type: default
  95.                     priority: 1
  96.                     frequency: 1
  97.                     monsters:
  98.                         exploding_sheep: 5
  99.                         zombies: 10
  100.                         skeletons: 10
  101.                         spiders: 10
  102.                         creepers: 10
  103.                         wolves: 10
  104.                 spec1:
  105.                     type: special
  106.                     priority: 2
  107.                     frequency: 4
  108.                     monsters:
  109.                         powered-creepers: 10
  110.                         zombie-pigmen: 10
  111.                         angry-wolves: 10
  112.                         blazes: 10
  113.                 upgrade1:
  114.                     type: upgrade
  115.                     priority: 7
  116.                     frequency: 10
  117.                     upgrades:
  118.                         All: potion:8197:2
  119.                         Archer: arrow:64
  120.                         VIPArcher: arrow:64
  121.             single:
  122.                 swarm1:
  123.                     type: swarm
  124.                     wave: 6
  125.                     monster: slime
  126.                     amount: low
  127.                 boss1:
  128.                     type: boss
  129.                     wave: 10
  130.                     monster: cave_spider
  131.                     health: high
  132.                     abilities: arrows, root-target, throw-nearby
  133.         rewards:
  134.             waves:
  135.                 every:
  136.                     '3': feather, bone, stick
  137.                     '5': wood:4, gravel:4, stone:4
  138.                     '10': iron_ingot:10, gold_ingot:8
  139.                     '15': diamond:3, 388:3
  140.                 after:
  141.                     '7': minecart, storage_minecart, powered_minecart
  142.                     '13': iron_sword, iron_pickaxe, iron_spade
  143.                     '16': diamond_sword
  144.                     '20': 383:95:3, 383:98:3
  145.         class-limits:
  146.             Archer: -1
  147.             Oddjob: -1
  148.             Chemist: -1
  149.             Tank: -1
  150.             Knight: -1
  151.             VIPKnight: -1
  152.             VIPArcher: -1
  153.             VIPHealer: -1
  154.             VIPOverwatch: -1
  155.             VIPGuard: -1
  156.             VIPScout: -1
  157.         coords:
  158.             p1: -153,2,-452,-271.8089,18.000027
  159.             p2: -63,29,-362,-82.95896,5.1000104
  160.             arena: -110,4,-406,2.2411635,1.6500369
  161.             lobby: -73,4,-407,90.44109,-1.0499636
  162.             spectator: -73,9,-407,92.09111,-0.5999592
  163.             spawnpoints:
  164.                 ma1: -82,4,-404,92.841095,-2.5499525
  165.                 ma2: -94,4,-388,131.9911,3.3000467
  166.                 ma3: -112,6,-385,180.5912,9.300046
  167.                 ma4: -133,4,-397,250.64111,8.100046
  168.                 ma5: -130,4,-420,294.89105,4.800044
  169.                 ma6: -117,4,-429,354.7411,3.3000457
  170.                 ma7: -94,4,-424,40.34085,4.0500503
  171.     zombie:
  172.         settings:
  173.             world: Spawn
  174.             enabled: true
  175.             protect: true
  176.             logging: true
  177.             entry-fee: ''
  178.             clear-wave-before-next: false
  179.             clear-boss-before-next: false
  180.             lightning: true
  181.             auto-equip-armor: true
  182.             soft-restore: false
  183.             soft-restore-drops: false
  184.             require-empty-inv-join: false
  185.             require-empty-inv-spec: false
  186.             hellhounds: false
  187.             pvp-enabled: false
  188.             monster-infight: false
  189.             allow-teleporting: false
  190.             spectate-on-death: false
  191.             auto-respawn: true
  192.             share-items-in-arena: true
  193.             min-players: 0
  194.             max-players: 0
  195.             max-join-distance: 0
  196.             first-wave-delay: 5
  197.             wave-interval: 15
  198.             final-wave: 0
  199.             monster-limit: 100
  200.             monster-exp: true
  201.             keep-exp: true
  202.             food-regen: false
  203.             lock-food-level: true
  204.             spout-class-select: false
  205.             player-time-in-arena: world
  206.             auto-ignite-tnt: false
  207.             auto-start-timer: 0
  208.         waves:
  209.             recurrent:
  210.                 def1:
  211.                     type: default
  212.                     priority: 1
  213.                     frequency: 1
  214.                     monsters:
  215.                         zombies: 20
  216.                 spec1:
  217.                     type: special
  218.                     priority: 2
  219.                     frequency: 4
  220.                     monsters:
  221.                         zombie-pigmen: 10
  222.                 upgrade1:
  223.                     type: upgrade
  224.                     priority: 7
  225.                     frequency: 10
  226.                     wave: 10
  227.                     upgrades:
  228.                         All: potion:8197:2
  229.                         Overwatch: arrow:64
  230.                         Guard: diamond_chestplate
  231.                         Scout: diamond_sword
  232.                         VIPOverwatch: arrow:128
  233.                         VIPGuard: diamond_chestplate 7:3
  234.                         VIPScout: diamond_sword 16:3
  235.             single:
  236.                 swarm1:
  237.                     type: swarm
  238.                     wave: 6
  239.                     monster: zombie
  240.                     amount: psycho
  241.                 swarm2:
  242.                     type: swarm
  243.                     wave: 16
  244.                     monster: chicken
  245.                     amount: psycho
  246.                     ability: fireball
  247.                     ability-interval: 2
  248.                 swarm3:
  249.                     type: swarm
  250.                     wave: 26
  251.                     monster: zombie
  252.                     amount: high
  253.                     health: low
  254.                 boss1:
  255.                     type: boss
  256.                     wave: 11
  257.                     monster: zombie-pigmen
  258.                     health: high
  259.                     abilities: arrows, root-target, throw-nearby
  260.                     ability-interval: 5
  261.                     ability-announce: true
  262.                 boss2:
  263.                     type: boss
  264.                     wave: 21
  265.                     monster: zombie
  266.                     health: medium
  267.                     abilities: warp-to-player, disorient-target, shuffle-positions
  268.                     ability-interval: 2
  269.                     ability-announce: true
  270.                 boss3:
  271.                     type: boss
  272.                     wave: 31
  273.                     monster: zombie
  274.                     health: psycho
  275.                     abilities: pull-nearby, warp-to-player, lightning-aura
  276.                     ability-interval: 3
  277.                     ability-announce: true
  278.         rewards:
  279.             waves:
  280.                 every:
  281.                     '3': feather, bone, stick
  282.                     '5': wood:4, gravel:4, stone:4
  283.                     '10': iron_ingot:10, gold_ingot:8
  284.                     '15': diamond:3, 388:3
  285.                 after:
  286.                     '7': minecart, storage_minecart, powered_minecart
  287.                     '13': iron_sword, iron_pickaxe, iron_spade
  288.                     '16': diamond_sword
  289.                     '20': 383:95:3, 383:98:3
  290.         class-limits:
  291.             Overwatch: -1
  292.             Guard: -1
  293.             Scout: -1
  294.             VIPOverwatch: -1
  295.             VIPGuard: -1
  296.             VIPScout: -1
  297.         coords:
  298.             p1: -97,2,-338,84.89285,-3.4499416
  299.             p2: -48,35,-289,278.0925,2.100004
  300.             arena: -75,4,-313,268.04156,1.4998288
  301.             spawnpoints:
  302.                 z1: -91,5,-332,327.4411,5.999745
  303.                 z2: -96,4,-314,269.8412,8.099759
  304.                 z3: -93,4,-303,268.19092,7.049762
  305.                 z4: -86,4,-291,179.09052,6.2997665
  306.                 z5: -75,4,-291,178.64014,7.349775
  307.                 z6: -61,4,-291,180.14026,0.14977619
  308.                 z7: -50,6,-308,88.64105,9.299748
  309.                 z8: -50,4,-324,89.99121,12.149773
  310.                 z9: -71,13,-313,104.99054,26.099812
  311.             lobby: -72,33,-313,88.33415,2.849696
  312.             spectator: -73,33,-313,-267.7669,1.3497866
  313.     wither:
  314.         settings:
  315.             world: Spawn
  316.             enabled: false
  317.             protect: true
  318.             logging: true
  319.             entry-fee: ''
  320.             clear-wave-before-next: false
  321.             clear-boss-before-next: false
  322.             lightning: true
  323.             auto-equip-armor: true
  324.             soft-restore: false
  325.             soft-restore-drops: false
  326.             require-empty-inv-join: false
  327.             require-empty-inv-spec: false
  328.             hellhounds: true
  329.             pvp-enabled: false
  330.             monster-infight: false
  331.             allow-teleporting: false
  332.             spectate-on-death: false
  333.             auto-respawn: true
  334.             share-items-in-arena: true
  335.             min-players: 0
  336.             max-players: 0
  337.             max-join-distance: 0
  338.             first-wave-delay: 5
  339.             wave-interval: 30
  340.             final-wave: 0
  341.             monster-limit: 15
  342.             monster-exp: true
  343.             keep-exp: true
  344.             food-regen: false
  345.             lock-food-level: true
  346.             spout-class-select: false
  347.             player-time-in-arena: world
  348.             auto-ignite-tnt: false
  349.             auto-start-timer: 0
  350.         waves:
  351.             recurrent:
  352.                 def1:
  353.                     type: default
  354.                     priority: 1
  355.                     frequency: 1
  356.                     monsters:
  357.                         skeletons: 10
  358.                         wither_skeletons: 10
  359.                         blazes: 1
  360.                 spec1:
  361.                     type: special
  362.                     priority: 2
  363.                     frequency: 4
  364.                     monsters:
  365.                         powered-creepers: 10
  366.                         zombie-pigmen: 10
  367.                         blazes: 2
  368.                         magmacube_small: 10
  369.                         magmacubes: 5
  370.             single:
  371.                 swarm1:
  372.                     type: swarm
  373.                     wave: 6
  374.                     monster: chicken
  375.                     health: low
  376.                     abilities: chain-lightning
  377.                     ability-interval: 10
  378.                     ability-announce: true
  379.                     amount: low
  380.                 boss1:
  381.                     type: boss
  382.                     wave: 10
  383.                     monster: wither
  384.                     health: high
  385.                     abilities: arrows, root-target, throw-nearby
  386.         rewards:
  387.             waves:
  388.                 every:
  389.                     '3': feather, bone, stick
  390.                     '5': wood:4, gravel:4, stone:4
  391.                     '10': iron_ingot:10, gold_ingot:8
  392.                     '15': diamond:3, 388:3
  393.                 after:
  394.                     '7': minecart, storage_minecart, powered_minecart
  395.                     '13': iron_sword, iron_pickaxe, iron_spade
  396.                     '16': diamond_sword
  397.                     '20': 383:95:3, 383:98:3
  398.         class-limits:
  399.             Archer: -1
  400.             Scout: -1
  401.             Oddjob: -1
  402.             Guard: -1
  403.             Chemist: -1
  404.             Overwatch: -1
  405.             Tank: -1
  406.             Knight: -1
  407.             VIPKnight: -1
  408.             VIPArcher: -1
  409.             VIPHealer: -1
  410.         coords:
  411.             p1: -111,3,-514,100.20037,2.250625
  412.             p2: -71,20,-474,270.9004,8.400596
  413.             arena: -83,4,-496,90.60016,-1.1993804
  414.             spawnpoints:
  415.                 w1: -103,7,-486,-111.74987,12.000627
  416.                 w2: -101,7,-506,-47.69981,22.950615
  417.                 w3: -82,7,-508,21.450195,18.60062
  418.                 w4: -80,7,-481,-217.49983,19.800621
  419.                 w5: -96,4,-493,-87.14966,-0.5993827
  420.             lobby: -91,18,-493,178.95131,2.0999947
  421.             spectator: -91,18,-492,178.34932,26.250004
  422.     castle:
  423.         settings:
  424.             world: TEST
  425.             enabled: true
  426.             protect: true
  427.             logging: true
  428.             entry-fee: ''
  429.             clear-wave-before-next: false
  430.             clear-boss-before-next: false
  431.             lightning: true
  432.             auto-equip-armor: true
  433.             soft-restore: false
  434.             soft-restore-drops: false
  435.             require-empty-inv-join: false
  436.             require-empty-inv-spec: false
  437.             hellhounds: true
  438.             pvp-enabled: false
  439.             monster-infight: false
  440.             allow-teleporting: false
  441.             spectate-on-death: false
  442.             auto-respawn: true
  443.             share-items-in-arena: true
  444.             min-players: 0
  445.             max-players: 0
  446.             max-join-distance: 0
  447.             first-wave-delay: 5
  448.             wave-interval: 10
  449.             final-wave: 0
  450.             monster-limit: 200
  451.             monster-exp: false
  452.             keep-exp: true
  453.             food-regen: false
  454.             lock-food-level: true
  455.             spout-class-select: false
  456.             player-time-in-arena: world
  457.             auto-ignite-tnt: false
  458.             auto-start-timer: 0
  459.         waves:
  460.             recurrent:
  461.                 def1:
  462.                     type: default
  463.                     priority: 1
  464.                     frequency: 1
  465.                     monsters:
  466.                         zombies: 10
  467.                         skeletons: 10
  468.                 spec1:
  469.                     type: special
  470.                     priority: 2
  471.                     frequency: 4
  472.                     monsters:
  473.                         blazes: 10
  474.                         wither_skeletons: 10
  475.             single:
  476.                 thunder_chicken:
  477.                     type: swarm
  478.                     wave: 11
  479.                     monster: chicken
  480.                     health: medium
  481.                     abilities: chain-lightning
  482.                     ability-interval: 10
  483.                     ability-announce: true
  484.                     amount: low
  485.                 swarm1:
  486.                     type: swarm
  487.                     wave: 6
  488.                     monster: slime
  489.                     amount: low
  490.                 swarm2:
  491.                     type: swarm
  492.                     wave: 16
  493.                     monster: silverfish
  494.                     abilities: throw-nearby, pull-nearby
  495.                     ability-interval: 5
  496.                     ability-announce: true
  497.                     amount: high
  498.                 swarm3:
  499.                    type: swarm
  500.                    wave: 26
  501.                    monster: zombie
  502.                    amount: psycho
  503.                    health: low
  504.                    abilities: arrows, fireballs, chain-lightning
  505.                    ability-announce: true
  506.                 boss1:
  507.                     type: boss
  508.                     wave: 10
  509.                     monster: skeleton
  510.                     health: high
  511.                     abilities: arrows, root-target, throw-nearby
  512.                     ability-announce: true
  513.                 boss2:
  514.                     type: boss
  515.                     wave: 20
  516.                     monster: zombie
  517.                     health: high
  518.                     abilities: fireballs, lightning-aura, shuffle-positions, pull-nearby
  519.                     ability-announce: true
  520.                 boss3:
  521.                     type: boss
  522.                     wave: 30
  523.                     monster: giant
  524.                     health: psyco
  525.                     abilities: fireballs, chain-lightning
  526.                     ability-announce: true
  527.         rewards:
  528.             waves:
  529.                 every:
  530.                     '3': feather, bone, stick
  531.                     '5': wood:4, gravel:4, stone:4
  532.                     '10': iron_ingot:10, gold_ingot:8
  533.                     '15': diamond:3, 388:3
  534.                 after:
  535.                     '7': minecart, storage_minecart, powered_minecart
  536.                     '13': iron_sword, iron_pickaxe, iron_spade
  537.                     '16': diamond_sword
  538.                     '20': 383:95:3, 383:98:3
  539.         class-limits:
  540.             Archer: -1
  541.             Scout: -1
  542.             Oddjob: -1
  543.             Guard: -1
  544.             Chemist: -1
  545.             Overwatch: -1
  546.             Tank: -1
  547.             Knight: -1
  548.             VIPKnight: -1
  549.             VIPArcher: -1
  550.             VIPHealer: -1
  551.         coords:
  552.             p1: 1961,63,-1843,-356.5818,11.249932
  553.             p2: 2021,84,-1783,-126.78247,7.6499386
  554.             arena: 1991,72,-1815,-359.58154,3.2998767
  555.             lobby: 1991,67,-1814,-358.23218,-1.6501124
  556.             spawnpoints:
  557.                 c1: 2017,72,-1803,98.06784,8.699874
  558.                 c2: 2008,72,-1813,94.9177,24.59986
  559.                 c3: 2015,72,-1824,93.56778,21.749866
  560.                 c4: 2002,74,-1837,4.317778,12.749886
  561.                 c5: 1991,72,-1830,-2.732199,-2.4001021
  562.                 c6: 1981,76,-1839,0.7178038,11.999909
  563.                 c7: 1968,75,-1824,-90.1822,6.599925
  564.                 c8: 1974,72,-1814,-90.33222,5.399923
  565.                 c9: 1966,74,-1803,-91.53225,-3.6001055
  566.                 c10: 1981,72,-1792,-182.7322,-0.9001045
  567.                 c11: 1991,72,-1798,-179.1322,8.999902
  568.                 c12: 2003,72,-1788,-180.93217,11.249918
  569.             spectator: 1994,67,-1816,-325.68225,2.400021
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement