EI MythicMobs Hook
ExecutableItems & MythicMobs Integration
What is this?
A simple plugin that connects
ExecutableItems with
MythicMobs.
It lets you drop custom ExecutableItems from MythicMobs mobs without complex setup. Just add
EI drops to your mob configs!
Features
- ✨ Easy ExecutableItems dropping from MythicMobs
- Simple drop configuration
- ⚡ Lightweight and optimized
Requirements
Required Plugins:
Server Version:
Spigot/Paper 1.20 or higher
Installation
- Download EI-MythicMobs-hook-1.0.jar
- Place in plugins/ folder
- Restart server
- Done! Ready to use
How to Use
Add
EI drops to your MythicMobs mob configuration:
Code (Text):
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
Format Explanation:
- EI: Drop type marker
- item_id: Your ExecutableItem ID
- amount: How many to drop (supports ranges like 1to5)
- chance: Drop probability (0.0-1.0, where 1 = 100%, 0.5 = 50%)
Examples
Example 1: Rare Legendary Drop
Code (Text):
legendary_mob:
Type: WITHER
Health: 100
Drops:
- EI legendary_sword 1 0.25
Example 2: Common Drop with Range
Code (Text):
zombie_soldier:
Type: ZOMBIE
Drops:
- EI common_material 1to3 1
Example 3: Bulk Drop - Uncommon
Code (Text):
treasure_mob:
Type: ARMOR_STAND
Drops:
- EI bulk_item 10to15 0.10
Example 4: Multiple Drops
Code (Text):
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
Support
For issues or questions, make sure:
- ✅ ExecutableItems is installed
- ✅ MythicMobs is installed
- ✅ SCore is installed
- ✅ Drop format is correct
Commands
- /eimm reload - Reloads the plugin configuration
- /mm m s <mob_name> - Test spawn a mob (MythicMobs command)
Permissions:
- eimm.reload - Permission to reload configuration
Configuration
The plugin creates a
config.yml file in the plugins folder with debug settings:
Code (Text):
# EI MythicMobs Hook Configuration
# Debug mode - set to true to see detailed logs
debug: true
Support
For support or feature suggestions, contact me:
Made for Spigot/Paper servers
Enjoy seamless ExecutableItems dropping!