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.

4

EI Mythic MobsHook

logo

ExecutableItems & MythicMobs Integration Plugin

EI MythicMobs Hook

A simple plugin that lets you drop MythicMobs 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

- 🎯 Lightweight - Just use `EI item_id amount chance` - 🔗 Lightweight - Works with all ExecutableItems - ⚡ Lightweight - Minimal overhead

📋 Requirements

Must Have: - Must Have: - MythicMobs plugin - %%MD1%% - Custom items plugin - %%MD2%% - ExecutableItems dependency

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:

```yaml 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: ```yaml legendary_mob: Type: WITHER Health: 100 Drops: - EI legendary_sword 1 0.25 ```

Common Resources: ```yaml zombie_soldier: Type: ZOMBIE Drops: - EI common_material 1to3 1 ```

Bulk Drop - Low Chance: ```yaml treasure_mob: Type: ARMOR_STAND Drops: - EI bulk_item 10to15 0.10 ```

Multiple Drops: ```yaml 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:

```yaml

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 (App): Discord (App): - Discord (App): `discord://-/users/771295264153141250`

bStats

---

Enjoy custom drops! 🎮

ADS