{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":76973075,"defaultBranch":"master","name":"EliteMobs","ownerLogin":"MagmaGuy","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-12-20T16:31:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13719743?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1720353076.0","currentOid":""},"activityList":{"items":[{"before":"8d25c8e4d8862c417dd7e95b2067027336f573d2","after":"f9fdea3e6d9366b342b9ce8b56493436a4bc7219","ref":"refs/heads/EliteMobs-9","pushedAt":"2024-07-07T12:21:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 9.0.3\n- [New] The Nether Bell Sanctum - the last story mode sanctum is out!\n- [New] Withers can now be used as valid elites\n- [Fix] Updated the villager profession code to fit the new Spigot 1.21 API\n- [Fix] Fixed Breezes and Bogged not working correctly as elites\n- [Fix] Fixed Minecraft bug that caused speed potion effects to last forever under certain circumstances\n- [Tweak] Minor improvement to configuration generation\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 9.0.3"}},{"before":"aec2b52b8cbd48fd61882fd7a73d859f08baecc2","after":"8d25c8e4d8862c417dd7e95b2067027336f573d2","ref":"refs/heads/EliteMobs-9","pushedAt":"2024-07-02T12:19:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 9.0.2\n- [New] Added the NAVIGATE script action, which makes a mob navigate to the given block, with a maximum navigation time, an optional teleport failsafe and a velocity option\n- [New] Added ZoneEnterEvent and ZoneLeaveEvent for elite scripts. This allows scripters to trigger actions based on entities entering and leaving zones set in scripts. The DIRECT_TARGET of ZoneEnterEvent and ZoneLeaveEvent is the entity that entered or left, and due to how the internal logic works only absolute points (specific coordinates) and points relative to the boss can be used for scanning entering and leaving.\n- [New] No durability left messages for elite items now appear in the boss bar instead of spamming chat\n- [New] Treasure Chests can now be added to dungeon instances by using \"instanced: true\" in their configuration files and adding the locations the same way it is done with regional bosses\n- [New] Added minimum event cooldown for timed events, defaulted to 4 minutes, to prevent multiple events to happen all at once when players join worlds with queued events\n- [New] Added warning for items using INSTANT_DAMAGE/HARM potion effects due to the tendency of making players/admins not understand why they're healing undead mobs. We will be redoing all default/officially distributed loot that uses these potion effects, which shouldn't be more than a few cases.\n- [New] Added listedInTeleports option for dungeon packager that can prevent certain dungeons from being listed in the teleports page of the EM menu\n- [New] Added fireDamageMultiplier, poisonDamageMultiplier, witherDamageMultiplier to dungeons.yml which modify how much damage those damage sources deal inside of EliteMobs dungeon worlds to better balance combat\n- [New] Added safeguard in case a script gives players god mode (never recommended to do this) to remove god mode when they log off or the server shuts down\n- [Fix] Fixed issue where players would get permanently slowed down due to a Minecraft bug\n- [Fix] Fixed Zombie Necronomicon power now accounting for zombies potentially turnining into drowned\n- [Fix] Fixed maven repo readme\n- [Fix] Updated sonatype access to be token-based to reenable publishing the API\n- [Fix] Fixed an issue that caused EliteMobDamagedByEliteMobEvent scripts not to work correctly\n- [Fix] Fixed issue that caused quests to show the wrong level for the bosses in kill quests\n- [Fix] Fixed bug where teleports page could contain currently not installed content\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 9.0.2"}},{"before":"55e8100abb187d1e674cfae0460c86c4b281a445","after":"aec2b52b8cbd48fd61882fd7a73d859f08baecc2","ref":"refs/heads/EliteMobs-9","pushedAt":"2024-06-27T15:49:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 9.0.1\n- [New] Added option to disable pvp in dungeons, defaulting to not allow pvp, to dungeons.yml\n- [New] Plugin will no longer try to load for unsupported Minecraft versions (versions older than Minecraft 1.21)\n- [Tweak] Changed several plugin defaults to be natively written for Minecraft 1.21\n- [Fix] Fixed bug where reloading EliteMobs would remove the world protections for already loaded worlds\n- [Fix] Fixed error associated with trying to read potion effects\n- [Fix] Improved the compatibility layer to better take old enchantments and potion effects into account, reenabling effects on items generated before 9.0\n- [Fix] Fixed error spam related to custom boss trails\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 9.0.1"}},{"before":"a1a6209f1eab6a40d3fa6660117ef2aa1deb81db","after":"55e8100abb187d1e674cfae0460c86c4b281a445","ref":"refs/heads/EliteMobs-9","pushedAt":"2024-06-20T15:02:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 9.0.0-SNAPSHOT-2\n- [New] Added Sounds.yml\n- [New] Quests, rank ups and opening treasure chests now have custom sounds in the resource pack\n- [New] Debug items now come with higher durability\n- [New] Dungeons all now install by default when imported, no longer requiring admins to run /em setup to install them\n- [New] Added compatibility layer to allow old transitive blocks to be interpreted correctly by their new minecraft values\n- [Fix] Fixed bug related to debug particles\n- [Removal] Removed dungeonLocationType from the dungeon packager, it was a legacy value\n- [Tweak] Minor refactors\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 9.0.0-SNAPSHOT-2"}},{"before":"ef8b50b878e1aeb4c96387366c8e7fd9ecf7e588","after":"a1a6209f1eab6a40d3fa6660117ef2aa1deb81db","ref":"refs/heads/EliteMobs-9","pushedAt":"2024-06-19T13:06:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"- [New] 1.21 update!\n- [New] Added bossType field to custom bosses, to be used in the future for things like automatic boss bars\n- [New] Added Breach, Density and Wind Burst enchantments to EliteMobs\n- [New] Added Infested, Oozing, Raid Omen, Trial Omen, Weaving and Wind Charged potion effects to EliteMobs\n- [New] Added Bogged and Breeze entity types as valid elites and bosses\n- [New] All enchantments and potion effects now use the same names as in-game, instead of legacy API names\n- [New] Added compatibility layer that automatically converts legacy API names to the new equivalent, meaning it is not necessary to update the dungeons for them to keep working\n- [Removal] Removed Super Mobs\n- [Removal] Removed Schematic Dungeons, 100% of them will brought back as world-based dungeons. Use BetterStructures shrines as a replacement, they're much better.\n- [Removal] Removed all traces of WorldEdit as a requirement, since schematic dungeons are no longer a feature\n- [Removal] Removed the region leveling mode and the nightmare mode, they should either be improved or be their own plugin\n- [Removal] Removed all the code legacy code used to maintain multi-version support since this build will not be able to support anything before 1.21\n- [Tweak] Default test boss no longer uses broadcast as a sample command and instead uses say\n- [Tweak] Fixed typo in stats page of the player em menu\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"- [New] 1.21 update!"}},{"before":"6818cf5b0bb63c1cd1689ba64a17ddae9843ed97","after":"9eaeb7f7da7ec7d8f8cf6fd5a6a95f5e53117155","ref":"refs/heads/master","pushedAt":"2024-06-18T09:31:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"- Fixed bug where push action would be cancelled if applied on the same tick a player is damaged by the boss\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"- Fixed bug where push action would be cancelled if applied on the sa…"}},{"before":null,"after":"ef8b50b878e1aeb4c96387366c8e7fd9ecf7e588","ref":"refs/heads/EliteMobs-9","pushedAt":"2024-06-18T09:28:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"- Updated all entities, potion effects and enchantments to work with Minecraft 1.21\n- Removed Super Mobs\n- Fixed bug where push action would be cancelled if applied on the same tick a player is damaged by the boss\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"- Updated all entities, potion effects and enchantments to work with …"}},{"before":"8846907bcb924bd2ecf1d426b173a3d993f209d5","after":"6818cf5b0bb63c1cd1689ba64a17ddae9843ed97","ref":"refs/heads/master","pushedAt":"2024-06-17T09:46:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.16\n- [New] Added the new story-mode dungeon, The Nether Wastes\n- [Fix] Fixed bug that caused the guild bonus blacklister to not work on login\n- [Fix] Fixed bug where loot would not drop and console would error when killing a boss in an instanced dungeon\n- [Update] Updated EasyMinecraftGoals version\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.16"}},{"before":"0ea650a6adff70fd10a0e9ef8974782f2c302e24","after":"8846907bcb924bd2ecf1d426b173a3d993f209d5","ref":"refs/heads/master","pushedAt":"2024-06-09T16:09:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"- Added sounds config file\n- Added models config file","shortMessageHtmlLink":"- Added sounds config file"}},{"before":"31c7775e68d7ad79bca22cb1612302fec509c590","after":"0ea650a6adff70fd10a0e9ef8974782f2c302e24","ref":"refs/heads/master","pushedAt":"2024-06-07T21:02:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.15\n- [New] Added optional MySQL support\n- [New] Added Database.yml to configure MySQL\n- [New] Added The Deep Mines Sanctum\n- [Fix] Added cooldown to randomizing shop contents, preventing people from abusing it to tank TPS\n- [Fix] Fixed problem that would cause turkish locales to be unable to run EliteMobs correctly\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.15"}},{"before":"aac268cb1a3d842944bdff3642168d394d113b44","after":"31c7775e68d7ad79bca22cb1612302fec509c590","ref":"refs/heads/master","pushedAt":"2024-06-07T19:20:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.15\n- [New] Added optional MySQL support\n- [New] Added Database.yml to configure MySQL\n- [New] Added The Deep Mines Sanctum\n- [Fix] Added cooldown to randomizing shop contents, preventing people from abusing it to tank TPS\n- [Fix] Fixed problem that would cause turkish locales to be unable to run EliteMobs correctly\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.15"}},{"before":"bcd22fe5ce8f3462a7ff21b24f8155efbfa15fbc","after":"aac268cb1a3d842944bdff3642168d394d113b44","ref":"refs/heads/master","pushedAt":"2024-05-31T02:27:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"- Fixed repository for FreeMinecraftModels\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"- Fixed repository for FreeMinecraftModels"}},{"before":"85ec676525053bad915e74e1c701bb5379106cfc","after":"bcd22fe5ce8f3462a7ff21b24f8155efbfa15fbc","ref":"refs/heads/master","pushedAt":"2024-05-31T01:15:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.14\n- [Fix] Fixed error where death messages would not display for custom bosses\n- [Fix] Fixed exploit where direct drops would not respect player guild level when limiting item level\n- [Fix] Fixed reported lag/crashes from bad unloading strategy for some legacy powers\n- [Fix] Fixed bug that caused the palace sanctum teleported to not appear\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.14"}},{"before":"f7349ce8edd4a15b4b5b6c08b1eed9363d10c63c","after":"85ec676525053bad915e74e1c701bb5379106cfc","ref":"refs/heads/master","pushedAt":"2024-05-29T15:30:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.13\n- [New] Added new story-mode dungeon, The Quarry! Currently in early access for Patreon supporters\n- [Critical fix] Bugs related to crashes and errors when creating / removing instanced dungeons should now be fixed\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.13"}},{"before":"84fc17f750a1a3399e273948915b1bedc669a6c7","after":"f7349ce8edd4a15b4b5b6c08b1eed9363d10c63c","ref":"refs/heads/master","pushedAt":"2024-05-29T15:01:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.13\n- [New] Added new story-mode dungeon, The Quarry! Currently in early access for Patreon supporters\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.13"}},{"before":"99cc4005735b5d633fbe3fc0a50ebf07a3dc004c","after":"84fc17f750a1a3399e273948915b1bedc669a6c7","ref":"refs/heads/master","pushedAt":"2024-05-29T15:00:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.13\n- [New] Added new story-mode dungeon, The Quarry! Currently in early access for Patreon supporters\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.13"}},{"before":"15972c5cdaa3ca45de4603b78215472b4a5338d7","after":"99cc4005735b5d633fbe3fc0a50ebf07a3dc004c","ref":"refs/heads/master","pushedAt":"2024-05-29T13:41:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.12\n- [New] Updated for Minecraft 1.20.6 (especially paper)\n- [Tweak] Improved logging and error handling for scripts\n- [Fix] Fixed button customization for scrapper menu\n- [Tweak] Improved default documentation for config.yml\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.12"}},{"before":"c59385d6fa39d3c02b5e7d98e9e9e3290ec15e00","after":"15972c5cdaa3ca45de4603b78215472b4a5338d7","ref":"refs/heads/master","pushedAt":"2024-04-23T21:47:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.10\n- [New] Updated EasyMinecraftGoals version\n- [Fix] Fixed bug that was preventing fetch quests from progressing\n- [Fix] Fixed bug where resource packs would not get reapplied when players rejoined the server\n- [Fix] Fixed bug related to instanced dungeons not instancing correctly\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.10"}},{"before":"fc336074cd8196026283bb4e7507e13fb82d51dd","after":"c59385d6fa39d3c02b5e7d98e9e9e3290ec15e00","ref":"refs/heads/master","pushedAt":"2024-04-22T16:18:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.9\n- [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\n- [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\n- [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\n- [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\n- [Fix] Actions based on events now respect event cancellation\n- [Fix] Removed accidental inclusion of kotlin shading\n- [Fix] Prestiging now correctly drops items for players the moment they trigger it\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.9"}},{"before":"c08e95b9c15cf07898fcb7e3b7f76f40f4dabf4a","after":"fc336074cd8196026283bb4e7507e13fb82d51dd","ref":"refs/heads/master","pushedAt":"2024-03-20T00:06:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.7\n- [New] Currency drops can now be configured to use the more advanced loot table system that instanced dungeons use\n- [Fix] Fixed issue where the name of items in menus sometimes didn't work once translated\n- [Fix] Fixed error where mobs that can't have armor would throw warnings when they attempted to equip armor\n- [Optimization] Optimized the elite explosion detection system\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.7"}},{"before":"a721801db2aca9d115e0e20ace155c2e54085b9f","after":"c08e95b9c15cf07898fcb7e3b7f76f40f4dabf4a","ref":"refs/heads/master","pushedAt":"2024-03-17T08:20:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"- Optimized player scanning\n- Fixed leak for improperly set up scripts\n- Expanded story dungeons quests\n- Optimized combat exit scanning for elites\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"- Optimized player scanning"}},{"before":"19f8d12204af8d4342d999f5f373884c5b05adf9","after":"a721801db2aca9d115e0e20ace155c2e54085b9f","ref":"refs/heads/master","pushedAt":"2024-02-17T04:47:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"- Removed now unused settings from antiexploit\n- Made it possible to disable the noPathExploit antiexploit\n- 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\n- Created dungeons.yml configuration file to centralize configuration settings related to dungeon content, and moved settings out of config.yml to dungeons.yml\n- Made a lot more text translatable based on community requests and reports\n- Optimized super egg hopper scanner\n- Fixed permissions commands giving out no permission messages with incorrect plugin labeling\n- Did a very large cleanup of messages on startup, EliteMobs should now run almost entirely silent on startup unless something goes wrong\n- Fixed a bug where content that existed in config.yml could not be translated in the translation file correctly\n- 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\n- Fixed exploit with treasure chests\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"- Removed now unused settings from antiexploit"}},{"before":"7beabc18aaed0f6ba74b8ef26770ef3c12206ff7","after":"19f8d12204af8d4342d999f5f373884c5b05adf9","ref":"refs/heads/master","pushedAt":"2024-02-11T21:06:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"Add Match events and interfaces for player instances\n\nThis commit introduces several new classes and interfaces for handling different types of Match events in player instances. These include Join, Leave, Start, End, Destroy, and Instantiate events. Additionally, it enhances the MatchInstance class by initiating these events at appropriate actions such as adding new players, removing players or resetting a match.","shortMessageHtmlLink":"Add Match events and interfaces for player instances"}},{"before":"c4af3ac0585c3e586ee6041a9b479e42280d9705","after":"7beabc18aaed0f6ba74b8ef26770ef3c12206ff7","ref":"refs/heads/master","pushedAt":"2024-02-09T09:06:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"Update EliteMobs to 8.7.5 with new features and fixes\n\nThis commit adds new features to EliteMobs such as dynamic level recalculation for bosses and server-wide disabling of commoner rank in AdventuresGuild. It also enables translations for all items in item-based menus. Lastly, it addresses an issue that could potentially cause problems when instancing multiples of the same world, thus improving overall flexibility and reliability.\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"Update EliteMobs to 8.7.5 with new features and fixes"}},{"before":"6634fde68b44c297d8373a026d575da3a6304baf","after":"c4af3ac0585c3e586ee6041a9b479e42280d9705","ref":"refs/heads/master","pushedAt":"2024-01-21T19:50:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.5 changelog:\n- [New] Bosses with dynamic levels now recalculate their level on a timer, fixing a number of tricky situations\n- [New] Added way to disable the commoner rank for the entire server in AdventuresGuild.yml\n- [New] All items in item-based menus should now be properly translatable in the translation file\n- [Fix] Fixed issue that could lead to problems when instancing multiples of the same world\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.5 changelog:"}},{"before":"b2030470fec353d1a3ad693c59dbaff44d99fa68","after":"6634fde68b44c297d8373a026d575da3a6304baf","ref":"refs/heads/master","pushedAt":"2024-01-18T08:00:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.4 changelog:\n- [New] Updated to Minecraft 1.20.4\n- [New] Updated the Craftenmine's Laboratory sanctum\n- [New] Updated the Knight's Castle Lair\n- [Fix] Tweaked the way quests with item requirements work, should be more reliable now\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.4 changelog:"}},{"before":"4b1c93a4ded50c9064d4fe13b622da7294606dcc","after":"b2030470fec353d1a3ad693c59dbaff44d99fa68","ref":"refs/heads/master","pushedAt":"2024-01-08T09:27:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.3 changelog:\n- [New] Completely remade most of the antiexploit systems, they should now be far more flexible and detect far more cases\n- [New] Added the NormalUndergroundSpawn premade custom spawn, fixing some events\n- [New] The dungeon interface is now translatable and partially customizable\n- [New] The translation files have been updated on https://crowdin.com/project/elitemobs\n- [New] The EliteMobs resource pack is now by default set to use FMM for the custom models instead of ModelEngine, meaning that you can now use FMM for EliteMobs directly without having to change anything about the resource pack\n- [Fix] Fixed changing language not working with console\n- [Fix] Updated Primis to fix some issues with the final boss and the custom models\n- [Refactor] Moved all my projects to the snapshot repository of sonatype, making it more uniform and easier to use\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.3 changelog:"}},{"before":"3cc1e5f391e0cf08960b266055141c05633a8001","after":"4b1c93a4ded50c9064d4fe13b622da7294606dcc","ref":"refs/heads/master","pushedAt":"2024-01-02T05:40:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.2 changelog:\n- [New] Released The Bridge Sanctum\n- [New] Added The City Dungeon package\n- [New] Added The Palace Sanctum\n- [New] Added The Oasis Pyramid Sanctum\n- [New] Added The Primis Blood Temple\n- [Fix] Fixed a bug with relative offsets not reading configuration data correctly\n- [Fix] Fixed a typo in a mobcombatsettings config description\n- [Fix] Changed how max health based player count on is scaled for instanced bosses\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.2 changelog:"}},{"before":"beb9328ef91cd0bd32870e726b6b1341edbc0f64","after":"3cc1e5f391e0cf08960b266055141c05633a8001","ref":"refs/heads/master","pushedAt":"2023-11-27T02:32:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.7.0\n- [New] Added FreeMinecraftModels as a drop-in replacement for ModelEngine! ModelEngine R3 will still work for now, but support will be dropped in the future\n- [New] Arenas are now able to spawn Mythic Mobs as wave bosses!\n- [New] Added the elitemobs-explosion-block-damage flag, which when denied makes fireballs still do damage but not damage the terrain\n- [Fix/Revert] Fixed issue where players couldn't pick up elite currency. This reverts a previous compatibility fix for plugins that change item pickup behavior\n- [Fix] Fireballs now do damage correctly when appropriate\n- [Fix] Custom boss spawn with level command will now work correctly for bosses with a dynamic level\n- [Tweak] Remove command stops removing if you relog\n- [Tweak] Thoroughly optimized the PlasmaBlaster power based on feedback\n- ...and more\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.7.0"}},{"before":"8f0ad6f6c4fab2b30218d26ada27cbec974abb27","after":"beb9328ef91cd0bd32870e726b6b1341edbc0f64","ref":"refs/heads/master","pushedAt":"2023-10-08T05:54:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"MagmaGuy","name":null,"path":"/MagmaGuy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13719743?s=80&v=4"},"commit":{"message":"EliteMobs 8.6.2\n- [New] Updated EliteMobs to be compatible with MC 1.20.2\n- [Fix] Fixed bug related to having dungeons installed but not having worldguard\n- [Fix] Fixed error related to reloads and dynamic quests\n- [Fix] Fixed issue where some plugins would force pick up visual items\n\nSigned-off-by: MagmaGuy ","shortMessageHtmlLink":"EliteMobs 8.6.2"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEeNZyDwA","startCursor":null,"endCursor":null}},"title":"Activity · MagmaGuy/EliteMobs"}