Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. command /iteminfo:
  2. trigger:
  3. send "%player's held item%"
  4.  
  5. command /pyro:
  6. trigger:
  7. clear player's inventory
  8. give player wooden sword of fire aspect 1 and sharpness 1
  9. give player bow of flame 1
  10. give player 32 arrow
  11. give player 4 golden apple
  12. give player potion of fire resistance
  13. set player's helmet to leather cap of fire protection 2 and protection 2
  14. set player's chestplate to leather tunic of fire protection 2 and protection 2
  15. set player's leggings to leather pants of fire protection 2 and protection 2
  16. set player's boots to leather boots of fire protection 2 and protection 2
  17. dye player's helmet orange
  18. dye player's chestplate orange
  19. dye player's leggings orange
  20. dye player's boots orange
  21.  
  22. command /marksman:
  23. trigger:
  24. clear player's inventory
  25. give player wooden sword of sharpness 1
  26. give player bow of power 2, infinity 1 and punch 1
  27. give player 1 arrow
  28. give player 4 golden apple
  29. give player potion of regeneration
  30. set player's helmet to leather cap of protection 2
  31. set player's chestplate to leather tunic of protection 2
  32. set player's leggings to leather pants of protection 2
  33. set player's boots to leather boots of protection 2
  34. dye player's helmet gray
  35. dye player's chestplate gray
  36. dye player's leggings gray
  37. dye player's boots gray
  38.  
  39. command /alchemist:
  40. trigger:
  41. clear player's inventory
  42. give player wooden sword of sharpness 1
  43. give player 4 golden apple
  44. give player potion of strength
  45. give player potion of strong speed
  46. give player potion of strong regeneration
  47. set player's helmet to leather cap of protection 2
  48. set player's chestplate to leather tunic of protection 2
  49. set player's leggings to leather pants of protection 2
  50. set player's boots to leather boots of protection 2
  51. dye player's helmet pink
  52. dye player's chestplate pink
  53. dye player's leggings pink
  54. dye player's boots pink
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement