MiningCounter
Animated Block Counter Plugin
✨ Overview
Display how many blocks you've mined directly on your tool's name with a beautiful animated rainbow gradient effect! Watch as the colors smoothly cycle through the rainbow with every block you break.
Features
- Tracks blocks broken with pickaxes, shovels, and axes
- Displays mined count directly on the tool's name
- Smooth rainbow gradient that animates through colors as you mine
- Persistent counter - survives server restarts and item movement
- Fully customizable via config.yml
- Lightweight and performance-friendly
Customization Options
- Enable/disable tracking for specific tool types (pickaxes, shovels, axes)
- Customize rainbow colors with hex codes
- Adjust animation speed (how fast colors cycle)
- Change bracket and tool name colors
- Toggle rainbow on/off (use static color instead)
Commands & Permissions
Code (Text):
/miningcounter reload - Reload configuration (alias: /mc reload)
Permission: miningcounter.reload (default: op)
Requirements
- Spigot/Paper 1.21+
- Java 21+
Installation
- Download the plugin JAR
- Place in your plugins folder
- Restart your server
- Customize config.yml (optional)
- Start mining!
⚙️ Configuration Example
Code (YAML):
# MiningCounter Configuration File
# Which tools should be tracked?
track-tools:
pickaxes
: true
shovels
: true
axes
: true
# Format settings
format
:
# Color of the tool name (supports hex colors like #FFFFFF or color names like WHITE, AQUA, etc.)
name-color
:
"WHITE"
# Color of the brackets [ ]
bracket-color
:
"GRAY"
# Rainbow gradient settings
rainbow
:
# Enable rainbow gradient? If false, uses static-color instead
enabled
: true
# Static color to use when rainbow is disabled (supports hex or color names)
static-color
:
"GREEN"
# How fast the rainbow cycles (higher = slower color change)
# Every X blocks mined = 1 full rainbow cycle
animation-speed
: 100
# Custom rainbow colors (hex format)
# You can add or remove colors to customize the rainbow!
colors
:
-
"#FF0000"
# Red
-
"#FF7F00"
# Orange
-
"#FFFF00"
# Yellow
-
"#00FF00"
# Green
-
"#00FFFF"
# Cyan
-
"#0000FF"
# Blue
-
"#8B00FF"
# Purple
# Examples of color names you can use:
# BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE
# GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE
# YELLOW, WHITE
#
# Or use hex colors: #FF0000 (red), #00FF00 (green), #0000FF (blue), etc.
Perfect For
- Survival servers
- Skyblock servers
- Prison servers
- Any server wanting to add visual progress tracking!
⭐ If you enjoy this plugin, please leave a review! ⭐