▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/EliteMobs
EliteMobs

EliteMobs

Minidungeons, Arenas, Bosses, Custom Loot, Quests, MMORPG progression & more!

35.0K
72

EliteMobs 10.1.1

release30 марта 2026 г.

EliteMobs 10.1.1:

  • [Hotfix] Removed some debug messages left in by mistake

EliteMobs 10.1.0

release29 марта 2026 г.

● EliteMobs 10.1.0:

  • [New] Updated for Minecraft 26.1.
  • [New] Boss XP multiplier — bosses now reward bonus XP based on their health and damage multipliers. A 10x HP boss gives ~14x XP, a 25x HP boss gives ~49x XP. Reinforcement mobs with low multipliers give proportionally less.
  • [New] XP progression rebalanced — XP required per level reduced from 20L³ to 8.5L³, bringing the level 1-100 grind from ~1,650 hours of pure mob farming to ~300 hours of dungeon running.
  • [New] Peace Banner — craftable item that creates a chunk-based peaceful zone where elite mobs and events don't spawn. Configurable chunk radius (default 4), any player can place or break them, data persists across restarts. Replaces the old guild-based opt-out system.
  • [New] Peace Banner admin commands — /em peacebanner give , /em peacebanner list.
  • [New] Peace Banner crafting recipe — surround any banner with bones. Recipe is configurable and can be disabled by admins.
  • [New] FMM scripted item integration — EliteMobs custom items can now reference FMM scripted items, bridging the two item systems.
  • [New] Free Goblins Events Pack content package.
  • [New] Lua API: player boss bars, action bars, and titles with tick-based auto-dismiss.
  • [New] Lua API: raycast, spawn_firework, get_target_entity, get_eye_location, get_look_direction.
  • [New] Lua API: send_block_change and reset_block with optional auto-reset timer.
  • [New] Lua API: get_highest_block_y for terrain queries.
  • [New] Lua API: player:sleep() and player:wake_up() endpoints.
  • [New] Lua entity bridge — scripts can now check is_elite, is_custom_boss, is_significant_boss, health_multiplier, and damage_multiplier on any entity.
  • [Fix] Boss bars no longer flicker or disappear when health ratio goes slightly out of bounds from dynamic level scaling.
  • [Fix] Fixed Nightbreak token "Invalid token format" errors caused by whitespace in copy-pasted tokens.
  • [Fix] Fixed compatibility with Minecraft 26.1 — replaced removed SnakeYAML Base64Coder with java.util.Base64.
  • [Fix] Fixed timed events ignoring their configured globalCooldown — the event system was overriding it with a hardcoded 5-minute cooldown after each event spawned, causing events to fire far more frequently than intended.
  • [Fix] Fixed content download crashing with "Missing protocol in URI" when a content pack had no download link or Nightbreak slug — now shows a friendly error message instead.
  • [Fix] Fixed Free Goblins Events Pack missing its Nightbreak slug, preventing downloads and version checking from the setup menu.
  • [Fix] Fixed Free Goblins Events Pack not being recognized as default content, causing version update checks to silently skip it.
  • [Fix] Fixed version checker skipping update notifications for content packs that use the simple constructor — packs with a Nightbreak slug are now always version-checked regardless of constructor type.

EliteMobs 10.0.5

release20 марта 2026 г.

EliteMobs 10.0.5

  • [New] Lua scripting engine for boss powers! All 54 premade boss powers (Arrow Fireworks, Frost Cone, Spirit Walk, Shield Wall, Tracking Fireball, Zombie Bloat, etc.) have been rewritten from Java to Lua. Powers are now defined as .lua scripts, making them fully moddable and extensible by content creators without touching Java.
  • [New] Lua boss API with full entity inheritance — bosses, players, and generic entities all share a unified API. Bosses inherit all living entity methods (push, gravity, scale, particle/sound spawning) and add boss-specific methods (health, tags, combat hooks).
  • [New] 14 Lua script hooks for bosses — on_spawn, on_game_tick, on_zone_enter, on_zone_leave, on_boss_damaged, on_boss_damaged_by_player, on_boss_damaged_by_elite, on_player_damaged_by_boss, on_enter_combat, on_exit_combat, on_heal, on_death, on_leash_reset, and on_boss_target.
  • [New] Lua powers config system — each Lua power gets a YAML config file, allowing server admins to toggle and configure powers the same way as before.
  • [New] Special power support classes for complex Lua powers that need Java-side help — ShieldWall, SpiritWalk, TrackingFireball, EnderDragonEmpoweredLightning, ZombieNecronomicon, and NameTagMessage.
  • [New] GameClock utility for tick-based timing in Lua scripts.
  • [New] /em loot debug unbreakable command — debug loadout variant that grants items with Unbreaking 99 for extended testing sessions.
  • [New] ScriptableBoss and EliteMobsScriptProvider for MagmaCore 2.0 scripting integration — bridges EliteMobs boss entities into MagmaCore's unified scripting framework.
  • [New] Script system generalized with ScriptExecutable and ScriptRuntimeOwner interfaces, allowing both YAML elite scripts and Lua scripts to share the same action/target/condition pipeline.
  • [Fix] Fixed %% literal in ender_dragon_tornado Lua script causing a LuaJ parse error — Java text blocks don't process % like String.format.
  • [Fix] Friendly Lua error messages now show file, line number, hook name, and plain-English explanation instead of raw Java stack traces.
  • [Tweak] MagmaCore dependency upgraded from 1.28-SNAPSHOT to 2.0.0-SNAPSHOT.
  • [Tweak] EasyMinecraftGoals dependency removed — now bundled inside MagmaCore.
  • [Tweak] LuaJ dependency removed from EliteMobs — now provided by MagmaCore's shaded jar (com.magmaguy.shaded.luaj).
  • [Tweak] EMG package relocation added to avoid classloader conflicts.
  • [Tweak] MagmaCore excluded from shadow minimize to keep NMS adapters intact.
  • [Tweak] Shape utilities (Cone, Cuboid, Cylinder, Dome, Ray, Sphere) migrated to MagmaCore — EliteMobs only keeps the specialized ray variants (StaticRay, RotatingRay, TranslatingRay).

