Plugin for scoreboard in the sidebar

Hello, does anyone know of a plugin I can use to track and display various statistics combined into one (stone + deepslate + tuff + basalt + calcite + diorite mined) as a scoreboard in the sidebar?
Solution
i believe putting something like this in a function
scoreboard players set @s total 0
scoreboard players operation @s total += @s obj1
scoreboard players operation @s total += @s obj2
...

and then doing execute as @a run function myFunction every so often should work
Was this page helpful?