Advertisement
Guest User

Untitled

a guest
May 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. on mine:
  2. if event-block is iron ore or gold ore:
  3. if line 4 of player's tool's lore contains "&7Auto Smelt 1":
  4. if event-block is gold ore:
  5. chance of 33%:
  6. cancel event
  7. set event-block to air
  8. drop gold ingot
  9. if event-block is iron ore:
  10. chance of 33%:
  11. cancel event
  12. set event-block to air
  13. drop iron ingot
  14. if line 4 of player's tool's lore contains "&7Auto Smelt 2":
  15. if event-block is gold ore:
  16. chance of 66%:
  17. cancel event
  18. set event-block to air
  19. drop gold ingot
  20. if event-block is iron ore:
  21. chance of 66%:
  22. cancel event
  23. set event-block to air
  24. drop iron ingot
  25. if line 4 of player's tool's lore contains "&7Auto Smelt 3":
  26. if event-block is gold ore:
  27. chance of 88%:
  28. cancel event
  29. set event-block to air
  30. drop gold ingot
  31. if event-block is iron ore:
  32. chance of 88%:
  33. cancel event
  34. set event-block to air
  35. drop iron ingot
  36.  
  37. command /enchant [<text>]:
  38. permission: aquapvp.enchant
  39. permission message: {@nopermission}
  40. trigger:
  41. if arg 1 is "AutoSmelt1":
  42. set line 4 of player's tool's lore to "&7Auto Amelt 1"
  43. send "&7You have &aSucessfully&7 Enchanted ur item with %arg-1%"
  44. if arg 1 is "AutoSmelt2":
  45. set line 4 of player's tool's lore to "&7Auto Amelt 2"
  46. send "&7You have &aSucessfully&7 Enchanted ur item with %arg-1%"
  47. if arg 1 is "AutoSmelt3":
  48. set line 4 of player's tool's lore to "&7Auto Amelt 3"
  49. send "&7You have &aSucessfully&7 Enchanted ur item with %arg-1%"
  50. if arg 1 is "help":
  51. message "&9&l&m---Enchants&9&l&m---"
  52. message ""
  53. message "&7AutoSmelt 1"
  54. message ""
  55. message "&7AutoSmelt 2"
  56. message ""
  57. message "&7AutoSmelt 3"
  58. message "&9&l&m---Enchants&9&l&m---"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement