Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 751 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 751 Bytes

SaveBlockStats

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: image

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)