Installation Guide
This page walks you through installing MythicDrop step by step. No experience needed!
Step 1 — Install Required Plugins
MythicDrop requires MythicMobs to be installed first. Without it, MythicDrop will not load.
- Download MythicMobs and place its
.jarin yourplugins/folder - (Optional) Download LuckPerms if you want different rewards per player rank (VIP, Legend, etc.)
- (Optional) Download PlaceholderAPI if you want scoreboards or GUIs showing quest/arena data
- Start your server once to let these plugins generate their files, then stop it
Step 2 — Install MythicDrop
- Place the
MythicDropRefactored.jarfile into yourplugins/folder - Start your server
On first launch, the plugin creates these files automatically:
text
1plugins/MythicDropRefactored/
2 config.yml
3 quests.yml
4 top3damage.yml
5 top5damage.yml
6 announcement.yml
7 effects.yml
8 debug.ymlStep 3 — Verify Installation
In your server console or in-game (as OP), run:
bash
/mythicdrop reloadIf you see a success message, the plugin is working correctly.
Step 4 — Configure Your First Drop
Open plugins/MythicDropRefactored/config.yml and add a reward for one of your MythicMobs.
See the Drops Configuration Guide for full instructions.
Updating the Plugin
- Stop your server
- Delete the old
.jarfrom yourplugins/folder - Place the new
.jarinplugins/ - Start your server
💡 Tip
Your configuration files are not deleted when updating. Only the
.jar is replaced.Uninstalling
- Stop your server
- Remove
MythicDropRefactored.jarfromplugins/ - (Optional) Delete the
plugins/MythicDropRefactored/folder to remove all data
Troubleshooting Installation
The plugin does not appear in /plugins:
- Make sure you are running Spigot or Paper 1.21+
- Check that MythicMobs is installed and loaded first
- Look for errors in the console when the server starts
Enable debug mode to get more info in your console. Open debug.yml and set:
debug.yml
activate-debug: trueThen run /mythicdrop reload. Detailed logs will appear in your console.