- 3,774 views, 1 today
- 316 downloads, 0 today
127
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.20 |
Tags |
3 Update Logs
2024.0128 : by katee 01/28/2024 2:25:30 pmJan 28th
entity counter is updated!! it comes with slightly new branding but also some version stability.
the internal entity list is now split into multiple functions based on minecraft version milestones, this allows versions that are not strictly the latest to still function just fine!
the internal entity list is now split into multiple functions based on minecraft version milestones, this allows versions that are not strictly the latest to still function just fine!
LOAD MORE LOGS
5659836
119
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