Skip to content

Bump com.gmail.nossr50.mcMMO:mcMMO from 2.2.052 to 2.2.053#323

Merged
Travja merged 1 commit into
devfrom
dependabot/maven/dev/com.gmail.nossr50.mcMMO-mcMMO-2.2.053
Jun 8, 2026
Merged

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

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

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.054 Fixed party/admin chat allowing player color code tokens without the 'mcmmo.chat.colors' permission Fixed diminished returns resetting in certain situations when players reconnected

Version 2.2.053 !! -- This build has important fixes for anyone using Paper (or forks of Paper), please read the notes carefully. It is completely safe to update to this version of mcMMO. A recent change in Paper can cause data loss in mcMMO region files (which track blocks that should NOT give rewards) if Paper is updated before mcMMO. mcMMO now backs up region data on Spigot and older Paper builds to help prevent this. mcMMO will also migrate backed-up region data when present and when server software is using the Paper 26.1.2+ world layout (See notes) Added 'General.RegionDataMigrationBackups.Enabled' config option to config.yml, which can disabled region data backups for anyone who doesn't plan on updating to newer Paper builds or using Paper Fixed entities retaining their healthbar display name after chunk unload (Thanks Warriorrrr) Fixed traveling block metadata leaking on Folia servers (Thanks Warriorrrr) Fixed Magic Hunter (Fishing) enchantment conflict check not accounting for enchantments already accumulated during the same roll (Thanks Warriorrrr) Fixed KnockOnWood XP orbs never spawning on nether/warped tree cap blocks during Tree Feller Fixed Impale (Tridents) damage bonus formula applying one fewer rank of the multiplier than intended Fixed melee attack strength scale resolving to near-zero after Paper fixed a vanilla attack cooldown bug in 26.1.2 (See notes) Added option to allow Magic Hunter (Fishing) to grant items with conflicting enchantments; disabled by default (Thanks Warriorrrr) Added 'Skills.Fishing.Allow_Conflicting_Enchants' to config.yml (Thanks Warriorrrr) (Codebase) Removed 27 dead JSON.* locale keys from all locale files (See notes) (Codebase) Extracted per-player diminished returns tracking from PlayerProfile into DiminishedReturnsCache and DiminishedReturnsState

NOTES:
-- Read this first if you already updated to a newer Paper 26.1.2+ build --
mcMMO stores block data as '.mcm' files in each world's 'mcmmo_regions' folder.
Paper's world migration copies world_nether and world_the_end into new directories, but did not copy over mcMMO region files for those worlds, which results in data loss.
The main risk is for 'world_nether' and 'world_the_end', because Paper migration can remove old non-overworld roots before plugins load.
The Overworld (your main 'world') is safe because Paper keeps that folder and all mcMMO data in-tact (but no longer in the "right" spot), so mcMMO can still migrate existing overworld '.mcm' data and will do so when you run this update if it finds any.

Given you are reading this if you already updated Paper and got the new world migration BEFORE updating mcMMO, then you have this option which is not perfect to recover lost mcmmo_region data.
Recovery steps:

  1. Stop the server fully.
  2. Find mcmmo_regions data in any manual backups you make of your server/worlds
  3. Copy recovered '.mcm' files for Nether/End only into these live folders (create folders if missing):
    Nether: 'world/dimensions/minecraft/the_nether/mcmmo_regions/'
    The End: 'world/dimensions/minecraft/the_end/mcmmo_regions/'
    Do NOT manually copy old overworld '.mcm' files into 'world/mcmmo_regions/' in this scenario, only do this for nether and the end.
    For your main world, mcMMO safely merges surviving overworld data on startup, and manual overworld copy/overwrite can lose some data.
  4. Start the server.

This is an imperfect solution depending on how long your server has been running post updating Paper 26.1.2 before updating mcMMO, as the data will have drifted to some degree (mostly impacts data for the end and nether as stated before).

-- Read this if you have NOT updated Paper yet, or if you use Spigot instead --
Update mcMMO first, then run the server at least once with this mcMMO build before updating server software.
On a normal shutdown, mcMMO will make backups of its region files.
After that, you are safe to update to the newest Paper builds.

-- Read this if you don't know whether you already updated to the new Paper world format --
Identify the format by checking your world folders:

... (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.052 to 2.2.053.
- [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.053
  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 Jun 8, 2026
@Travja Travja enabled auto-merge (squash) June 8, 2026 17:28
@Travja Travja merged commit 631df6d into dev Jun 8, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/dev/com.gmail.nossr50.mcMMO-mcMMO-2.2.053 branch June 8, 2026 17:32
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