- 1,960 views, 0 today
- 237 downloads, 0 today
100
An entity counter for Minecraft 1.19, lists all currently loaded entities throughout your world (including all dimensions if the server allows it) in a scoreboard. Originally made this back in January in 1.18 but never ended up posting it to PMC.
Yes, every entity is supported (except the player): you can even check for yourself.
Yes, every entity is supported (except the player): you can even check for yourself.
Compatibility | Minecraft 1.13 |
to | Minecraft 1.19 |
2 Update Logs
2022.1230 : by plexiondev 12/30/2022 3:13:29 pmDec 30th, 2022
LOAD MORE LOGS
tools/tracking
5659836
119
entity-count-5659836
Create an account or sign in to comment.
execute store result score <mob> ec if entity @e[type=<mob>]
...to count the mobs? It's more efficient.
will include this in the next release