EI MythicMobs hook icon

EI MythicMobs hook -----

mythicmobs, executableitems, items, abilities, skills, mobs, rpg, combat, bosses, custom-items, api,



EI MythicMobs hook.png
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

  1. Download EI-MythicMobs-hook-1.0.jar
  2. Place in plugins/ folder
  3. Restart server
  4. 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:


[​IMG]

Made for Spigot/Paper servers
Enjoy seamless ExecutableItems dropping!
Resource Information
Author:
----------
Total Downloads: 23
First Release: Apr 25, 2026
Last Update: Apr 25, 2026
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings