Advertisement
MinecraftSolutions

Untitled

Apr 10th, 2023
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. # Demonstração: https://youtu.be/YoPQDex6f0w
  2.  
  3. license: INSIRA_SUA_KEY_AQUI
  4.  
  5. book:
  6. name: '&eLivro Especial'
  7. lore:
  8. - '&7Caçador de Dragões I'
  9. - ''
  10. - '&fChance de Sucesso: &7100%'
  11. - '&fEncanta: &7Espadas e machados.'
  12. - ''
  13. - '&eComo funciona?'
  14. - '&fEste encantamento faz com que, caso você esteja batalhando'
  15. - '&fcom um dragão, quando ele é atingido por você'
  16. - '&fé causado + 10% de dano do que o normal.'
  17. - ''
  18. - '&eComo utilizar?'
  19. - '&fBasta clicar com este livro em cima do item'
  20. - '&fque deseja aplicar o encantamento.'
  21. enchantname: '&7Caçador de Dragões I'
  22. damagepercentage: 10
  23. timetable: # horários em que o dragão vai nascer
  24. - '15:00:00'
  25. - '20:38:00'
  26. dragondead: caixa give dragao 1 {player} # recompensa após matar o dragão
  27. time: 45 # 1 mob em todas as localizações setadas nascerá de 45 em 45 segundos
  28. amount: 100 # máximo de mobs vivos
  29. mobs:
  30. '1':
  31. entity: SKELETON
  32. name: '&0Defensor do Fim'
  33. health: 100.0
  34. helmet: OBSIDIAN
  35. chestplate: LEATHER_CHESTPLATE
  36. leggings: LEATHER_LEGGINGS
  37. boots: IRON_BOOTS
  38. drops:
  39. '1':
  40. giveitem: true
  41. givecmd: false
  42. percentage: 0.2
  43. cmd: giveespecial {player} macadivina 1
  44. material: OBSIDIAN
  45. name: '&5Escamas do Dragão Instável'
  46. lore:
  47. - '&7Use este item para fabricar a'
  48. - '&7Armadura do Dragão Instável.'
  49. - ''
  50. - '&5&lÉPICO'
  51. '2':
  52. entity: SKELETON
  53. name: '&0Esqueleto Petrificado'
  54. health: 250.0
  55. helmet: OBSIDIAN
  56. chestplate: GOLD_CHESTPLATE
  57. leggings: LEATHER_LEGGINGS
  58. boots: LEATHER_BOOTS
  59. drops:
  60. '1':
  61. giveitem: true
  62. givecmd: false
  63. percentage: 0.2
  64. cmd: giveespecial {player} macadivina 1
  65. material: OBSIDIAN
  66. name: '&5Escamas do Dragão Instável'
  67. lore:
  68. - '&7Use este item para fabricar a'
  69. - '&7Armadura do Dragão Instável.'
  70. - ''
  71. - '&5&lÉPICO'
  72. '3':
  73. entity: PIG_ZOMBIE
  74. name: '&6Pig Zombie LVL 1'
  75. health: 25.0
  76. helmet: LEATHER_HELMET
  77. chestplate: GOLD_CHESTPLATE
  78. leggings: GOLD_LEGGINGS
  79. boots: LEATHER_BOOTS
  80. drops:
  81. '1':
  82. giveitem: false
  83. givecmd: true
  84. percentage: 0.2
  85. cmd: giveespecial {player} macadivina 1
  86. material: OBSIDIAN
  87. name: '&5Escamas do Dragão Instável'
  88. lore:
  89. - '&7Use este item para fabricar a'
  90. - '&7Armadura do Dragão Instável.'
  91. - ''
  92. - '&5&lÉPICO'
  93. '4':
  94. entity: PIG_ZOMBIE
  95. name: '&6Pig Zombie LVL 2'
  96. health: 50.0
  97. helmet: IRON_HELMET
  98. chestplate: GOLD_CHESTPLATE
  99. leggings: GOLD_LEGGINGS
  100. boots: IRON_BOOTS
  101. drops:
  102. '1':
  103. giveitem: false
  104. givecmd: true
  105. percentage: 0.4
  106. cmd: giveespecial {player} macadivina 1
  107. material: OBSIDIAN
  108. name: '&5Escamas do Dragão Instável'
  109. lore:
  110. - '&7Use este item para fabricar a'
  111. - '&7Armadura do Dragão Instável.'
  112. - ''
  113. - '&5&lÉPICO'
  114. '5':
  115. entity: PIG_ZOMBIE
  116. name: '&6Pig Zombie LVL 3'
  117. health: 75.0
  118. helmet: DIAMOND_HELMET
  119. chestplate: GOLD_CHESTPLATE
  120. leggings: GOLD_LEGGINGS
  121. boots: DIAMOND_BOOTS
  122. drops:
  123. '1':
  124. giveitem: false
  125. givecmd: true
  126. percentage: 0.8
  127. cmd: giveespecial {player} macadivina 1
  128. material: OBSIDIAN
  129. name: '&5Escamas do Dragão Instável'
  130. lore:
  131. - '&7Use este item para fabricar a'
  132. - '&7Armadura do Dragão Instável.'
  133. - ''
  134. - '&5&lÉPICO'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement