Skip to content

Bump com.gmail.nossr50.mcMMO:mcMMO from 2.2.051 to 2.2.052#321

Merged
Travja merged 1 commit into
devfrom
dependabot/maven/dev/com.gmail.nossr50.mcMMO-mcMMO-2.2.052
May 19, 2026
Merged

Bump com.gmail.nossr50.mcMMO:mcMMO from 2.2.051 to 2.2.052#321
Travja merged 1 commit into
devfrom
dependabot/maven/dev/com.gmail.nossr50.mcMMO-mcMMO-2.2.052

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps com.gmail.nossr50.mcMMO:mcMMO from 2.2.051 to 2.2.052.

Release notes

Sourced from com.gmail.nossr50.mcMMO:mcMMO's releases.

1.5.00 release (Made for MC 1.7)

No release notes provided.

1.4.08 Release (Designed for MC 1.6.4)

No release notes provided.

1.4.06 Rerelease (Minecraft 1.7.10)

A re-release of the final commit before Minecraft R1.8, modified to turn off metrics (because the metrics service no longer exists).

Changelog

Sourced from com.gmail.nossr50.mcMMO:mcMMO's changelog.

Version 2.2.053 (Codebase) Removed 27 dead JSON.* locale keys from all locale files — JSON.Rank, JSON.JWrapper.Header, JSON.JWrapper.Target.{Type,Block,Player}, JSON.Hover.{SuperAbility,Mystery2}, JSON.Notification.SuperAbility, JSON.Acrobatics.Roll.Interaction.Activated, and all JSON. skill-name keys were never loaded in Java source; skill names use .SkillName instead

