Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randomggames/entitycounter

A minecraft data pack that counts entities with a scoreboard objective
https://github.com/randomggames/entitycounter

minecraft minecraft-datapack

Last synced: 24 days ago
JSON representation

A minecraft data pack that counts entities with a scoreboard objective

Awesome Lists containing this project

README

        

# Entity Counter Data Pack
This data pack generates a scoreboard that stores the count of every entity in the world, which is automatically displayed on the sidebar when first loaded. It updates (by default) every 5 ticks.

To change the update interval, use the command `/scoreboard players set Interval EntityCounter.Timeout #` where # is a number > 0. This number is the ticks to wait before entities are counted again. A larger number helps to reduce lag. 1 is every tick.

To disable, either hide the sidebar objective (it will still be running in the background) with the command `/scoreboard objectives setdisplay sidebar` or completly disable the data pack using the command `/datapack disable "file/EntityCounter.zip"`