Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/randomggames/entitycounter
- Owner: RandomGgames
- Created: 2022-07-07T16:43:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T02:28:04.000Z (5 months ago)
- Last Synced: 2024-10-15T06:35:07.435Z (2 months ago)
- Topics: minecraft, minecraft-datapack
- Language: mcfunction
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"`