tetoe-mc / digging-count

A fabric server plugin that provides player's digging count rankings

Home Page:https://curseforge.com/minecraft/mc-mods/digging-count

Repository from Github https://github.comtetoe-mc/digging-countRepository from Github https://github.comtetoe-mc/digging-count

Digging Count

Author LICENSE Stars Github Workflow Status

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.
  • /digging remove <player>: Remove a specified player from the scoreboard.

Build from 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

About

A fabric server plugin that provides player's digging count rankings

https://curseforge.com/minecraft/mc-mods/digging-count

License:Creative Commons Zero v1.0 Universal


Languages

Language:Java 100.0%