Sol's MMNM Addon: AbilityProtection Rework (QoL, Improvements)

This addon is an extension and quality of life rework for MMNM's AbilityProtection system.

File Details

v0.1.2 - Fixes, New Features, Improvements

  • R
  • May 13, 2026
  • 72.88 KB
  • 122
  • 1.20.1
  • Forge

File Name

sols_mmnm_addon-1.20.1-0.1.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sols-mmnm-addon-abilityprotection-rework-qol-1501478:8083093")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Sol's MMNM Addon v0.1.2

For Minecraft 1.20.1

Requires Mine Mine no Mi v0.11.1

 

Changelog:

1. Protection Zone Changes

  • /abilityprotection list now uses the same old-to-latest ordering style as the base MMNM behavior instead of alphabetical sorting.
  • Zone numbers shown in the list now follow that same order consistently.

2. New Command Alias

  • Added /abprotect as a shorter alias for /abilityprotection.

3. New HUD Feature For Operators

  • A new protected-site HUD text was added for operators/admins. Behavior:
  • When an op player enters a protected site, a top-center HUD message appears showing: "Protected Site: #1: PVP Arena" (id: label) format. HUD Toggle Command:
  • /abilityprotection view hud_text true
  • /abilityprotection view hud_text false

Fixes:

1. Ope Ope no Mi Shambles

  • If Shambles single mode was aimed at blocks, it could remove the block instead of properly swapping position. In that broken case, it also did not correctly enter cooldown.
  • Temporary Fix (until this is fixed on base mod) - If Shambles is aimed at a block, it now blocks that block interaction entirely.
  • Meaning, It will no longer remove or break the targeted block. (Entity-target swapping behavior remains untouched.)

    Prevent abuse and accidental block deletion until a proper block-swap implementation exists in the base behavior.