An advanced Minecraft server plugin for automated boss events, featuring deep integration with MythicMobs and WorldGuard.
mEvents is designed to bring dynamic challenges to your server. It automates the life cycle of world bosses—from scheduling and spawning to area protection and cleanup.
- Dynamic Protection: Automatically generates a WorldGuard region around the boss upon spawning.
- Anti-Leash System: Monitors the boss's location. If the boss attempts to leave the defined region, it is instantly teleported back to the center.
- Smart Cleanup: The WorldGuard region is automatically deleted as soon as the boss is defeated.
| Command | Description | Permission |
|---|---|---|
/mevents reload |
Reloads the configuration and message files. | mevents.admin |
/mevents spawn |
Manually triggers the next scheduled event. | mevents.admin |
/mevents fspawn <mob> |
Force-spawns a specific boss at your location with a region. | mevents.admin |
Use these placeholders in your Scoreboards, Tab-lists, or Chat:
| Placeholder | Description |
|---|---|
%mEvents_time% |
Minutes remaining until the next event. |
%mEvents_coordinates% |
Spawn location formatted as: X: %x% Y: %y% Z: %z%. |
%mEvents_bossname% |
Displays the display name of the active boss. |
- Server Engine: Paper 1.20.1 or newer (Recommended).
- Java: Version 17+
- Dependencies:
- Download
mEvents.jarand drop it into your/plugins/folder. - Ensure all dependencies (MythicMobs, WorldGuard) are installed and updated.
- Restart your server to generate the default configuration.
- Grant the
mevents.adminpermission to your administrators using LuckPerms or a similar plugin.
- Region Scaling: By default,
/mevents fspawncreates a 50x25x50 cuboid region centered on the boss. - Logs: All region creation, boss movement violations, and deletion events are logged to the console for easy debugging.
- Safety: If the
RegionManagerfails or a mob cannot spawn, detailed error reports will be generated in the console logs.