Argon_MC

Dispenser Randomize

Mar 14th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. /blockdata ~ ~ ~-2 {Items:[{Slot:0,id:minecraft:command_block,Count:64,tag:{BlockEntityTag:{Command:/scoreboard players add p1 count 1}}},{Slot:1,id:minecraft:command_block,Count:64,tag:{BlockEntityTag:{Command:/scoreboard players add p2 count 1}}},{Slot:2,id:minecraft:command_block,Count:64,tag:{BlockEntityTag:{Command:/scoreboard players add p3 count 1}}},{Slot:3,id:minecraft:command_block,Count:64,tag:{BlockEntityTag:{Command:/scoreboard players add p4 count 1}}},{Slot:4,id:minecraft:command_block,Count:64,tag:{BlockEntityTag:{Command:/scoreboard players add p5 count 1}}},{Slot:5,id:minecraft:command_block,Count:64,tag:{BlockEntityTag:{Command:/scoreboard players add p6 count 1}}},{Slot:6,id:minecraft:command_block,Count:64,tag:{BlockEntityTag:{Command:/scoreboard players add p7 count 1}}},{Slot:7,id:minecraft:command_block,Count:64,tag:{BlockEntityTag:{Command:/scoreboard players add p8 count 1}}},{Slot:8,id:minecraft:command_block,Count:64,tag:{BlockEntityTag:{Command:/scoreboard players add p9 count 1}}}]}
  2.  
  3. /blockdata ~ ~ ~-2 {
  4. Items:[
  5. {
  6. Slot:0,
  7. id:minecraft:command_block,
  8. Count:64,
  9. tag:{
  10. BlockEntityTag:{
  11. Command:/scoreboard players add p1 count 1
  12. }
  13. }
  14. },
  15. {
  16. Slot:1,
  17. id:minecraft:command_block,
  18. Count:64,
  19. tag:{
  20. BlockEntityTag:{
  21. Command:/scoreboard players add p2 count 1
  22. }
  23. }
  24. },
  25. {
  26. Slot:2,
  27. id:minecraft:command_block,
  28. Count:64,
  29. tag:{
  30. BlockEntityTag:{
  31. Command:/scoreboard players add p3 count 1
  32. }
  33. }
  34. },
  35. {
  36. Slot:3,
  37. id:minecraft:command_block,
  38. Count:64,
  39. tag:{
  40. BlockEntityTag:{
  41. Command:/scoreboard players add p4 count 1
  42. }
  43. }
  44. },
  45. {
  46. Slot:4,
  47. id:minecraft:command_block,
  48. Count:64,
  49. tag:{
  50. BlockEntityTag:{
  51. Command:/scoreboard players add p5 count 1
  52. }
  53. }
  54. },
  55. {
  56. Slot:5,
  57. id:minecraft:command_block,
  58. Count:64,
  59. tag:{
  60. BlockEntityTag:{
  61. Command:/scoreboard players add p6 count 1
  62. }
  63. }
  64. },
  65. {
  66. Slot:6,
  67. id:minecraft:command_block,
  68. Count:64,
  69. tag:{
  70. BlockEntityTag:{
  71. Command:/scoreboard players add p7 count 1
  72. }
  73. }
  74. },
  75. {
  76. Slot:7,
  77. id:minecraft:command_block,
  78. Count:64,
  79. tag:{
  80. BlockEntityTag:{
  81. Command:/scoreboard players add p8 count 1
  82. }
  83. }
  84. },
  85. {
  86. Slot:8,
  87. id:minecraft:command_block,
  88. Count:64,
  89. tag:{
  90. BlockEntityTag:{
  91. Command:/scoreboard players add p9 count 1
  92. }
  93. }
  94. }
  95. ]
  96. }
Advertisement
Add Comment
Please, Sign In to add comment