Method 1 - Shop:
1. Run /minionshop
2. Click the Miner Minion item
3. Confirm purchase (default: $5,000)
4. Receive minion item in inventory
Method 2 - Admin Command:
/minion give <player> [amount]
PLACING YOUR MINION
Code (Text):
1. Hold the Miner Minion item (player head)
2. Right-click on the ground where you want it
3. Minion faces the direction YOU'RE facing
4. Position in front of blocks you want mined
5. Watch it start working immediately!
️ INTERACTING WITH MINIONS
Code (Text):
Right-Click Minion = Open Management GUI
Shift + Right-Click with Name Tag = Rename minion
️ MANAGEMENT GUI OPTIONS
Information Panel
View owner, level, total blocks mined
See current mining area (e.g., "5x6 = 30 blocks")
Check mining speed
View active abilities and status
Check chest link status
⬆️ Upgrade Minion
Shows current level stats vs next level stats
Displays upgrade cost
Compare mining area improvements
See what changes with upgrade
Click to purchase upgrade
Auto-Smelting Control
Not Purchased: Shows purchase button ($10,000)
Purchased + ON: Green blast furnace icon - click to disable
Purchased + OFF: Red furnace icon - click to enable
Instant toggle, no cooldown
Fortune Control
Level 0: Shows purchase button for Fortune I ($500,000)
Level 1-9: Left-click to upgrade | Right-click to toggle
default-limit: 5 # Default minion limit per player
max-level: 21 # Maximum minion level
max-fortune-level: 10 # Maximum fortune upgrade level
Shop Pricing
Code (Text):
shop:
minion-price: 5000.0 # Cost to buy a minion
smelting-upgrade-price: 10000.0 # Cost for auto-smelting
fortune-base-price: 500000.0 # Cost for Fortune I
fortune-price-multiplier: 2.0 # Multiplier for each fortune level
⛏️ Mineable Blocks List
Code (Text):
mineable-blocks:
- STONE
- COBBLESTONE
- COAL_ORE
- IRON_ORE
- DIAMOND_ORE
- DEEPSLATE_COAL_ORE
# ... Add any block type you want!
# Fully customizable - make minions mine ANYTHING
Per-Level Configuration
Code (Text):
levels:
1:
mining-speed: 5 # Milliseconds between mining cycles
mining-range: 1 # Blocks forward
vertical-range: 1 # Blocks tall
upgrade-cost: 1000 # Cost to upgrade to this level
# Customize ALL 21 levels individually!
# Set different speeds, ranges, and costs
# Create your own progression system
Permission-Based Limits
Code (Text):
minerminion.limit.1 # Can place 1 minion
minerminion.limit.5 # Can place 5 minions (default)
minerminion.limit.10 # Can place 10 minions
minerminion.limit.20 # Can place 20 minions
minerminion.limit.50 # Can place 50 minions
minerminion.limit.100 # Can place 100 minions
/minionshop Open the minion shop
/minion list List your minions
/minion list <player> List another player's minions
ADMIN COMMANDS
Code (Text):
/minion give <player> [amount] Give minion(s) to a player
/minion remove <player> Remove all of a player's minions
/minion reload Reload configuration
/minion debug Check mineable blocks configuration
PERMISSIONS
Code (Text):
minerminion.use Use basic commands (default: true)
minerminion.shop Access the shop (default: true)
minerminion.admin Use admin commands (default: op)
minerminion.limit.1 Can place 1 minion
minerminion.limit.5 Can place 5 minions (default)
minerminion.limit.10 Can place 10 minions
minerminion.limit.20 Can place 20 minions
minerminion.limit.50 Can place 50 minions
minerminion.limit.100 Can place 100 minions
Q: Do minions work when I'm offline? A: Yes! Minions continue mining as long as the server is running and the chunk is loaded.
Q: Can I move a minion to a different location? A: Absolutely! Just pick it up (remove button in GUI) and place it anywhere. All progress is saved.
Q: What happens if the chest gets full? A: Items overflow into the minion's internal inventory. Collect them using the "Collect Items" button.
Q: Can I have different colored minions? A: Yes! Each minion can have its own unique armor color chosen from 21 options.
Q: Do upgrades transfer when I pick up a minion? A: Yes! Level, smelting, fortune, name, and color are ALL saved to the item.
Q: Can minions mine in the Nether or End? A: Yes! Add Netherrack, Ancient Debris, End Stone, etc. to the mineable-blocks list in config.
Q: How do I limit minions for different ranks? A: Use permission nodes: minerminion.limit.5 for regulars, minerminion.limit.20 for VIPs, etc.
Q: Can I customize what blocks minions can mine? A: Absolutely! Edit the mineable-blocks list in config.yml to add or remove any block type.
Q: What happens during server restart? A: All minions automatically reload with all data intact. They resume mining immediately.
Q: Can I change fortune level after purchasing? A: Yes! You can upgrade from Fortune I to Fortune X (configurable max). Each level costs exponentially more.