Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. # -------------------------------
  2. # Diamond Enchant
  3. # -------------------------------
  4.  
  5. craft
  6. @inventory workbench | false
  7. air + air + air
  8. air + air + air
  9. air + air + diamond:0
  10. = diamond:0:1
  11. @enchant luck 1
  12. @hide enchants
  13. @sound portal_travel | player | volume 0.65 | pitch 4
  14. @message &3You've got the Power of Diamond!
  15. @name &bPower of Diamond
  16. @lore &3
  17. @lore &3With great the Power of Diamond
  18. @lore &3allow to use the God Power
  19. @lore &3to enchanting a Diamond Sword
  20. @lore &3and fight to the enemies
  21.  
  22. # -------------------------------
  23. # Diamond Sword Enchant
  24. # -------------------------------
  25.  
  26. craft
  27. @override
  28. @individualresults
  29. air + diamond:0 + air
  30. air + diamond:0 + air
  31. air + stick:0 + air
  32. = diamond_sword:0:1
  33. @ingrcond diamond | !enchant | !lore
  34. = diamond_sword:0:1
  35. @needlevel 1
  36. @modlevel -1
  37. @enchant sharpness 1
  38. @name &bSword of Ellana
  39. @lore &3
  40. @lore &3This sword was crafted by
  41. @lore &3the Power of Diamond
  42. @ingrcond diamond | enchant luck 1 | name &bPower of Diamond | lore &3 | lore &3With great the Power of Diamond | lore &3allow to use the God Power | lore &3to enchanting a Diamond Sword | lore &3and fight to the enemies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement