Guest User

Untitled

a guest
May 28th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. Config:
  2. arena_starting_cooldown: 15
  3. arena_time: 360
  4. arena_preparation_phase_cooldown: 10
  5. arena_ending_phase_cooldown: 10
  6. tutorial_item_enabled: true
  7. initial_coins: 750
  8. item_shop_size: 18
  9. skill_shop_size: 36
  10. player_spectating_inventory_size: 27
  11. coins_earnings_holograms: true
  12. damage_holograms: true
  13. max_distance_from_player_when_spectating: 70
  14. spawn_one_monster_probability: 70
  15. monsters_walk_speed: 0.25
  16. top_hologram_number_of_players: 5
  17. top_hologram_update_time: 300
  18. income:
  19. enabled: true
  20. coins: 5+(monster_allies*2)
  21. delay: 5
  22. rabbits_team_head: 717a725b-257f-4172-bdba-5de8506fb6dc;eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2QxMTY5YjI2OTRhNmFiYTgyNjM2MDk5MjM2NWJjZGE1YTEwYzg5YTNhYTJiNDhjNDM4NTMxZGQ4Njg1YzNhNyJ9fX0=
  23. penguins_team_head: 53c01f77-c4bd-458e-8fd8-70f7bb33dd5c;eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDNjNTdmYWNiYjNhNGRiN2ZkNTViNWMwZGM3ZDE5YzE5Y2IwODEzYzc0OGNjYzk3MTBjNzE0NzI3NTUxZjViOSJ9fX0=
  24. per-arena-chat:
  25. enabled: true
  26. format: '&f<&8[&7%team%&8]&a%player%&f> %message%'
  27. winners_command_rewards:
  28. enabled: true
  29. rewards:
  30. - msg %player% &2&lCongrats on winning! Here, take this.
  31. - eco give %player% 1000
  32. commands_whitelist:
  33. - /rvp leave
  34. - /help
  35. monster_properties:
  36. - 40-70;20;0
  37. - 50-80;25;300
  38. - 60-90;30;400
  39. - 70-100;35;500
  40. - 80-110;40;600
  41. - 90-120;50;700
  42. - 100-130;60;800
  43. main_sword_item:
  44. id: WOODEN_SWORD
  45. name: '&eFighter Sword'
  46. lore:
  47. - '&7You can upgrade it in the shop.'
  48. - ''
  49. - '&8» &7Damage: &a%min%&7-&a%max%'
  50. - '&8» &7Upgrade Level: %level%'
  51. upgrades:
  52. - 0;2-5
  53. - 250;4-9;STONE_SWORD
  54. - 500;8-14;IRON_SWORD
  55. - 850;12-17;GOLD_SWORD
  56. - 1500;16-22;DIAMOND_SWORD
  57. - 3000;21-27;DIAMOND_SWORD
  58. armor_item:
  59. name: '&eFighter Armor'
  60. lore:
  61. - '&7You can upgrade it in the shop.'
  62. - ''
  63. - '&8» &7Upgrade Level: %level%'
  64. upgrades:
  65. - 500;LEATHER_ARMOR
  66. - 750;GOLDEN_ARMOR
  67. - 1000;CHAINMAIL_ARMOR
  68. - 1500;IRON_ARMOR
  69. - 1750;DIAMOND_ARMOR
  70. tutorial_item:
  71. id: BOOK
  72. name: '&7[&6&lTutorial&7]'
  73. lore:
  74. - '&eThe idea of the game is to kill the enemy units and get coins.'
  75. - '&eThere are two sides. Your allies side, and your enemies side.'
  76. - '&eEvery time your team kills a unit, there is a chance of spawning'
  77. - '&e1 or 2 more allies units on the enemy side. So you need to'
  78. - '&eclear your area as fast as possible so the enemy''s side could'
  79. - '&ebe full of allies units.'
  80. - ''
  81. - '&bYour team wins if all the enemy players are down.'
  82. leave_item_enabled: true
  83. leave_item:
  84. id: IRON_DOOR
  85. name: '&7[&c&lLeave&7]'
  86. lore:
  87. - '&7Right Click to leave the game.'
  88. spectator_players_item:
  89. id: CLOCK
  90. name: '&7[&5&lPlayers&7]'
  91. lore:
  92. - '&7Right Click to teleport to player.'
  93. teleport_to_player_item:
  94. id: 'PLAYER_HEAD'
  95. name: '&aTeleport to &e&l%player%'
  96. lore:
  97. - '&8» &7Team: &e%team%'
  98. - '&8» &7Kills: &e%kills%'
  99. empty_skill_slot_item:
  100. id: 'GRAY_DYE'
  101. name: '&eEmpty Skill Slot'
  102. lore:
  103. - '&7You can buy Skills in the shop.'
  104. cooldown_skill_slot_item:
  105. id: 'GRAY_DYE'
  106. go_back_item:
  107. id: ARROW
  108. name: '&7Back'
  109. upgrade_sword_item:
  110. id: EMERALD
  111. name: '&eUpgrade your Sword'
  112. lore:
  113. - '&7Level: &a&l%current_level%&8 ➜ &a&l%next_level%'
  114. - '&7Damage: &a%current_min%&7-&a%current_max%&8 ➜ &a%next_min%&7-&a%next_max%'
  115. - ''
  116. - '&7Price: &6%price%'
  117. - ''
  118. - '&8[Click to Upgrade]'
  119. upgrade_armor_item:
  120. id: EMERALD
  121. name: '&eUpgrade your Armor'
  122. lore:
  123. - '&7Level: &a&l%current_level%&8 ➜ &a&l%next_level%'
  124. - ''
  125. - '&7Price: &6%price%'
  126. - ''
  127. - '&8[Click to Upgrade]'
  128. upgrade_monster_item:
  129. id: EMERALD
  130. name: '&eUpgrade your Allies'
  131. lore:
  132. - '&7Level: &a&l%current_level%&8 ➜ &a&l%next_level%'
  133. - '&7Health: &a%current_health%&8 ➜ &a%next_health%'
  134. - ''
  135. - '&7Price: &6%price%'
  136. - ''
  137. - '&8[Click to Upgrade]'
  138. upgrade_sword_error_item:
  139. id: REDSTONE
  140. name: '&eUpgrade your Sword'
  141. lore:
  142. - '&7No more Upgrades available'
  143. upgrade_armor_error_item:
  144. id: REDSTONE
  145. name: '&eUpgrade your Armor'
  146. lore:
  147. - '&7No more Upgrades available'
  148. upgrade_monster_error_item:
  149. id: REDSTONE
  150. name: '&eUpgrade your Allies'
  151. lore:
  152. - '&7No more Upgrades available'
  153. upgrade_skill_error_item:
  154. id: REDSTONE
  155. name: '&a%skill_name% &eUpgrade'
  156. lore:
  157. - '&7No more Upgrades available'
  158. ItemShop:
  159. delete_shop:
  160. id: BARRIER
  161. name: '&cDelete Shop'
  162. slot: 17
  163. type: delete_shop
  164. main_sword_item:
  165. id: DIAMOND_SWORD
  166. name: '&aUpgrade your Sword'
  167. slot: 1
  168. type: sword_upgrade
  169. allies_monsters_item:
  170. id: 'PLAYER_HEAD'
  171. name: '&aUpgrade your Allies'
  172. slot: 2
  173. type: monster_upgrade
  174. armor_item:
  175. id: 'IRON_CHESTPLATE'
  176. name: '&aUpgrade your Armor'
  177. slot: 10
  178. type: armor_upgrade
  179. health_item:
  180. id: 'RED_WOOL'
  181. name: '&aUpgrade your Team Max Health'
  182. lore:
  183. - '&7Gives all your Team &c+1 ❤ &7Health'
  184. lore_error:
  185. - '&cYou can''t use this again'
  186. slot: 11
  187. health: 1
  188. type: health_upgrade
  189. price: 350;500;650;900;1250
  190. potion_1:
  191. id: POTION
  192. name: '&aSmall Healing Potion'
  193. lore:
  194. - '&7You can use it to recover health.'
  195. - ''
  196. - '&8» &7Heal: &c❤❤❤❤'
  197. slot: 6
  198. type: individual_potion
  199. heal: 4
  200. price: 100
  201. potion_2:
  202. id: POTION
  203. name: '&aMedium Healing Potion'
  204. lore:
  205. - '&7You can use it to recover health.'
  206. - ''
  207. - '&8» &7Heal: &c❤❤❤❤❤❤'
  208. slot: 7
  209. type: individual_potion
  210. heal: 6
  211. price: 200
  212. potion_3:
  213. id: POTION
  214. name: '&aTeam Healing Potion'
  215. lore:
  216. - '&7You can use it to recover health.'
  217. - '&7Applies to team players.'
  218. - ''
  219. - '&8» &7Heal: &c❤❤❤❤❤❤'
  220. slot: 15
  221. type: team_potion
  222. heal: 6
  223. price: 350
  224. boost_item:
  225. id: 'ORANGE_TERRACOTTA'
  226. name: '&aAllies Super Boost'
  227. lore:
  228. - '&7Gives Speed II and Strength II to'
  229. - '&7your Monster Allies for 15 seconds.'
  230. lore_cooldown:
  231. - '&cYou can use this again in &7%time% &cseconds.'
  232. slot: 16
  233. effect_particle: VILLAGER_THUNDERCLOUD
  234. effect_duration: 15
  235. effects:
  236. - SPEED;2
  237. - INCREASE_DAMAGE;2
  238. type: boost
  239. price: 1000
  240. SkillShop:
  241. delete_shop:
  242. id: BARRIER
  243. name: '&cDelete Shop'
  244. slot: 35
  245. type: delete_shop
  246. Sounds:
  247. potion_item: DRINK;2;1
Advertisement
Add Comment
Please, Sign In to add comment