Advertisement
zGhol

Untitled

Jan 17th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. options:
  2.  
  3. # Item a ser Editado # #! EDIT !#
  4. Item: diamond
  5.  
  6. # Nome do item # #! EDIT !#
  7. Nome: &bDIMA :D
  8.  
  9. # Mensagem ao Ganhar o Item # #! EDIT !#
  10. Mensagem: &cParabens você achou um {@Item}
  11.  
  12. # Editar o Lore do Item # #! EDIT !#
  13. Lore: &5Raro
  14.  
  15. on mine of lapis lazuli ore:
  16. chance of 1%:
  17. give {@Item} of unbreaking 3 named "{@Nome}" with lore "{@Lore}" to player
  18. send "{@Mensagem}"
  19. stop
  20.  
  21. on mine of gold ore:
  22. chance of 1%:
  23. give {@Item} of unbreaking 3 named "{@Nome}" with lore "{@Lore}" to player
  24. send "{@Mensagem}"
  25. stop
  26.  
  27. on mine of iron ore:
  28. chance of 1%:
  29. give {@Item} of unbreaking 3 named "{@Nome}" with lore "{@Lore}" to player
  30. send "{@Mensagem}"
  31. stop
  32.  
  33. on mine of emerald ore:
  34. chance of 1%:
  35. give {@Item} of unbreaking 3 named "{@Nome}" with lore "{@Lore}" to player
  36. send "{@Mensagem}"
  37. stop
  38.  
  39. on mine of diamond ore:
  40. chance of 1%:
  41. give {@Item} of unbreaking 3 named "{@Nome}" with lore "{@Lore}" to player
  42. send "{@Mensagem}"
  43. stop
  44.  
  45. on mine of redstone ore:
  46. chance of 1%:
  47. give {@Item} of unbreaking 3 named "{@Nome}" with lore "{@Lore}" to player
  48. send "{@Mensagem}"
  49. stop
  50.  
  51. on mine of coal ore:
  52. chance of 1%:
  53. give {@Item} of unbreaking 3 named "{@Nome}" with lore "{@Lore}" to player
  54. send "{@Mensagem}"
  55. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement