MD
MythicDrop
Complete Documentation
A Minecraft server plugin that works alongside MythicMobs to give you powerful boss reward systems, quests, arenas, and more.
What is MythicDrop?
MythicDrop is a Bukkit/Spigot plugin that hooks into MythicMobs and lets you fully control what happens when players kill custom mobs — from giving items and running commands, to ranking players by damage and running quests.
Key Features
🎁
Custom Drops
Give items, run commands, or award money when a mob dies. Supports group-based rewards via LuckPerms.
📜
Quest System
Players track kill goals in a GUI and earn rewards on completion. Progress is saved permanently.
🏆
Top Damage Rewards
Rank players by damage dealt and give tiered rewards to Top 3, Top 5, or any custom number.
🏟️
Arena System
Auto-respawning boss arenas. Set a location and the mob spawns, dies, and respawns automatically.
🎆
Death Effects
Play fireworks and sounds when a boss dies to make kills feel epic.
📊
PlaceholderAPI
Live damage rankings, quest progress, arena status — all available as placeholders for scoreboards.
Requirements
| Software | Required? | Notes |
|---|---|---|
| Spigot / Paper 1.21+ | ✅ Yes | Your server software |
| MythicMobs | ✅ Yes | The mob plugin MythicDrop hooks into |
| LuckPerms | ⬜ Optional | Needed for group-based reward tiers (VIP, Legend, etc.) |
| PlaceholderAPI | ⬜ Optional | Needed for scoreboard/GUI placeholders |
Quick Start
- 1Drop the plugin
.jarinto yourplugins/folder - 2Restart your server — config files are created automatically
- 3Open
plugins/MythicDropRefactored/config.yml - 4Add a reward for one of your MythicMobs
- 5Reload with
/mythicdrop reload
Folder Structure
After the plugin runs for the first time, your plugins/ folder will contain:
plugins/MythicDropRefactored/
1plugins/
2 MythicDropRefactored/
3 config.yml ← Main drops configuration
4 quests.yml ← Quest definitions
5 top3damage.yml ← Top-3 boss reward system
6 top5damage.yml ← Top-5 boss reward system
7 announcement.yml ← Chat announcements after boss death
8 effects.yml ← Fireworks & sounds on boss death
9 debug.yml ← Turn on debug logging
10 arenas.yml ← Auto-created when you make arenas
11 quest_data.yml ← Player quest progress (auto-created)💡 Tip
You can create additional files like
top7damage.yml, top10damage.yml, etc. for custom ranking systems.