Digging Count

Description
This is a Minecraft Fabric plugin that provides digging count rankings via scoreboard. When player breaks a block, the player's score will increase 1.
Because the plugin is a server-side one, thus players don't have to install anything at the client-side to use the features provided by the plugin.
Download
Check Releases for the jar file.
Usage
Drag the downloaded jar file into the mod folder, launch your server, and the plugin is ready to work.
The scoreboard is put in the sidebar slot by default. And you can use the commands below to change it.
Commands
You can use these commands to configure your digging count scoreboard.
/digging enable <slot>: Enable the scoreboard in the specified slot.
/digging disable <slot>: Disable the scoreboard in the specified slot.
/digging title <title>: Change the title of the scoreboard
Build the source
git clone https://github.com/tetoe-mc/digging-count.git
cd digging-count
./gradlew build
Then you can get the jar file in the build folder.
LICENSE
CC0 1.0