Version 2.2.052 Fixed Mooshroom Shake drops not loading due to wrong entity ID in fishing_treasures.yml (see notes) Fixed Minecraft version detection failing on Spigot servers, causing Tricky Trials potions to be skipped Fixed Woodcutting bonus drops (Harvest Lumber, Clean Cuts) and Excavation treasure drops bypassing BlockDropItemEvent, making them invisible to Telekinesis-style enchant plugins (See notes) Skill info tooltip colors are now fully customizable via locale strings — all colors in JSON hover components are driven by locale keys and support & codes, hex colors (&#RRGGBB), and [[COLOR_NAME]] tokens Fixed incorrect effect durations for splash and lingering variants of Infestation, Weaving, Wind Charging, and Oozing potions in potions.yml (Thanks Warriorrrr) — existing servers are auto-migrated on first startup Fixed an exploit where arrows from multishot crossbows could be recovered in regions protected by WorldGuard Fixed an exploit where renamed seeds could trigger Green Thumb crop replanting without being consumed Fixed an exploit where renamed mushrooms could trigger Shroom Thumb without being consumed Fixed bug where Powered Shot (Crossbows) was reading MaxDamage from the Archery config section instead of its own Fixed bug where Smelting Vanilla XP multiplier was not using Skills.Smelting.VanillaXPMultiplier values from advanced.yml Fixed Fishing skill only working with main-hand fishing rod when fishing Fixed bug where Block Cracker (Unarmed/Berserk) had no effect on deepslate_bricks, deepslate_tiles, polished_blackstone_bricks, and nether_bricks Fixed Verdant Bounty (Herbalism) never triggering triple drops — the subskill was defined and displayed but was never checked during block break processing Fixed bug where mob custom names could be permanently corrupted after healthbar display (see notes) Fixed bug where vanilla mobs (null custom name) had their name incorrectly restored as an empty string instead of null after healthbar display Fixed bug where hitting a mob multiple times during the healthbar display window caused the name to restore too early (see notes) Changed mcMMO behavior around immature crop drops, no longer blocking drops from immature crops (See notes) Removed Patreon and language translation links from the skill command URL bar Added missing default value for 'Skills.Acrobatics.GracefulRoll.DamageThreshold' to advanced.yml Added 'Skills.Crossbows.PoweredShot.RankDamageMultiplier' to advanced.yml Added 'Skills.Crossbows.PoweredShot.MaxDamage' to advanced.yml Added 'Skills.Maces.Crush.Base_Damage' to advanced.yml Added 'Skills.Maces.Crush.Rank_Damage_Multiplier' to advanced.yml Added 'Skills.Tridents.Impale.Base_Damage' to advanced.yml Added 'Skills.Tridents.Impale.Rank_Damage_Multiplier' to advanced.yml Added 'Skills.Repair.ArcaneForging.MaxEnchantLevel' to advanced.yml (See notes) Added 'Skills.Salvage.ArcaneSalvage.MaxEnchantLevel' to advanced.yml (See notes) Updated Simplified Chinese (zh_CN) locale with new Spears and Maces translations, color-code spacing fixes, improved fishing messages, and corrected ability wear-off message formatting (Thanks GhostDC) Added & color codes to JSON hover tooltip keys and new JSON.URL..Detail, JSON.URL.Header, for consistency with locale_en_US.properties (Codebase) Updated deprecated durability API usage to ItemMeta Damageable API (see notes) (Codebase) Removed obsolete multishot arrow metadata marker system, modernized to native Spigot/Paper APIs (Codebase) Simplified crossbow arrow handling by eliminating unnecessary custom metadata tracking (Codebase) Replaced three separate healthbar metadata keys with a single HealthbarSnapshot record, eliminating duplicate restore logic spread across MobHealthDisplayUpdaterTask, CombatUtils, and TransientMetadataTools (Codebase) Rewrote MobHealthDisplayUpdaterTask as a self-managing repeating polling task using lastHitMs timestamps to extend the display window on re-hits, replacing the single-shot runAtEntityLater approach (Codebase) Removed unused Roll.printInfo(), Roll.getMechanics(), and Roll.getStats() overrides; deprecated SubSkill interface methods getStats() and getMechanics() for removal (Codebase) LocaleLoader.formatComponent() now supports [[NAME]] color tokens (e.g. [[RED]], [[DARK_AQUA]], [[BOLD]]) by translating them to & codes before Adventure serialization, so all three mcMMO color formats (&X, &#RRGGBB, [[NAME]]) work in JSON hover components (Codebase) Rewrote TextComponentFactory to use LocaleLoader.getTextComponent() throughout, eliminating all hard-coded NamedTextColor constants from JSON hover component construction — all colors and text are now fully configurable via locale strings (Codebase) Added locale keys JSON.Type.Passive, JSON.Type.Active, JSON.Type.SuperAbility, JSON.Locked, JSON.LevelRequirement, JSON.DescriptionHeader, JSON.URL..Detail, JSON.URL.Header, JSON.URL.Label.* with appropriate & color codes in locale_en_US.properties (Codebase) Modernized McMMOWebLinks enum with getDescriptionComponent(), getDetailComponent(), getLabelComponent() methods returning proper Adventure TextComponents (Codebase) Removed dead TextUtils.addChildWebComponent() method (Codebase) Bumped api-version in plugin.yml from 1.13 to 1.20.5, eliminating legacy bytecode field-rename shims applied by the server at load time

NOTES:
The Mooshroom Shake fix is auto-migrated at startup (Shake.MUSHROOM_COW → Shake.MOOSHROOM in fishing_treasures.yml).
Regarding the telekenisis plugin compatibility fix, Tree Feller is not yet fixed, I will try to address it in the near future.
In this update I've added two new advanced.yml settings for more granular control of the enchant level cap for both Repair and Salvage, this is an alternative to flipping on ExploitFix.UnsafeEnchantments in experience.yml which simply uncaps both skills.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.gmail.nossr50.mcMMO:mcMMO](https://github.com/mcMMO-Dev/mcMMO) from 2.2.051 to 2.2.052.
- [Release notes](https://github.com/mcMMO-Dev/mcMMO/releases)
- [Changelog](https://github.com/mcMMO-Dev/mcMMO/blob/master/Changelog.txt)
- [Commits](https://github.com/mcMMO-Dev/mcMMO/commits)

---
updated-dependencies:
- dependency-name: com.gmail.nossr50.mcMMO:mcMMO
  dependency-version: 2.2.052
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 19, 2026
@Travja Travja enabled auto-merge (squash) May 19, 2026 02:55
@Travja Travja merged commit 53152b1 into dev May 19, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/dev/com.gmail.nossr50.mcMMO-mcMMO-2.2.052 branch May 19, 2026 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant