⛏️ VeinMiner - Smart Ore Mining ⚡ icon

⛏️ VeinMiner - Smart Ore Mining ⚡ -----

Effortless vein mining and tree felling



This major update brings full version compatibility, beautiful gradient text support, and a powerful
UPDATE v2.0

update_banner.png

What's New
  • Full Version Support: Now compatible with Minecraft 1.21 through 1.21.10
  • Time-Based Limits: Control VeinMiner usage per hour/day for each permission group
  • Gradient Text: Beautiful gradient colors in all messages
  • Smart Notifications: Players are notified when limits reset, even if they were offline
  • Statistics Tracking: Track blocks mined per player with persistent storage
  • Debug Mode: Configurable debug logging for troubleshooting
  • LuckPerms Integration: Different limits for different player groups

Version Compatibility
✅ Fully Supported 1.21 - 1.21.10

✨ Features
Core Features
upload_2025-12-5_23-3-39.png
New in v2.0

upload_2025-12-5_23-4-4.png

⏱️ Time-Based Limits System

The update introduces a powerful limits system that allows server administrators to control how often players can use VeinMiner based on their permission groups.

How It Works

  1. Group Detection: The plugin checks player permissions to determine their group
  2. Limit Tracking: Each player's usage is tracked separately (uses and blocks)
  3. Automatic Reset: Limits automatically reset every hour and every day
  4. Smart Notifications: Players are notified when their limits reset
Limit Types
upload_2025-12-5_23-5-41.png
Configuration Example
Code (Text):
# limits.yml
enabled: true

# Default limits for players without a specific group
default:
  uses-per-hour: 10
  uses-per-day: 50
  blocks-per-hour: 200
  blocks-per-day: 1000

# Group-specific limits
groups:
  # VIP players get more generous limits
  vip:
    uses-per-hour: -1        # Unlimited uses
    uses-per-day: -1         # Unlimited uses
    blocks-per-hour: 500     # 500 blocks per hour
    blocks-per-day: 2000     # 2000 blocks per day
 
  # MVP players get even better limits
  mvp:
    uses-per-hour: -1
    uses-per-day: -1
    blocks-per-hour: 1000
    blocks-per-day: 5000
 
  # Default group (regular players)
  default:
    uses-per-hour: 10
    uses-per-day: 50
    blocks-per-hour: 200
    blocks-per-day: 1000
Group Permission Detection
The plugin checks for permissions in this format:
  • group.<groupname> (standard LuckPerms format)
  • veinminer.group.<groupname> (alternative format)
Example: A player with permission group.vip will use the vip limits.

Player Notifications
Players receive automatic notifications:
upload_2025-12-5_23-7-5.png

Example Messages:
Offline Reset Handling
If a player's limits reset while they are offline:
  1. The reset is tracked in the plugin's data file
  2. When the player joins, they receive a notification
  3. Their fresh limits are displayed

Gradient & Color Support

VeinMiner now supports multiple color formats for beautiful, customizable messages.

Supported Formats
upload_2025-12-5_23-10-45.png


Examples
Code (Text):
# Simple legacy colors

message: "&aThis is green! &cThis is red!"

# Hex colors
message: "&#55FF55This is light green!"

# Gradient text
prefix: "<gradient:#E07B39:#B8734D>[VeinMiner]</gradient> "
enabled: "<gradient:#55FF55:#00AA00>VeinMiner enabled!</gradient>"

# Mixed formats
message: "<gradient:#FFD700:#FFA500>Golden text</gradient> &7with gray &eand yellow!"
Commands
upload_2025-12-5_23-12-55.png

Permissions
upload_2025-12-5_23-13-18.png

Bug Fixes
  • Fixed issue where vein mining wouldn't work if block was already broken
  • Fixed toggle state not persisting correctly
----------, Dec 5, 2025
Resource Information
Author:
----------
Total Downloads: 375
First Release: May 29, 2025
Last Update: Dec 5, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings