1.0
release
Chris' Life Pack
A minimalist datapack that makes all of your players have 3 lives
Chris' Life Pack
Datapack I made because I wanted to play semihardcore with my friends :) if you want a new feature feel free to suggest it!
Each players start out with 3 lives, if you lose them all your gamemode gets switched to spectator

Features
Adding
You can add as many lives as you want! ``` /function chrislife:add {player:PLAYER_NAME, number:AMOUNT_LIVES} ```
Removing
You can also remove as many lives as you want :) ``` /function chrislife:remove {player:PLAYER_NAME, number:AMOUNT_LIVES} ```
Transfering
If you want to make a player give a life to another one ``` /function chrislife:transfer {player1:PLAYER_THAT_GIVES, player2:PLAYER_THAT_RECIEVES} ```