Перейти к содержимому
Mineforgian

EI Mythic MobsHook

This plugin connects MythicMobs with ExecutableItems, allowing you to use custom items as abilities and mob skills. Easily trigger ExecutableItems through MythicMobs mechanics, events, or drops. Perfect for RPG servers and advanced combat systems.

Загрузки
65
Подписчики
1
Обновлён
25 апреля 2026 г.
Лицензия
Apache-2.0

Опубликован 25 апреля 2026 г.

logo 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:

Server Version: Spigot/Paper 1.20+

🚀 Installation

  1. Download EI-MythicMobs-hook-1.0.jar
  2. Drop in plugins/ folder
  3. Restart server
  4. 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, or 1to3)
  • <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 (requires eimm.reload permission)
  • /eimm testdrop <item_id> <amount> <chance> - Test drop an ExecutableItem at your location
    • Example: /eimm testdrop barevne_pirko 1to10 1
  • /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

bStats


Enjoy custom drops! 🎮

Ченджлог

1.0Релиз1.21.9, 1.21.10, 1.21.11 · 25 апреля 2026 г.

EI MythicMobs Hook

ExecutableItems & MythicMobs Integration Plugin

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
  • 📊 bStats included - Anonymous metrics

📋 Requirements

Must Have:

Server Version: Spigot/Paper 1.20+

🚀 Installation

  1. Download EI-MythicMobs-hook-1.0.jar
  2. Drop in plugins/ folder
  3. Restart server
  4. 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, or 1to3)
  • <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 (requires eimm.reload permission)
  • /eimm testdrop <item_id> <amount> <chance> - Test drop an ExecutableItem at your location
    • Example: /eimm testdrop barevne_pirko 1to10 1
  • /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%

Комментарии

Загружаем…