Advertisement
Guest User

upgrades.yml BedWars1058

a guest
Feb 1st, 2018
1,228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.64 KB | None | 0 0
  1. settings:
  2.   invSize: 36
  3.   startValues:
  4.     default:
  5.       ironGeneratorDelay: 2
  6.       ironGeneratorAmount: 2
  7.       goldGeneratorDelay: 6
  8.       goldGeneratorAmount: 2
  9.     solo:
  10.       ironGeneratorDelay: 2
  11.       ironGeneratorAmount: 1
  12.       goldGeneratorDelay: 3
  13.       goldGeneratorAmount: 1
  14. default:
  15.   generators:
  16.     slot: 11
  17.     tier1:
  18.       displayItem:
  19.         material: FURNACE
  20.         data: 0
  21.         amount: 1
  22.         enchanted: false
  23.       currency: diamond
  24.       cost: 4
  25.       receive:
  26.         teamGenerator:
  27.           iron:
  28.             delay: 2
  29.             amount: 2
  30.           gold:
  31.             delay: 3
  32.             amount: 1
  33.     tier2:
  34.       displayItem:
  35.         material: FURNACE
  36.         data: 0
  37.         amount: 1
  38.         enchanted: false
  39.       currency: diamond
  40.       cost: 8
  41.       receive:
  42.         teamGenerator:
  43.           iron:
  44.             delay: 1
  45.             amount: 2
  46.           gold:
  47.             delay: 3
  48.             amount: 2
  49.     tier3:
  50.       displayItem:
  51.         material: FURNACE
  52.         data: 0
  53.         amount: 1
  54.         enchanted: false
  55.       currency: diamond
  56.       cost: 12
  57.       receive:
  58.         teamGenerator:
  59.           iron:
  60.             delay: 1
  61.             amount: 2
  62.           gold:
  63.             delay: 2
  64.             amount: 2
  65.           emerald:
  66.             delay: 10
  67.             amount: 1
  68.   maniacMiner:
  69.     slot: 12
  70.     tier1:
  71.       displayItem:
  72.         material: GOLD_AXE
  73.         data: 0
  74.         amount: 1
  75.         enchanted: false
  76.       currency: diamond
  77.       cost: 4
  78.       receive:
  79.         playerEffect:
  80.           haste1:
  81.             effect: FAST_DIGGING
  82.             amplifier: 0
  83.             apply: members
  84.   sharpSword:
  85.     slot: 13
  86.     tier1:
  87.       displayItem:
  88.         material: IRON_SWORD
  89.         data: 0
  90.         amount: 1
  91.         enchanted: false
  92.       currency: diamond
  93.       cost: 4
  94.       receive:
  95.         itemEnchantment:
  96.           sharp:
  97.             enchantment: DAMAGE_ALL
  98.             amplifier: 1
  99.             apply: sword
  100.   reinforced:
  101.     slot: 14
  102.     tier1:
  103.       displayItem:
  104.         material: IRON_CHESTPLATE
  105.         data: 0
  106.         amount: 1
  107.         enchanted: false
  108.       currency: diamond
  109.       cost: 2
  110.       receive:
  111.         itemEnchantment:
  112.           sharp:
  113.             enchantment: PROTECTION_ENVIRONMENTAL
  114.             amplifier: 1
  115.             apply: armor
  116.   trap:
  117.     slot: 15
  118.     tier1:
  119.       displayItem:
  120.         material: TRIPWIRE_HOOK
  121.         data: 0
  122.         amount: 1
  123.         enchanted: false
  124.       currency: diamond
  125.       cost: 1
  126.       receive:
  127.         enemyBaseEnter:
  128.           announce: title, subtitle, action, chat
  129.         playerEffect:
  130.           blindness:
  131.             effect: BLINDNESS
  132.             amplifier: 1
  133.             apply: enemyBaseEnter
  134.           slowness:
  135.             effect: SLOW
  136.             amplifier: 0
  137.             apply: enemyBaseEnter
  138.   miningFatigue:
  139.     slot: 20
  140.     tier1:
  141.       displayItem:
  142.         material: IRON_PICKAXE
  143.         data: 0
  144.         amount: 1
  145.         enchanted: false
  146.       currency: diamond
  147.       cost: 2
  148.       receive:
  149.         enemyBaseEnter:
  150.           announce: title, subtitle
  151.         playerEffect:
  152.           fatigue:
  153.             effect: SLOW_DIGGING
  154.             amplifier: 0
  155.             apply: enemyBaseEnter
  156.             duration: 10
  157.   healPool:
  158.     slot: 21
  159.     tier1:
  160.       displayItem:
  161.         material: BEACON
  162.         data: 0
  163.         amount: 1
  164.         enchanted: false
  165.       currency: diamond
  166.       cost: 1
  167.       receive:
  168.         playerEffect:
  169.           fatigue:
  170.             effect: HEALTH_BOOST
  171.             amplifier: 0
  172.             apply: base
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement