Releases: MagmaGuy/EliteMobs
Releases · MagmaGuy/EliteMobs
EliteMobs 8.7.14
EliteMobs 8.7.14
- [Fix] Fixed error where death messages would not display for custom bosses
- [Fix] Fixed exploit where direct drops would not respect player guild level when limiting item level
- [Fix] Fixed reported lag/crashes from bad unloading strategy for some legacy powers
- [Fix] Fixed bug that caused the palace sanctum teleported to not appear
EliteMobs 8.7.13
EliteMobs 8.7.13
- [New] Added new story-mode dungeon, The Quarry! Currently in early access for Patreon supporters
- [Critical fix] Bugs related to crashes and errors when creating / removing instanced dungeons should now be fixed
EliteMobs 8.7.12
EliteMobs 8.7.12
- [New] Updated for Minecraft 1.20.6 (especially paper)
- [Tweak] Improved logging and error handling for scripts
- [Fix] Fixed button customization for scrapper menu
- [Tweak] Improved default documentation for config.yml
EliteMobs 8.7.11
EliteMobs 8.7.11
- [New] Updated for Minecraft 1.20.5
EliteMobs 8.7.10
EliteMobs 8.7.10
- [New] Updated EasyMinecraftGoals version
- [Fix] Fixed bug that was preventing fetch quests from progressing
- [Fix] Fixed bug where resource packs would not get reapplied when players rejoined the server
- [Fix] Fixed bug related to instanced dungeons not instancing correctly
EliteMobs 8.7.9
EliteMobs 8.7.9
- [New] Changed how EliteMobs serves resource packs. It no longer relies on server.properties, fixing a lot of bugs and limitations related to this system
- [New] The resource_pack_config.yml configuration file has been moved to the main configuration directory of EliteMobs, and now hosts all the configuration settings for distributing the resource pack
- [Fix] Fixed various issues related to dungeon instancing, including bosses not appearing and players showing up in the same instance as other players when they shouldn't
- [Fix] Actions should now run on the same tick that they are called in when there is no wait, fixing issues related to damage modification in scripts, among others
- [Fix] Actions based on events now respect event cancellation
- [Fix] Removed accidental inclusion of kotlin shading
- [Fix] Prestiging now correctly drops items for players the moment they trigger it
EliteMobs 8.7.8
EliteMobs 8.7.8:
- [New] Custom quests can now use questAcceptSound and questCompleteSound to play sounds when a quest is accepted and completed
- [New] SUMMON_REINFORCEMENTS script action can now apply an initial velocity to those reinforcements
- [Tweak] Improved detection of mythic mobs failing to spawn in arenas
Elitemobs 8.7.7
EliteMobs 8.7.7
- [New] Currency drops can now be configured to use the more advanced loot table system that instanced dungeons use
- [Fix] Fixed issue where the name of items in menus sometimes didn't work once translated
- [Fix] Fixed error where mobs that can't have armor would throw warnings when they attempted to equip armor
- [Optimization] Optimized the elite explosion detection system
EliteMobs 8.7.6
EliteMobs 8.7.6
- [Critical] Fixed two big bugs that would tank performance on servers related to elite scripts and the combat scan
- [New] Made it possible to disable the noPathExploit antiexploit
- [New] Deep rewrite of how instanced content works, adding api events and changing the structure of instanced dungeons to fix some bugs and standardize behavior with arenas
- [New] Created dungeons.yml configuration file to centralize configuration settings related to dungeon content, and moved settings out of config.yml to dungeons.yml
- [New] Made a lot more text translatable based on community requests and reports
- [New] Optimized super egg hopper scanner
- [New] Fixed permissions commands giving out no permission messages with incorrect plugin labeling
- [New] Did a very large cleanup of messages on startup, EliteMobs should now run almost entirely silent on startup unless something goes wrong
- [Fix] Fixed a bug where content that existed in config.yml could not be translated in the translation file correctly
- [New] Updated the maximum page count of books to 100 to match the new higher limit of Minecraft, fixing issues related to accruing very long quests potentially preventing players from opening the /em menu
- [Fix] Fixed exploit with treasure chests
EliteMobs 8.7.6-SNAPSHOT-2
- Fixed issue where specific scripts could "leak", causing unnecessary overhead
- Optimized combat enter / combat exit computation, and it's also now done in async