Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- #
- # Report any issues to @Adxm#1343
- #
- #
- on script load:
- console command "gamerule keepInventory true"
- on death:
- victim is player
- send "&c&lDEATH &7| You can retreive your items at location &3%vicitm's location%&7!"
- set block at victim's location to chest
- loop all items in victim's inventory:
- add loop-item to inventory of block at victim's location
- clear victim's inventory
Advertisement
Add Comment
Please, Sign In to add comment