- Versions
- 1.21
McMiner is a modern, complete mining system for Minecraft servers. It is not just a simple âmine the blocksâ plugin â it is a complete system that creates its own mines, automatically resets them, gives out coins, provides WorldGuard protection, and can be managed with a nice GUI menu.
The goal is to have an exciting, repetitive mining experience on the server, where players can mine random blocks, collect coins, and the mines automatically refresh â so they never run out and there is always something to do.
Survival servers â where mining is an important part of the gameplay
Skyblock / Factions â where resources are needed
Mini-game servers â where coins provide an economic foundation
Personal servers â where you want a unique mining experience
With the /mcminer create command, you create a mine. You receive a golden axe, with which you select the first corner by left-clicking and the second corner by right-clicking. The mine is immediately filled with blocks, and you are automatically teleported to the top.
There can be several types of blocks in the mine, each with its own percentage. For example:
60% Stone
30% Gold Ore
10% Diamond Ore
After a reset, the blocks are randomly generated, so it is always varied.
With the /mcminer menu command, a nice menu opens where you can see all the mines. Click on one, and a settings menu opens:
Block composition
Reset time
Reset warning
Coin chance
Auto pickup
Coin giving on/off
Manual reset
Mine deletion
Hold a block in your hand, open the mine composition editor, and click on the Emerald icon. The block is automatically added with 10%. After that, you can adjust the percentage with left/right-click.
You can set a reset time (e.g. 10 minutes). When the time expires, the mine is automatically refilled. Players receive a warning 10 seconds beforehand.
While mining, you have a chance to receive coins (0-100%). The coin:
Is automatically added to the inventory
Can be customized in coin.yml (material, name, lore)
Can be disabled per mine
When you create a mine, a WorldGuard region is automatically created:
block-place: DENY â blocks cannot be placed
block-break: ALLOW â mining is allowed
pvp: DENY â no PVP
mob-spawning: DENY â no mob spawning
The 1 block around the mine in every direction is PROTECTED (below, beside, in front, behind), except for the top.
When the mine resets, every player inside is automatically teleported to the top of the mine.
Supports HEX color codes (#RRGGBB). Default:
#FF0000 â red
#0083FF â blue
Every text can be changed in config.yml and coin.yml.
Only OP players can use the commands, GUI, and axe. Regular players can mine and receive coins.
Command Description Who can use it
/mcminer help Help menu â lists all commands OP
/mcminer create Creates a new mine + golden axe OP
/mcminer menu Mine list (GUI) OP
/mcminer delete Deletes the mine (along with the WorldGuard region) OP
/mcminer fill Immediately refills the mine OP
/mcminer coin Gives you a coin for testing OP
/mcminer reload Reloads the config OP
Alias
/mcm â same as /mcminer
Examples
text
/mcminer create vasbanya
â Creates the mine named "vasbanya", gives a golden axe
/mcminer menu
â Opens the mine list
/mcminer delete vasbanya
â Deletes the mine and the WorldGuard region
/mcminer fill vasbanya
â Immediately refills the mine
/mcminer coin
â Gives you a coin for testing
/mcminer reload
â Reloads config.yml and coin.yml
/mcm help
â Same as /mcminer help
Permission Description Default
mcminer.use Basic usage (commands) op
mcminer.admin Admin â can do everything op