Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. #====================#
  2. # #
  3. # Big Ender Chesat #
  4. # #
  5. #====================#
  6.  
  7. on right click:
  8. event-block is ender chest
  9. cancel event
  10. open virtual chest inventory with size 6 named "Big Ender Chest" to player
  11. set {_slot} to 0
  12. loop {EnderChest%player%::*}:
  13. set slot {_slot} of player's current inventory to loop-value
  14. add 1 to {_slot}
  15.  
  16. on inventory close:
  17. inventory name of player's current inventory is "Big Ender Chest"
  18. clear {EnderChest%player%::*}
  19. set {_slot} to 0
  20. loop 54 times:
  21. add slot {_slot} of player's current inventory to {EnderChest%player%::*}
  22. add 1 to {_slot}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement