Guest User

Untitled

a guest
Jul 15th, 2016
1,047
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. command /craft:
  2. trigger:
  3. wait 3 tick
  4. open chest with 1 row named "&2&lCraftingi" to player
  5. format slot 0 of player with 1 of sponge named "&6Crafting stoniarki" with lore "&6Kliknij aby zobaczyc" to close then run [make player execute command "/cstoniarka"]
  6. format slot 1 of player with 1 of ender chest named "&6Crafting enderchesta" with lore "&6Kliknij aby zobaczyc" to close then run [make player execute command "/cenderchest"]
  7. format slot 2 of player with 1 of cooked porkchop named "&6Crafting nieskonczonego mieska" with lore "&6Kliknij aby zobaczyc" to close then run [make player execute command "/cmiesko"]
  8. format slot 3 of player with 1 of end portal named "&6Crafting BoyFarmera" with lore "&6Kliknij aby zobaczyc" to close then run [make player execute command "/cboyfarmer"]
  9. format slot 3 of player with 1 of sand named "&6Crafting SandFarmera" with lore "&6Kliknij aby zobaczyc" to close then run [make player execute command "/csandfarmer"]
  10.  
  11. command /cstoniarka:
  12. trigger:
  13. wait 3 tick
  14. open chest with 3 row named "&2&lStoniarka" to player
  15. format slot 0 of player with stone to close
  16. format slot 1 of player with stone to close
  17. format slot 2 of player with stone to close
  18. format slot 9 of player with stone to close
  19. format slot 10 of player with piston to close
  20. format slot 11 of player with stone to close
  21. format slot 18 of player with stone to close
  22. format slot 19 of player with stone to close
  23. format slot 20 of player with stone to close
  24. format slot 26 of player with nether star named "&4&lCOFNIJ" to close then run [make player execute command "/craft"]
  25.  
  26. command /cenderchest:
  27. trigger:
  28. wait 3 tick
  29. open chest with 3 row named "&2&lEnderchest" to player
  30. format slot 0 of player with obsidian to close
  31. format slot 1 of player with obsidian to close
  32. format slot 2 of player with obsidian to close
  33. format slot 9 of player with obsidian to close
  34. format slot 10 of player with ender pearl to close
  35. format slot 11 of player with obsidian to close
  36. format slot 18 of player with obsidian to close
  37. format slot 19 of player with obsidian to close
  38. format slot 20 of player with obsidian to close
  39. format slot 26 of player with nether star named "&4&lCOFNIJ" to close then run [make player execute command "/craft"]
  40.  
  41. command /cmiesko:
  42. trigger:
  43. wait 3 tick
  44. open chest with 3 row named "&2&lNieskonczone miesko" to player
  45. format slot 0 of player with cooked porkchop to close
  46. format slot 1 of player with cooked porkchop to close
  47. format slot 2 of player with cooked porkchop to close
  48. format slot 9 of player with cooked porkchop to close
  49. format slot 10 of player with apple to close
  50. format slot 11 of player with cooked porkchop to close
  51. format slot 18 of player with cooked porkchop to close
  52. format slot 19 of player with cooked porkchop to close
  53. format slot 20 of player with cooked porkchop to close
  54. format slot 26 of player with nether star named "&4&lCOFNIJ" to close then run [make player execute command "/craft"]
  55.  
  56. command /cboyfarmer:
  57. trigger:
  58. wait 3 tick
  59. open chest with 3 row named "&2&lBoy farmer" to player
  60. format slot 0 of player with obsidian to close
  61. format slot 1 of player with obsidian to close
  62. format slot 2 of player with obsidian to close
  63. format slot 9 of player with obsidian to close
  64. format slot 10 of player with lava bucket to close
  65. format slot 11 of player with obsidian to close
  66. format slot 18 of player with obsidian to close
  67. format slot 19 of player with obsidian to close
  68. format slot 20 of player with obsidian to close
  69. format slot 26 of player with nether star named "&4&lCOFNIJ" to close then run [make player execute command "/craft"]
  70.  
  71. command /csandfarmer:
  72. trigger:
  73. wait 3 tick
  74. open chest with 3 row named "&2&lSandFarmer" to player
  75. format slot 0 of player with sand to close
  76. format slot 1 of player with sand to close
  77. format slot 2 of player with sand to close
  78. format slot 9 of player with sand to close
  79. format slot 10 of player with lava bucket to close
  80. format slot 11 of player with sand to close
  81. format slot 18 of player with sand to close
  82. format slot 19 of player with sand to close
  83. format slot 20 of player with sand to close
  84. format slot 26 of player with nether star named "&4&lCOFNIJ" to close then run [make player execute command "/craft"]
Advertisement
Add Comment
Please, Sign In to add comment