How to Make a Death Counter - MINECRAFT EDUCATION
Cant count kills or deaths in your world?
Today we will create a death or kill counter for our Minecraft world. this works by monitoring the level to XP for each player and adding a score to the scoreboard accordingly. My students have used this in game design, specifically their parkour lessons we created in a previous video.
I have tested this method in Minecraft Education and can confirm that it works very well and is simple and easy to set up. However, please let me know in the comments if you have any issues with this setup.
I have explained all the commands and what they do and here they are for you to copy if you would like:
/scoreboard objectives add Deaths dummy Deaths
/scoreboard objectives setdisplay sidebar Deaths
/scoreboard players add @a Deaths 0
/gamemode survival @a
/scoreboard players add @a[l=0,lm=0] Deaths 1
/xp 1l @a[l=0]
To remove/reset the score
/scoreboard objectives remove Deaths
Remember to set Immediate respawn!
Check out our social for free teaching resources and to join the Minecraft: Education community.
• Facebook: https://www.facebook.com/groups/137420487798146
• Twitter: https://twitter.com/JCamford
• Reddit: https://www.reddit.com/user/learnwithminecraft
#MinecraftEdu @PlayCraftLearn