Advertisement
sirayasiki

Untitled

May 9th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. command /123:
  2. permission: op
  3. trigger:
  4. new chest inventory with 1 row named "test"
  5. add stone to slot 1 of chest inventory with 1 row named "test"
  6. open chest inventory with 1 row named "test" to player
  7. add stone to slot 1 of chest inventory with 1 row named "test"
  8.  
  9. command /chestset:
  10. permission: op
  11. trigger:
  12. set chest inventory with 1 row named "test1" to chest inventory with 1 row named "test"
  13.  
  14. command /chest2:
  15. permission: op
  16. trigger:
  17. open chest inventory with 1 row named "test1" to player
  18. command /chest3:
  19. permission: op
  20. trigger:
  21. set chest inventory with 3 row named "test1" to chest inventory with 3 row named "test"
  22. open chest inventory named "test1" to player
  23. on inventory close:
  24. set chest inventory with 3 row named "test" to chest inventory with 3 row named "test1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement