SuperEnchants 4.6.2

Details

  • Filename
    SuperEnchants-4.6.2-all.jar
  • Uploaded by
  • Uploaded
    May 7, 2026
  • Size
    2.13 MB
  • Downloads
    95
  • MD5
    86c5c0b788dd3f465e2a0c6128c61c4b

Supported Bukkit Versions

  • 26.1
  • 26.1.1
  • 26.1.2
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.1
  • 1.21.2
  • 1.21.3
  • 1.21.4
  • 1.21.5-Snapshot
  • 1.21

Changelog

  • Feature: Per-action exclude list — any action can now declare exclude: [sneaking, sprinting, ...] to skip execution when the player is in that state. Supported states: sneaking, sprinting, swimming, flying, gliding.
  • Feature: New durability action type — damages a configurable equipment slot's item by a scalable amount, respecting Unbreaking.
  • Feature (Excavator): Multi-break and durability drain are now skipped when the player is sneaking.
  • Bug fix: NoSuchFieldError: MAX_HEALTH on 1.21.1 servers — attribute lookups in PassiveListener and HealthStealAction now use the registry-based resolver that works across 1.21.1 and 1.21.2+.
  • Bug fix: Permanent attribute effects (e.g. Lightweight speed boost persisting after removing the item) — attribute cleanup now runs correctly on servers that previously crashed at the MAX_HEALTH field reference.
  • Bug fix: Attribute modifiers are now removed immediately when armor is changed, via a new PlayerArmorChangeEvent handler, rather than waiting for the next passive tick.