Minecraft Plugin Documentation
MythicMobs RequiredAPI 1.21+

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.

  1. Download MythicMobs and place its .jar in your plugins/ folder
  2. (Optional) Download LuckPerms if you want different rewards per player rank (VIP, Legend, etc.)
  3. (Optional) Download PlaceholderAPI if you want scoreboards or GUIs showing quest/arena data
  4. Start your server once to let these plugins generate their files, then stop it

Step 2 — Install MythicDrop

  1. Place the MythicDropRefactored.jar file into your plugins/ folder
  2. 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.yml

Step 3 — Verify Installation

In your server console or in-game (as OP), run:

bash
/mythicdrop reload

If 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

  1. Stop your server
  2. Delete the old .jar from your plugins/ folder
  3. Place the new .jar in plugins/
  4. Start your server
💡 Tip
Your configuration files are not deleted when updating. Only the .jar is replaced.

Uninstalling

  1. Stop your server
  2. Remove MythicDropRefactored.jar from plugins/
  3. (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: true

Then run /mythicdrop reload. Detailed logs will appear in your console.