Advertisement
Guest User

MobArena Config#1

a guest
Apr 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 20.52 KB | None | 0 0
  1. # MobArena v0.95.5 - 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 16:8;19:1, potion:8197:2, potion:16389:5
  11.         armor: 306,307 0:3,308,309
  12.         permissions: []
  13.     Tank:
  14.         items: iron_sword 19:1, potion:8197:6
  15.         armor: 310 0:2,311,312,313 2:2
  16.     Archer:
  17.         items: iron_sword 16:1, bow 48:9;51:1, arrow:1, potion:8197:8, bone:2, potion:16389:5
  18.         armor: 306,307 0:2,308,309
  19.     Chemist:
  20.         items: stone_sword, potion:16428:30, potion:16388:12, potion:16389:20, potion:8197:7, potion:8226:6
  21.         armor: 314,315,316,317
  22.     Bomber:
  23.         items: tnt:25, potion:16428:20, iron_sword 16:1, potion:16389:20
  24.         armor: 314,315 3:10,316 3:10,317
  25.     Rudolph:
  26.         items: diamond_sword 16:1, potion:8197:2, potion:16389:5
  27.         armor: 306,307,308,309
  28.     Santa:
  29.         items: iron_sword, potion:8197:6
  30.         armor: 310,311,312,313 2:2
  31.     Snowman:
  32.         items: stone_sword, bow 48:5;51:1, arrow:1, potion:8197:6, bone, potion:16389:3
  33.         armor: 306,307,308,309
  34.     Elf:
  35.         items: wooden_sword, potion:16428:30, potion:16388:12, potion:16389:20, potion:8197:7, potion:8226:6
  36.         armor: 314,315,316,317
  37.     Penguin:
  38.         items: tnt:25, potion:16428:20, iron_sword, potion:16389:20
  39.         armor: 314,315 3:10,316 3:10,317
  40.     Dracula:
  41.         items: iron_sword, potion:8197:2, potion:16389:5
  42.         armor: 306,307,308,309
  43.     Frankenstein:
  44.         items: stone_sword, potion:8197:6
  45.         armor: 310,311,312,313
  46.     Pumpkin Jack:
  47.         items: wooden_sword, bow 51:1, arrow:1, potion:8197:2, potion:16389:1
  48.         armor: 306,307,308,309
  49.     Witch:
  50.         items: wooden_sword, potion:16428:30, potion:16388:12, potion:16389:20, potion:8197:7, potion:8226:6
  51.         armor: 314,315,316,317
  52.     Mummy:
  53.         items: tnt:25, potion:16428:20, potion stone_sword, potion:16389:20
  54.         armor: 314,315 3:5,316,317
  55.     Dallas:
  56.         items: iron_sword 16:5;19:2, potion:8197:3, bow 51:1;48:4, arrow:1
  57.         armor: 310,311,312,313
  58.     Hoxton:
  59.         items: diamond_sword 16:10;19:3, potion:8197:8, bow 51:1;48:3;50:2, arrow:1
  60.         armor: 298,299,300,301
  61.     Chains:
  62.         items: iron_sword 19:5, bow 51:1;49:2, arrow:1, potion:16421:8, potion:16418:2, potion:16425:2
  63.         armor: 306,307,308,309
  64.     Wolf:
  65.         items: diamond_sword 17:6;19:1, bow 51:1;48:3;50:2, arrow:1, potion:8229:4, potion:8257:2, potion:8233:2
  66.         armor: 306,307,308,309
  67. arenas:
  68.     Overworld:
  69.         settings:
  70.             world: world
  71.             enabled: true
  72.             protect: true
  73.             entry-fee: gold_ingot:2
  74.             clear-wave-before-next: true
  75.             clear-boss-before-next: true
  76.             lightning: true
  77.             auto-equip-armor: true
  78.             soft-restore: false
  79.             soft-restore-drops: false
  80.             require-empty-inv-join: false
  81.             require-empty-inv-spec: false
  82.             hellhounds: false
  83.             pvp-enabled: false
  84.             monster-infight: false
  85.             allow-teleporting: false
  86.             spectate-on-death: true
  87.             auto-respawn: true
  88.             share-items-in-arena: true
  89.             min-players: 0
  90.             max-players: 6
  91.             max-join-distance: 0
  92.             first-wave-delay: 5
  93.             wave-interval: 8
  94.             final-wave: 50
  95.             monster-limit: 200
  96.             monster-exp: false
  97.             keep-exp: true
  98.             food-regen: false
  99.             lock-food-level: true
  100.             spout-class-select: false
  101.             player-time-in-arena: world
  102.             auto-ignite-tnt: true
  103.             auto-start-timer: 0
  104.             clear-wave-before-boss: false
  105.             use-class-chests: false
  106.             display-waves-as-level: false
  107.             auto-ready: false
  108.             display-timer-as-level: false
  109.             use-scoreboards: true
  110.         waves:
  111.             recurrent:
  112.                 def1:
  113.                     type: default
  114.                     priority: 1
  115.                     frequency: 8
  116.                     amount-multiplier: 1.5
  117.                     health-multiplier: 1.5
  118.                     monsters:
  119.                         zombies: 50
  120.                         skeletons: 30
  121.                 def2:
  122.                     type: default
  123.                     priority: 8
  124.                     frequency: 1
  125.                     amount-multiplier: 1.5
  126.                     health-multiplier: 1.5
  127.                     wave: 5,10,15
  128.                     monsters:
  129.                         zombies: 50
  130.                         skeletons: 30
  131.                         creepers: 10
  132.                 spec1:
  133.                     type: special
  134.                     priority: 5
  135.                     frequency: 10
  136.                     amount-multiplier: 2.5
  137.                     health-multiplier: 1.5
  138.                     wave: 4,8,12,16,20
  139.                     monsters:
  140.                         powered_creepers: 30
  141.             single:
  142.                 swarm1:
  143.                     type: swarm
  144.                     wave: 7
  145.                     monster: slimes
  146.                     amount: small
  147.                 swarm2:
  148.                     type: swarm
  149.                     wave: 10
  150.                     monster: zombies
  151.                     amount: high
  152.                 swarm3:
  153.                     type: swarm
  154.                     wave: 15
  155.                     monster: spiders
  156.                     amount: psycho
  157.                 boss1:
  158.                     type: boss
  159.                     wave: 9
  160.                     monster: spider
  161.                     health: high
  162.                     abilities: fire-aura, disorient-target, throw-nearby, disorient-nearby, shuffle-positions
  163.                     ability-interval: 5
  164.                 boss2:
  165.                     type: boss
  166.                     wave: 13
  167.                     monster: zombie_pigman
  168.                     health: high
  169.                     abilities: root-target, arrows, fetch-distant, fire-aura
  170.                 boss3:
  171.                     type: boss
  172.                     wave: 25
  173.                     monster: skeleton
  174.                     health: high
  175.                     abilities: warp-to-player, fire-aura, throw-nearby, fireballs, fetch-target, arrows
  176.                     ability-interval: 1
  177.         rewards:
  178.             waves:
  179.                 every:
  180.                     '8': iron_ingot:2
  181.                 after:
  182.                     '7': apple:5
  183.                     '13': iron_sword
  184.                     '20': gold_ingot:1
  185.                     '49': diamond:16
  186.         class-limits:
  187.             Archer: -1
  188.             Oddjob: -1
  189.             Chemist: -1
  190.             Tank: -1
  191.             Knight: -1
  192.         coords:
  193.             p1: 359,35,910,73.54144,-11.076898
  194.             p2: 400,55,950,221.38635,9.093488
  195.             arena: 374,40,921,352.91827,8.99985
  196.             lobby: 377,45,914,172.917,4.199845
  197.             spectator: 378,52,933,269.5288,8.700155
  198.             spawnpoints:
  199.                 s1: 379,40,926,81.43384,12.900248
  200.                 s2: 374,40,940,205.33386,7.200251
  201.                 s3: 386,40,933,61.63159,17.550243
  202.     Christmas:
  203.         settings:
  204.             world: world
  205.             enabled: true
  206.             protect: true
  207.             entry-fee: iron_ingot:2
  208.             clear-wave-before-next: true
  209.             clear-boss-before-next: true
  210.             lightning: true
  211.             auto-equip-armor: true
  212.             soft-restore: false
  213.             soft-restore-drops: false
  214.             require-empty-inv-join: false
  215.             require-empty-inv-spec: false
  216.             hellhounds: false
  217.             pvp-enabled: false
  218.             monster-infight: false
  219.             allow-teleporting: false
  220.             spectate-on-death: true
  221.             auto-respawn: true
  222.             share-items-in-arena: true
  223.             min-players: 0
  224.             max-players: 0
  225.             max-join-distance: 0
  226.             first-wave-delay: 5
  227.             wave-interval: 8
  228.             final-wave: 0
  229.             monster-limit: 100
  230.             monster-exp: false
  231.             keep-exp: true
  232.             food-regen: false
  233.             lock-food-level: true
  234.             spout-class-select: false
  235.             player-time-in-arena: world
  236.             auto-ignite-tnt: true
  237.             auto-start-timer: 0
  238.             clear-wave-before-boss: false
  239.             use-class-chests: false
  240.             display-waves-as-level: false
  241.             auto-ready: false
  242.             display-timer-as-level: false
  243.             use-scoreboards: true
  244.         waves:
  245.             recurrent:
  246.                 def1:
  247.                     type: default
  248.                     priority: 1
  249.                     frequency: 8
  250.                     amount-multiplier: 1.5
  251.                     health-multiplier: 1.5
  252.                     monsters:
  253.                         zombies: 50
  254.                         skeletons: 30
  255.                 def2:
  256.                     type: default
  257.                     priority: 8
  258.                     frequency: 1
  259.                     amount-multiplier: 1.5
  260.                     health-multiplier: 1.5
  261.                     wave: 5,10,15
  262.                     monsters:
  263.                         zombies: 50
  264.                         skeletons: 30
  265.                         creepers: 10
  266.                 spec1:
  267.                     type: special
  268.                     priority: 5
  269.                     frequency: 10
  270.                     amount-multiplier: 2.5
  271.                     health-multiplier: 1.5
  272.                     wave: 4,8,12,16,20
  273.                     monsters:
  274.                         powered_creepers: 30
  275.             single:
  276.                 swarm1:
  277.                     type: swarm
  278.                     wave: 6
  279.                     monster: slime
  280.                     amount: medium
  281.                 swarm2:
  282.                     type: swarm
  283.                     wave: 12
  284.                     monster: zombies
  285.                     amount: high
  286.                 boss1:
  287.                     type: boss
  288.                     wave: 9
  289.                     monster: spider
  290.                     health: medium
  291.                     abilities: fire-aura, disorient-target, fireballs, throw-nearby
  292.                     ability-interval: 5
  293.                 boss2:
  294.                     type: boss
  295.                     wave: 13
  296.                     monster: zombie_pigman
  297.                     health: high
  298.                     abilities: root-target, arrows, fetch-distant, fire-aura
  299.                     ability-interval: 4
  300.                 boss3:
  301.                     type: boss
  302.                     wave: 25
  303.                     monster: skeleton
  304.                     health: psycho
  305.                     abilities: warp-to-player, fire-aura, throw-nearby, fireballs, fetch-target, arrows
  306.                     ability-interval: 2
  307.         rewards:
  308.             waves:
  309.                 every:
  310.                     '10': gold_ingot
  311.                 after:
  312.                     '13': iron_sword
  313.                     '30': diamond
  314.         class-limits:
  315.             Rudolph: -1
  316.             Archer: -1
  317.             Santa: -1
  318.             Bomber: -1
  319.             Penguin: -1
  320.             Snowman: -1
  321.             Chemist: -1
  322.             Tank: -1
  323.             Elf: -1
  324.             Knight: -1
  325.         coords:
  326.             p1: 362,56,911,-0.2121582,2.8498478
  327.             p2: 392,75,947,-154.71143,9.149924
  328.             lobby: 377,65,914,-183.21924,10.499806
  329.             arena: 376,60,920,-359.46997,6.2997985
  330.             spawnpoints:
  331.                 s1: 388,60,935,-241.42126,11.549814
  332.                 s2: 365,60,934,-90.97064,-12.300171
  333.             spectator: 368,68,932,-135.37268,15.449721
  334.     Halloween:
  335.         settings:
  336.             world: world
  337.             enabled: true
  338.             protect: true
  339.             entry-fee: ''
  340.             clear-wave-before-next: true
  341.             clear-boss-before-next: true
  342.             lightning: true
  343.             auto-equip-armor: true
  344.             soft-restore: false
  345.             soft-restore-drops: false
  346.             require-empty-inv-join: false
  347.             require-empty-inv-spec: false
  348.             hellhounds: false
  349.             pvp-enabled: false
  350.             monster-infight: false
  351.             allow-teleporting: false
  352.             spectate-on-death: true
  353.             auto-respawn: true
  354.             share-items-in-arena: true
  355.             min-players: 0
  356.             max-players: 0
  357.             max-join-distance: 0
  358.             first-wave-delay: 5
  359.             wave-interval: 10
  360.             final-wave: 0
  361.             monster-limit: 100
  362.             monster-exp: false
  363.             keep-exp: true
  364.             food-regen: false
  365.             lock-food-level: true
  366.             spout-class-select: false
  367.             player-time-in-arena: world
  368.             auto-ignite-tnt: true
  369.             auto-start-timer: 0
  370.             clear-wave-before-boss: false
  371.             use-class-chests: false
  372.             display-waves-as-level: false
  373.             auto-ready: false
  374.             display-timer-as-level: false
  375.             use-scoreboards: true
  376.         waves:
  377.             recurrent:
  378.                 def1:
  379.                     type: default
  380.                     priority: 1
  381.                     frequency: 20
  382.                     amount-multiplier: 1.5
  383.                     monsters:
  384.                         zombies: 50
  385.                         skeletons: 50
  386.                         spiders: 30
  387.                         creepers: 30
  388.                 spec1:
  389.                     type: special
  390.                     priority: 2
  391.                     frequency: 20
  392.                     monsters:
  393.                         powered-creepers: 20
  394.                         zombie-pigmen: 20
  395.                         blazes: 10
  396.             single:
  397.                 swarm1:
  398.                     type: swarm
  399.                     wave: 6
  400.                     monster: slime
  401.                     amount: medium
  402.                 swarm2:
  403.                     type: swarm
  404.                     wave: 12
  405.                     monster: spiders
  406.                     amount: high
  407.                 boss1:
  408.                     type: boss
  409.                     wave: 9
  410.                     monster: spider
  411.                     health: medium
  412.                     abilities: fire-aura, disorient-target, fireballs, throw-nearby
  413.                     ability-interval: 5
  414.                 boss2:
  415.                     type: boss
  416.                     wave: 13
  417.                     monster: zombie_pigman
  418.                     health: high
  419.                     abilities: root-target, arrows, fetch-distant, fire-aura, obsidian-bomb
  420.                     ability-interval: 4
  421.                 boss3:
  422.                     type: boss
  423.                     wave: 25
  424.                     monster: wither_skeleton
  425.                     health: psycho
  426.                     abilities: warp-to-player, fire-aura, throw-nearby, fireballs, fetch-target, arrows
  427.                     ability-interval: 2
  428.         rewards:
  429.             waves:
  430.                 every:
  431.                     '10': iron_ingot
  432.                 after:
  433.                     '13': iron_sword
  434.         class-limits:
  435.             Rudolph: -1
  436.             Archer: -1
  437.             Santa: -1
  438.             Bomber: -1
  439.             Penguin: -1
  440.             Snowman: -1
  441.             Chemist: -1
  442.             Tank: -1
  443.             Elf: -1
  444.             Knight: -1
  445.         coords:
  446.             p1: 362,77,911,-0.6244582,-0.60011375
  447.             p2: 392,95,947,215.22583,3.2999208
  448.             lobby: 377,85,914,184.6169,0.44971916
  449.             arena: 377,81,920,6.7169495,5.39976
  450.             spectator: 364,91,939,268.91687,25.049631
  451.             spawnpoints:
  452.                 s1: 386,81,939,147.11633,17.099987
  453.                 s2: 366,83,943,182.51648,7.49998
  454.     PayDay:
  455.         settings:
  456.             world: world
  457.             enabled: true
  458.             protect: true
  459.             entry-fee: diamond:8
  460.             clear-wave-before-next: true
  461.             clear-boss-before-next: true
  462.             lightning: true
  463.             auto-equip-armor: true
  464.             soft-restore: false
  465.             soft-restore-drops: true
  466.             require-empty-inv-join: false
  467.             require-empty-inv-spec: false
  468.             hellhounds: false
  469.             pvp-enabled: false
  470.             monster-infight: false
  471.             allow-teleporting: false
  472.             spectate-on-death: true
  473.             auto-respawn: true
  474.             share-items-in-arena: true
  475.             min-players: 0
  476.             max-players: 6
  477.             max-join-distance: 0
  478.             first-wave-delay: 5
  479.             wave-interval: 25
  480.             final-wave: 50
  481.             monster-limit: 200
  482.             monster-exp: false
  483.             keep-exp: true
  484.             food-regen: false
  485.             lock-food-level: true
  486.             spout-class-select: false
  487.             player-time-in-arena: world
  488.             auto-ignite-tnt: true
  489.             auto-start-timer: 0
  490.             clear-wave-before-boss: true
  491.             use-class-chests: false
  492.             display-waves-as-level: true
  493.             auto-ready: false
  494.             display-timer-as-level: false
  495.             use-scoreboards: true
  496.         waves:
  497.             recurrent:
  498.                 def1:
  499.                     type: default
  500.                     priority: 1
  501.                     frequency: 8
  502.                     amount-multiplier: 1.5
  503.                     health-multiplier: 1.5
  504.                     monsters:
  505.                         zombies: 50
  506.                         skeletons: 30
  507.                 def2:
  508.                     type: default
  509.                     priority: 8
  510.                     frequency: 1
  511.                     amount-multiplier: 1.5
  512.                     health-multiplier: 1.5
  513.                     wave: 5,10,15
  514.                     monsters:
  515.                         zombies: 50
  516.                         skeletons: 30
  517.                         creepers: 10
  518.             single:
  519.                 swarm1:
  520.                     type: swarm
  521.                     health-multiplier: 1.5
  522.                     wave: 10
  523.                     monster: zombies
  524.                     amount: high
  525.                 swarm2:
  526.                     type: swarm
  527.                     wave: 15
  528.                     monster: skeletons
  529.                     amount: psycho
  530.                 boss1:
  531.                     type: boss
  532.                     wave: 9
  533.                     monster: wither_skeleton
  534.                     health: medium
  535.                     abilities: fire-aura, disorient-target, throw-nearby, disorient-nearby, shuffle-positions
  536.                     ability-interval: 5
  537.                 boss2:
  538.                     type: boss
  539.                     wave: 13
  540.                     monster: zombie_pigman
  541.                     health: medium
  542.                     abilities: root-target, arrows, fetch-distant, fire-aura
  543.                 boss3:
  544.                     type: boss
  545.                     wave: 25
  546.                     monster: skeleton
  547.                     health: psycho
  548.                     abilities: warp-to-player, throw-nearby, fireballs, fetch-target
  549.                     ability-interval: 1
  550.                 boss4:
  551.                     type: boss
  552.                     wave: 32
  553.                     monster: creeper
  554.                     health: psycho
  555.                     abilities: Chainlighting, LightningAura, LivingBomb, ObsidianBomb, ShootFireball
  556.                     ability-interval: 2
  557.         rewards:
  558.             waves:
  559.                 every:
  560.                     '8': iron_ingot:12
  561.                 after:
  562.                     '7': apple:20
  563.                     '13': diamond_sword 16:3
  564.                     '20': gold_ingot:64
  565.                     '49': diamond:60
  566.         class-limits:
  567.             Dallas: -1
  568.             Hoxton: -1
  569.             Chains: -1
  570.             Wolf: -1
  571.         coords:
  572.             p1: 783,2,939,-139.82275,-12.965616
  573.             p2: 852,31,1035,-328.5889,17.04332
  574.             arena: 833,4,1010,-193.18988,5.670582
  575.             lobby: 830,21,1031,1.4328231,-3.3417134
  576.             spectator: 813,18,994,269.65613,64.250534
  577.             spawnpoints:
  578.                 s1: 842,4,1001,95.847595,0.73528016
  579.                 s2: 838,4,954,182.32277,42.792667
  580.                 s3: 820,6,994,88.034,3.9539633
  581.                 s4: 825,6,1019,88.82904,16.82868
  582.                 s5: 792,12,994,275.02036,2.6664891
  583.                 s6: 809,12,976,-169.15707,18.759874
  584.             containers:
  585.                 c1: 825,6,1017,0.0,0.0
  586.                 c2: 826,6,1021,0.0,0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement