What's New?
- MythicMobs Support: Take your gateways to the next level! You can now use any of your MythicMobs inside rift waves. Simply define the mob's name and level in your gateway configuration.
- Automatic Update Alerts: Never miss an update again. The plugin now checks for the latest version on startup and will let you know in the console if a new version is ready for download.
Stability & Compatibility
- Zero-Dependency Design: MythicMobs is completely optional. The plugin remains lightweight and will only activate these features if MythicMobs is detected on your server.
- Optimized Performance: The new update checker runs in the background, ensuring your server starts up just as fast as before.
Configuration Example
To use a MythicMob in your
gateways/*.yml files:
YAML:- mythic-type: SkeletalKnight mythic-level: 5 amount: 2
- You can now specify enchantments using a simple key-value format.
YAML:mobs: - type: WITHER_SKELETON name: "<dark_red>Inferno Knight" equipment: # Weapons hand: NETHERITE_SWORD hand-enchants: sharpness: 5 fire_aspect: 2 # Armor helmet: NETHERITE_HELMET helmet-enchants: protection: 4 respiration: 3
- Improved item creation logic to support modern server versions while maintaining backward compatibility for legacy enchantment names.
- Added comprehensive error logging for invalid enchantment names to help with debugging.
