https://github.com/tetoe-mc/digging-count
A fabric server plugin that provides player's digging count rankings
https://github.com/tetoe-mc/digging-count
fabric fabric-mc minecraft minecraft-plugin server-plugin
Last synced: 10 months ago
JSON representation
A fabric server plugin that provides player's digging count rankings
- Host: GitHub
- URL: https://github.com/tetoe-mc/digging-count
- Owner: tetoe-mc
- License: cc0-1.0
- Created: 2025-01-26T01:33:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T09:56:13.000Z (10 months ago)
- Last Synced: 2025-04-05T10:29:41.884Z (10 months ago)
- Topics: fabric, fabric-mc, minecraft, minecraft-plugin, server-plugin
- Language: Java
- Homepage: https://curseforge.com/minecraft/mc-mods/digging-count
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digging Count
[](https://github.com/NriotHrreion)
[](./LICENSE)
[](https://github.com/tetoe-mc/digging-count/stargazers)
[](https://github.com/tetoe-mc/digging-count/actions/workflows/build.yml)
## 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](https://github.com/tetoe-mc/digging-count/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 `: Enable the scoreboard in the specified slot.
- `/digging disable `: Disable the scoreboard in the specified slot.
- `/digging title `: Change the title of the scoreboard.
- `/digging remove `: Remove a specified player from the scoreboard.
## Build from source
```cmd
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](./LICENSE)