Advertisement
Guest1221

Shop

Jan 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. on rightclick on sign:
  2. if line 2 of block is "&2&lBuy":
  3. set line 3 of block to "&7(Right Click)"
  4. make player execute "/shop"
  5.  
  6. command /shop:
  7. trigger:
  8. open chest with 1 row named "&8» &7Shop" for player
  9. format slot 0 of player with gray stained glass pane named "&7" to run "" to be unstealable
  10. format slot 1 of player with gray stained glass pane named "&7" to run "" to be unstealable
  11. format slot 2 of player with wooden hoe named "&8» &fSeed Farms" to run [make player execute "/seedfarms"] to be unstealable
  12. format slot 3 of player with gray stained glass pane named "&7" to run "" to be unstealable
  13. format slot 4 of player with sapling named "&8» &7Tree Farms" to run [make player execute "/treefarms"] to be unstealable
  14. format slot 5 of player with gray stained glass pane named "&7" to run "" to be unstealable
  15. format slot 6 of player with stone pickaxe named "&8» &7Mines" to run [make player execute "/mines"] to be unstealable
  16. format slot 7 of player with gray stained glass pane named "&7" to run "" to be unstealable
  17. format slot 8 of player with gray stained glass pane named "&7" to run "" to be unstealable
  18.  
  19. command /seedfarms:
  20. trigger:
  21. open chest with 1 row named "&8» &7Seed Farms" for player
  22. format slot 0 of player with gray stained glass pane named "&7" to run "" to be unstealable
  23. format slot 1 of player with gray stained glass pane named "&7" to run "" to be unstealable
  24. format slot 2 of player with {Seed1} to run [make player execute "/seed1"] to be unstealable
  25. format slot 3 of player with gray stained glass pane named "&7" to run "" to be unstealable
  26. format slot 4 of player with {Seed2} to run [make player execute "/seed2"] to be unstealable
  27. format slot 5 of player with gray stained glass pane named "&7" to run "" to be unstealable
  28. format slot 6 of player with {Seed3} to run [make player execute "/seed3"] to be unstealable
  29. format slot 7 of player with gray stained glass pane named "&7" to run "" to be unstealable
  30. format slot 8 of player with gray stained glass pane named "&7" to run "" to be unstealable
  31.  
  32. command /treefarms:
  33. trigger:
  34. open chest with 1 row named "&8» &7Seed Farms" for player
  35. format slot 0 of player with gray stained glass pane named "&7" to run "" to be unstealable
  36. format slot 1 of player with gray stained glass pane named "&7" to run "" to be unstealable
  37. format slot 2 of player with {Tree1} to run [make player execute "/tree1"] to be unstealable
  38. format slot 3 of player with gray stained glass pane named "&7" to run "" to be unstealable
  39. format slot 4 of player with {Tree2} to run [make player execute "/tree2"] to be unstealable
  40. format slot 5 of player with gray stained glass pane named "&7" to run "" to be unstealable
  41. format slot 6 of player with {Tree3} to run [make player execute "/tree3"] to be unstealable
  42. format slot 7 of player with gray stained glass pane named "&7" to run "" to be unstealable
  43. format slot 8 of player with gray stained glass pane named "&7" to run "" to be unstealable
  44.  
  45. command /mines:
  46. trigger:
  47. open chest with 1 row named "&8» &7Seed Farms" for player
  48. format slot 0 of player with gray stained glass pane named "&7" to run "" to be unstealable
  49. format slot 1 of player with gray stained glass pane named "&7" to run "" to be unstealable
  50. format slot 2 of player with {Mine1} to run [make player execute "/mine1"] to be unstealable
  51. format slot 3 of player with gray stained glass pane named "&7" to run "" to be unstealable
  52. format slot 4 of player with {Mine2} to run [make player execute "/mine2"] to be unstealable
  53. format slot 5 of player with gray stained glass pane named "&7" to run "" to be unstealable
  54. format slot 6 of player with {Mine3} to run [make player execute "/mine3"] to be unstealable
  55. format slot 7 of player with gray stained glass pane named "&7" to run "" to be unstealable
  56. format slot 8 of player with gray stained glass pane named "&7" to run "" to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement