- 21,515 views • 7 today
- 4,221 downloads • 0 today
30
Death Count
Adds a death count for each player on the player list. Every time you hit tab, you'll see a number next to everyone's name indicating how many times they have died.
Be nice to your friends when using this.
Functions:
/function death_count:show/below_name
/function death_count:show/list
/function death_count:show/both
/function death_count:uninstall
Adds a death count for each player on the player list. Every time you hit tab, you'll see a number next to everyone's name indicating how many times they have died.
Be nice to your friends when using this.
Functions:
/function death_count:show/below_name
/function death_count:show/list
/function death_count:show/both
/function death_count:uninstall
| Compatibility | Minecraft 1.21 |
| Tags |
3 Update Logs
Update #3 : by Keebsz 09/30/2024 8:50:04 pmOctober 1, 2024 @ 12:50 am UTC
Updated to 1.21
LOAD MORE LOGS
Curated in their collections
5761243
119





![Silk Touch Spawners Reworked [26.1.2]](https://static.planetminecraft.com/files/image/minecraft/data-pack/2026/996/19736151-stsr_s.jpg)

![Fishing Frontier [1.21+]](https://static.planetminecraft.com/files/image/minecraft/data-pack/2024/756/18172855-export_s.jpg)



![Incendium [Now 1.20!]](https://static.planetminecraft.com/files/image/minecraft/data-pack/2022/351/15845671-incendiumcopy_s.jpg)

Have something to say?
[12:31:52] [Server thread/ERROR]: Failed to load function death_count:admin/show/below_name
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Unknown display slot 'belowName'
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Unknown display slot 'belowName'
at dp.a(SourceFile:115) ~[server-1.20.2.jar:?]
at afj.a(SourceFile:83) ~[server-1.20.2.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 6 more
[12:31:52] [Server thread/ERROR]: Failed to load function death_count:admin/show/both
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown display slot 'belowName'
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Whilst parsing command on line 2: Unknown display slot 'belowName'
at dp.a(SourceFile:115) ~[server-1.20.2.jar:?]
at afj.a(SourceFile:83) ~[server-1.20.2.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
... 6 more
I just updated the pack so now it should work on the lastest version of Minecraft :)
/scoreboard objectives add death_counter deaths
/scoreboard objectives setdisplay list death_counter
you can replace "death_counter" with any unique identifier as per your needs.