Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 4 days ago
ExecutableItems & MythicMobs Integration Plugin
EI MythicMobs Hook
A simple plugin that lets you drop ExecutableItems from MythicMobs mobs without complex setup.
What is it?
This plugin connects ExecutableItems with MythicMobs. Add EI drops to your mob configs and watch ExecutableItems drop when mobs die!
โจ Features
- ๐ฏ Simple EI drop system - Just use
EI item_id amount chance - ๐ Full ExecutableItems support - Works with all ExecutableItems
- โก Lightweight - Minimal overhead
๐ Requirements
Must Have:
- MythicMobs - MythicMobs plugin
- ExecutableItems - Custom items plugin
- SCore - ExecutableItems dependency
Server Version: Spigot/Paper 1.20+
๐ Installation
- Download
EI-MythicMobs-hook-1.0.jar - Drop in
plugins/folder - Restart server
- Done!
๐ How to Use
Add to your MythicMobs config:
mm_ei:
Type: CHICKEN
Health: 1
Damage: 0
Drops:
- EI my_ei_id 1 0.5
- EI legendary_sword 1to2 0.25
- EI material_item 10 1
Drop Format: - EI <item_id> <amount> <chance>
EI- Drop type marker<item_id>- Your ExecutableItem ID<amount>- Quantity (e.g.,1,5, or1to3)<chance>- Probability 0.0-1.0 (0.5 = 50%, 1 = 100%)
๐ก Examples
Rare Legendary Drop:
legendary_mob:
Type: WITHER
Health: 100
Drops:
- EI legendary_sword 1 0.25
Common Resources:
zombie_soldier:
Type: ZOMBIE
Drops:
- EI common_material 1to3 1
Bulk Drop - Low Chance:
treasure_mob:
Type: ARMOR_STAND
Drops:
- EI bulk_item 10to15 0.10
Multiple Drops:
mm_ei:
Type: CHICKEN
Health: 1
Damage: 0
Drops:
- EI my_ei_id 1 0.5
- EI common_drop 2 1
- EI rare_drop 1 0.25
๐ฎ Commands
/eimm reload- Reloads the plugin configuration (requireseimm.reloadpermission)/eimm testdrop <item_id> <amount> <chance>- Test drop an ExecutableItem at your location- Example:
/eimm testdrop barevne_pirko 1to10 1
- Example:
/mm m s <mob_name>- Test spawn a mob using MythicMobs command
โ๏ธ Configuration
The plugin creates a config.yml file in the plugins folder:
# EI MythicMobs Hook Configuration
# Debug mode - set to true to see detailed logs
debug: true
๐ Notes
- No configuration files needed
- Plugin auto-detects ExecutableItems version
- Works with all ExecutableItems types
- Paper & Spigot compatible
- Supports amount ranges (1to5, 5to10, etc.)
- Chance values: 0 = never, 1 = always, 0.5 = 50%
๐ฌ Support
For support or feature suggestions, contact me on Discord:
- Discord (Web): Click here
- Discord (App):
discord://-/users/771295264153141250
Enjoy custom drops! ๐ฎ


