Spigot plugin to count how many times blocks were placed and broken by players in each chunk.
This data is saved in the actual chunk data within the .mca region files
Meant to be viewed in MCASelector using custom overlays.
Example blocks broken overlay generated from a server's world:
Custom overlay paths:
Blocks placed: region/Level/ChunkBukkitValues/saveblockstats:blocksplaced
Blocks broken: region/Level/ChunkBukkitValues/saveblockstats:blocksbroken
Use the /sbsreload
command to reload config file (containing worlds where the plugin should be disabled)