Skip to content

Bump com.gmail.nossr50.mcMMO:mcMMO from 2.2.017 to 2.3.000 - #18

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.gmail.nossr50.mcMMO-mcMMO-2.3.000
Open

Bump com.gmail.nossr50.mcMMO:mcMMO from 2.2.017 to 2.3.000#18
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.gmail.nossr50.mcMMO-mcMMO-2.3.000

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown

Bumps com.gmail.nossr50.mcMMO:mcMMO from 2.2.017 to 2.3.000.

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.3.001 Fixed Tridents and Maces Limit Break not applying for players without op (See notes) Fixed endermen flagged by the 'ExploitFix.EndermanEndermiteFarms' countermeasure giving full combat XP (See notes) Fixed Graceful Roll using the normal Roll damage threshold instead of its own (See notes) Fixed a rare error when multiple players logged in at the same time after a server restart (Thanks Warriorrrr) Fixed a rare error when structures grew on Folia servers (Thanks Warriorrrr) Fixed Rupture never playing its bleed sound, the BLEED entry in sounds.yml works again Fixed the 'ItemMaterialCategory' field in repair.vanilla.yml and salvage.vanilla.yml being ignored (See notes) Added 'Experience_Formula.Player_Tamed.Multiplier' to experience.yml (See notes) Renamed 'ItemMaterialCategory' to 'MaterialType' in the default repair.vanilla.yml (See notes) Removed the unused 'Skills.Swords.SerratedStrikes.BleedTicks' and 'Skills.Swords.Rupture.Explosion_Damage' settings from advanced.yml (See notes) Removed the unused 'Skills.Mining.BlastMining.DebrisReduction' and 'Skills.Mining.BlastMining.DropMultiplier' settings from advanced.yml (See notes) Removed the unused 'Options.Chunklets' and 'Options.ConversionRate' settings from hidden.yml Removed the unused firework and Flux entries under 'Particles' in config.yml (See notes) Removed the inert Tree Feller Rank_2 through Rank_5 entries and the unused Fishing Mastery block from skillranks.yml (See notes) Removed the unused DEFLECT_ARROWS, ABILITY_ACTIVATED_BERSERK, and TIRED entries from sounds.yml Removed the unused 'Fishing.Exhausting' locale entry (API) Deprecated the unused Blast Mining getDebrisReduction, getDropMultiplier, and getBlastMiningRankLevel methods in AdvancedConfig and MiningManager (Codebase) Removed the AdvancedConfig getSerratedStrikesTicks and getRuptureExplosionDamage methods along with their settings (Codebase) Removed the TIRED, ABILITY_ACTIVATED_BERSERK, and DEFLECT_ARROWS constants from the SoundType enum

NOTES:
Limit Break for Tridents and Maces was checking permission nodes that were never registered, so in practice only ops had them. The checks now use 'mcmmo.ability.tridents.tridentslimitbreak' and 'mcmmo.ability.maces.maceslimitbreak', which are granted by default like the other Limit Break nodes.
Endermen marked by the 'ExploitFix.EndermanEndermiteFarms' countermeasure are meant to give no combat XP, this protection works again. Servers that want enderman and endermite farms to give XP can turn the setting off in experience.yml.
Graceful Roll now negates up to 14 damage as set by 'Skills.Acrobatics.GracefulRoll.DamageThreshold' in advanced.yml, it previously used the normal Roll threshold of 7.
The default repair.vanilla.yml labeled the material field 'ItemMaterialCategory' while mcMMO reads 'MaterialType', so the value was ignored and guessed from the item instead. Both names load now and the default file uses 'MaterialType', custom repair and salvage configs do not need updating. The material type only decides which per-material repair or salvage permission applies, and the guess was only wrong for SHIELD (now WOOD) and WARPED_FUNGUS_ON_A_STICK (now STRING).
Combat XP from mobs tamed by a player is multiplied by 'Experience_Formula.Player_Tamed.Multiplier'. It defaults to 0.0, which matches the old behavior of tamed mobs giving no XP.
The settings removed from config.yml, advanced.yml, hidden.yml, skillranks.yml, and sounds.yml had no effect, gameplay is unchanged. Existing config files do not need updating, leftover entries are ignored. Blast Mining bonus drops and debris have not used the removed settings for a long time, and Tree Feller has a single rank, the extra rank entries did nothing. The removed Particles entries are Ability_Activation, Ability_Deactivation, LargeFireworks, Flux, LevelUp_Enabled, and LevelUp_Tier, none of which triggered anything, the working particle toggles are untouched.

Version 2.3.000 Added support for running commands when players reach chosen skill levels or power levels (See notes) Added scoreboard support for Folia servers (Thanks albert4719) (See notes) Added PlaceholderAPI leaderboard rank-position placeholders for all skills except child skills (Salvage, Smelting) and for overall power level (See notes) Added PlaceholderAPI skill name placeholders %mcmmo_skillname_% and %mcmmo_skillname_header_% (See notes) Improved SQL leaderboard query performance on large databases (See notes) Added automatic per-skill leaderboard indexes for SQL databases (See notes) Changed SQL leaderboard ordering for players with identical levels (See notes) Added /mclevelupsound command for players to toggle the level-up sound (See notes) Added decimal XP rate support to /xprate, rates like 1.5 now work Added per-skill XP rates to /xprate, for example /xprate mining 5.3 (See notes) Added a no-argument /xprate (also usable as /xprate show) that shows the current XP rates and how long each has been active (See notes) Changed /xprate to no longer require the true/false event argument, it defaults to true (See notes) Changed /xprate to reject rates below the configured XP rate (See notes) Added a console warning when a chunk's placed-block data cannot be read, instead of resetting it silently Changed Cripple's default sound to the mace smash ground sound (See notes) Changed XP rate event admin notifications to show the command sender as a hoverable @​name with their UUID on hover in chat, and as name (UUID) in the console, instead of appending the UUID to their name Changed skill name tab completion to suggest lowercase names in commands like /mctop, /skillreset, and /mmoxpbar Changed messages that include a skill name to use the nicely capitalized 'Overhaul.Name' locale entries instead of the all-caps 'SkillName' entries (See notes) Changed fishing anti-exploit checks to run before other plugins see the catch (Thanks FireML) (See notes) Changed skill rank unlock notifications to only play the unlock sound once when many unlocks arrive back to back

... (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.017 to 2.3.000.
- [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.3.000
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 26, 2026
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.

0 participants