1c7

Gravestones - Adxm

1c7
May 2nd, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #
  2. #
  3. # Report any issues to @Adxm#1343
  4. #
  5. #
  6.  
  7. on script load:
  8. console command "gamerule keepInventory true"
  9.  
  10. on death:
  11. victim is player
  12. send "&c&lDEATH &7| You can retreive your items at location &3%vicitm's location%&7!"
  13. set block at victim's location to chest
  14. loop all items in victim's inventory:
  15. add loop-item to inventory of block at victim's location
  16. clear victim's inventory
Advertisement
Add Comment
Please, Sign In to add comment