EliteMobs 10.0.4

release11 марта 2026 г.

EliteMobs 10.0.4

  • [New] Scaled combat system for natural elite mobs! When enabled (on by default), overworld elites simulate combat at the player's skill level, so gear matters but mob level doesn't. This makes natural elites feel equally fair regardless of player progression. Dungeon bosses using normalized combat are unaffected. Configurable via useScaledCombatForNaturalElites in MobCombatSettings.yml.
  • [New] Scaled combat can also be enabled per custom boss via the scaledCombat config field, allowing content creators to opt specific bosses into level-independent combat.
  • [New] Scaled combat damage multiplier configs! Separate scaledDamageToEliteMultiplier and scaledDamageToPlayerMultiplier settings allow fine-tuning scaled combat difficulty independently from normalized and standard combat.
  • [New] Scaled combat entities display a symbol (⚔ or ☠) instead of a numeric level in their nametag, configurable via scaledStandardLevelSymbol and scaledHighThreatLevelSymbol. High-threat symbols appear when the boss has a health multiplier above 1.
  • [New] Scaled combat health displays show percentage-based damage popups and health bars instead of raw numbers, since the actual HP values are meaningless to the player.
  • [New] Scaled combat reward resolver! Loot, coins, and skill XP from scaled-combat elites use the player's combat level instead of the mob's internal level, ensuring rewards always match progression.
  • [New] Legacy health scaling toggle! useRecommendedHealthScaling (default true) lets servers opt into smaller legacy-style HP values for natural elites, closer to EliteMobs 9 numbers. Not recommended for new servers.
  • [New] Strength and Weakness potion effects now affect player damage against elites! Configurable via strengthDamageMultiplierV2 and weaknessDamageMultiplierV2 (default 0.2 per level each). Strength/Weakness are combined linearly so equal levels cancel exactly.
  • [New] Potion multiplier added to the damage formula and damage breakdown display — Strength, Weakness, and Resistance are now centralized in PotionCombatModifierCalculator.
  • [New] Geyser/Floodgate Bedrock player detection! GeyserDetector now actually detects Bedrock players via reflection-based integration with Floodgate and Geyser APIs, replacing the old placeholder stub.
  • [New] Combat level display height adjusted for Bedrock players — the floating combat level text is offset higher for Geyser/Floodgate clients to account for Bedrock rendering differences.
  • [New] /em loot reward command — gives a custom item to a player scaled to their combat level, with overflow items dropped on the ground.
  • [New] /em loot debug limited command — equips a limited debug loadout (armor, sword, bow, shield, arrows only) for faster testing without cluttering the inventory with every weapon type.
  • [New] Boss tracking bars now work for all bosses with announcementPriority >= 1, even without a custom locationMessage — a sensible default message ("$name: $distance blocks away!") is used automatically.
  • [New] Boss announcementPriority now defaults to 1 when the boss has any announcement content (spawn/death/escape/location messages), instead of always defaulting to 0.
  • [New] Wormhole-aware boss tracking! Boss tracking bars and boss bars now route through wormholes — if a boss is in another world, the tracking bar shows the distance to the nearest wormhole entrance that leads to the boss's world instead of showing "other world."
  • [New] Wormhole-aware quest tracking compass! The quest compass now uses centralized wormhole navigation logic to point players toward the nearest wormhole when the objective is in another world.
  • [New] Back button in dungeon browser menus! When opening a dungeon teleport from the teleports page (inventory or dialog), the level selection and difficulty selection menus now include a back button to return to the teleport browser.
  • [New] PlaceholderAPI placeholders for Maces and Spears skill levels (%elitemobs_player_maces_level%, %elitemobs_player_spears_level%).
  • [New] Dynamic quest rewards are now generated at turn-in time using the player's current combat level, not the quest's original level. If the player is in a dynamic dungeon, the dungeon's selected level is used instead. This prevents stale rewards from quests accepted long ago.
  • [New] Dynamic quest level scaling reworked — quests now use the player's full combat level (1-100) instead of the old divided quest level (1-20), producing more granular quest difficulty and reward scaling.
  • [Fix] Fixed ranged-only weapons (bows, crossbows) used in melee dealing full weapon damage instead of counting as unarmed strikes — melee hits with ranged weapons now use fist attack speed (4.0) and weapon level 0.
  • [Fix] Fixed 1-shot protection using base max health instead of total max health (including skill bonuses), allowing players with armor skill health bonuses to still be one-shot in some cases.
  • [Fix] Fixed wormhole code crashing on Paper servers when accessing Location.getWorld() for unloaded worlds — Paper throws IllegalArgumentException instead of returning null. All wormhole location access now catches this exception.
  • [Fix] Fixed instanced dungeon kill objectives from one instance leaking into and completing objectives in other instances of the same dungeon — objectives now check instance identity before counting kills.
  • [Fix] Fixed instanced dungeon kill objectives accumulating in the static listener list across runs, causing stale objectives to remain registered after dungeon completion or closure.
  • [Fix] Fixed instanced dungeon completion check running even when the dungeon state isn't ONGOING, potentially triggering completion logic during cleanup.
  • [Fix] Fixed players reviving in instanced dungeons teleporting into the banner block instead of on top of it, and not having their health restored.
  • [Fix] Fixed quest objective names causing NullPointerException when the objective name is null — both chat progression messages and menu summary lines now safely handle null names.
  • [Fix] Fixed quest reward item display name causing NullPointerException when the item has no custom display name — falls back to the material type name.
  • [Fix] Fixed quest turn-in objective crashing when the NPC name is null.
  • [Fix] Fixed quest dialog and Bedrock quest views showing color code artifacts — dialog text processing now fully strips color codes and collapses multi-line text into single lines for clean rendering.
  • [Fix] Fixed quest inventory menu word-wrapping using a hardcoded 30-character width instead of the configured maxCharactersPerLine value.
  • [Fix] Fixed quest inventory menu lore applying broken character-level word wrapping with color code tracking — replaced with simple line-per-entry rendering.
  • [Fix] Fixed /em skillcheck output showing double plugin prefix by switching from Logger.sendMessage to Logger.sendSimpleMessage.
  • [Fix] Fixed script SUMMON_ENTITY action crashing when getEntityClass() returns null for an EntityType, or when the location/world is null.
  • [Fix] Fixed script SUMMON_ENTITY scheduling a removal task even when duration is 0, causing unnecessary timer overhead.
  • [Fix] Fixed script SUMMON_ENTITY error messages not including the script filename, making debugging harder.
  • [Fix] Fixed Welcome Quest referencing "Odigos" instead of the correct NPC names "Casus" and "Dux".
  • [Fix] Fixed Invisibility power only applying at amplifier 3 instead of 5.
  • [Tweak] Plugin initialization refactored to use MagmaCore's centralized PluginInitializationContext system — the progress bar, async/sync phasing, error handling, and shutdown cancellation are now managed by MagmaCore instead of being hand-rolled in EliteMobs. This prepares for multi-plugin initialization coordination.
  • [Tweak] MagmaCore API calls updated to pass plugin instance (this) for multi-plugin support — affects MagmaCore.onEnable(), MagmaCore.shutdown(), MagmaCore.initializeImporter(), NightbreakContentManager.downloadAsync(), NightbreakContentManager.checkAccessAsync(), FirstTimeSetupMenu, and SetupMenu.
  • [Tweak] EMPackage now implements NightbreakManagedContent interface for standardized content management.
  • [Tweak] Teleport config keys migrated from teleportText/Hover/Command to teleportTextV2/HoverV2/CommandV2 to reset any user customizations that broke with the new dialog-aware teleport system.
  • [Tweak] Updated MagmaCore dependency.

EliteMobs 10.0.3

release2 марта 2026 г.

EliteMobs 10.0.3

  • [Critical Fix] Fixed an error on startup some servers caused by the new translation system

Совместимость

Minecraft: Java Edition

26.1.x1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:7 месяцев назад
Обновлён:1 неделю назад
Главная