Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.72 KB | None | 0 0
  1. global-settings:
  2.   enabled: true
  3.   allowed-commands: /list, /pl
  4.   update-notification: true
  5.   prefix: '&a[MobArena] '
  6.   pet-items:
  7.     wolf: bone
  8.     ocelot: salmon
  9. classes:
  10.   Knight:
  11.     items: diamond_sword, potion:instant_heal:3, shield
  12.     armor: iron_helmet, iron_chestplate, iron_leggings, iron_boots
  13.   Tank:
  14.     items: iron_sword, potion:instant_heal:3
  15.     armor: diamond_helmet, diamond_chestplate, diamond_leggings, diamond_boots, shield
  16.     effects: slow, absorption:4
  17.   Archer:
  18.     items: stone_sword, bow, arrow:256, potion:instant_heal:3, shield
  19.     armor: leather_helmet, leather_chestplate, leather_leggings, leather_boots
  20.     effects: speed, jump:2, slow_falling:1
  21.   Chemist:
  22.     items: stone_sword, splash_potion:instant_damage:25, splash_potion:poison:10, splash_potion:instant_heal:20
  23.     armor: chainmail_helmet, chainmail_chestplate, chainmail_leggings, chainmail_boots
  24.     effects: speed, regeneration
  25.   Oddjob:
  26.     items: stone_sword, potion:instant_heal:3, tnt:8, flint_and_steel, cobweb:2, oak_stairs:1, oak_slab:2, salmon, shield
  27.     armor: golden_helmet, leather_chestplate, leather_leggings, iron_boots
  28.     effects: speed, fire_resistance
  29.   Beastmaster:
  30.     items: stone_sword, potion:instant_heal:3, splash_potion:strength:3, bone:3, shield
  31.     armor: chainmail_helmet, leather_chestplate, chainmail_leggings, leather_boots
  32.   Spearman:
  33.     items: trident loyalty:5, stone_sword, splash_potion:instant_heal:3, shield
  34.     armor: iron_helmet, golden_chestplate, iron_leggings, iron_boots
  35.     effects: speed
  36.   Berserker:
  37.     items: stone_axe, potion:strength:3
  38.     effects: speed, regeneration:1
  39. arenas:
  40.   default:
  41.     settings:
  42.       prefix: ''
  43.       world: world
  44.       enabled: true
  45.       protect: true
  46.       entry-fee: ''
  47.       default-class: ''
  48.       clear-wave-before-next: true
  49.       clear-boss-before-next: true
  50.       clear-wave-before-boss: true
  51.       soft-restore: false
  52.       soft-restore-drops: false
  53.       require-empty-inv-join: false
  54.       require-empty-inv-spec: false
  55.       pvp-enabled: false
  56.       monster-infight: false
  57.       allow-teleporting: false
  58.       spectate-on-death: false
  59.       auto-respawn: true
  60.       share-items-in-arena: false
  61.       min-players: 0
  62.       max-players: 0
  63.       max-join-distance: 0
  64.       join-interrupt-timer: 0
  65.       first-wave-delay: 5
  66.       next-wave-delay: 0
  67.       wave-interval: 15
  68.       final-wave: 0
  69.       monster-limit: 100
  70.       monster-exp: false
  71.       keep-exp: true
  72.       food-regen: false
  73.       lock-food-level: true
  74.       player-time-in-arena: world
  75.       auto-ignite-tnt: true
  76.       auto-start-timer: 0
  77.       start-delay-timer: 0
  78.       auto-ready: false
  79.       use-class-chests: false
  80.       boss-health-bar: boss-bar
  81.       display-waves-as-level: false
  82.       display-timer-as-level: false
  83.       use-scoreboards: true
  84.       isolated-chat: false
  85.       global-join-announce: true
  86.       global-end-announce: true
  87.       show-death-messages: true
  88.     waves:
  89.       recurrent:
  90.         alphamobs:
  91.           type: default
  92.           priority: 1
  93.           frequency: 3
  94.           monsters:
  95.             zombies: 15
  96.             skeletons: 10
  97.             spiders: 5
  98.             creepers: 5
  99.             slimes:5
  100.         betamobs:
  101.           type: default
  102.           priority: 1
  103.           frequency: 3
  104.           monsters:
  105.             zombie-pigmen: 15
  106.             blazes: 10
  107.             powered-creepers: 5
  108.             wolves: 5
  109.             magmacubes: 5
  110.         18mobs:
  111.           type: default
  112.           priority: 2
  113.           frequency: 3
  114.           monsters:
  115.             witches: 5
  116.             endermen: 5
  117.             cave-spiders: 5
  118.             zombie-villagers: 15
  119.             wither-skeletons: 10
  120.         113mobs:
  121.           type: default
  122.           priority: 3
  123.           frequency: 3
  124.           monsters:
  125.             vindicators: 8
  126.             husks: 10
  127.             drowned: 8
  128.             strays: 5
  129.             polar_bears: 3
  130.             phantoms: 5
  131.         special:
  132.           type: special
  133.           priority: 4
  134.           frequency: 3
  135.           monsters:
  136.             powered-creepers: 10
  137.             vindicators: 10
  138.             zombie-pigmen: 10
  139.             blazes: 10
  140.       single:
  141.         slimes:
  142.           type: swarm
  143.           wave: 5
  144.           monster: slime
  145.           amount: low
  146.         slimes2:
  147.           type: swarm
  148.           wave: 15
  149.           monster: magma-cube
  150.           amount: low
  151.         boss1:
  152.           type: boss
  153.           wave: 10
  154.           monster: iron_golem
  155.           name: "Armored Titan"
  156.           health: high
  157.           abilities: pull-nearby, disorient-target, root-target
  158.     rewards:
  159.       waves:
  160.         every:
  161.           '3': coal, iron_ingot, arrow:2, iron_nugget:4, gold_nugget
  162.           '5': coal:4, iron_ingot:3, arrow:4, gold_nugget:4, gold_ingot:1
  163.           '10': coal:8, iron_ingot:5, arrow:6, gold_ingot:3
  164.         after:
  165.           '7': coal:4, iron_ingot:3, arrow:4, gold_nugget:4, gold_ingot:1
  166.           '13': coal:8, iron_ingot:5, arrow:6, gold_ingot:3
  167.           '16': diamond
  168.     coords:
  169.       spawnpoints:
  170.         153,72,185: 153.5,72,185.5,0.0,0.0,world
  171.         150,72,185: 150.5,72,185.5,0.0,0.0,world
  172.         150,72,166: 150.5,72,166.5,0.0,0.0,world
  173.         153,72,166: 153.5,72,166.5,0.0,0.0,world
  174.       containers: {}
  175.       p2: 157,79,189,0.0,0.0,world
  176.       p1: 146,71,162,0.0,0.0,world
  177.       l2: 153,70,177,0.0,0.0,world
  178.       l1: 150,65,174,0.0,0.0,world
  179.       lobby: 151.5,66,176.5,-7.05,0.0,world
  180.       arena: 151.5,72,175.5,2.1,0.0,world
  181.       exit: 152.5,72,190.5,1.5,0.0,world
  182.       spectator: 158.5,76,175.5,-269.85,0.0,world
  183.     class-limits:
  184.       Oddjob: -1
  185.       Knight: -1
  186.       Archer: -1
  187.       My Items: -1
  188.       Tank: -1
  189.       Chemist: -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement