OldCombatMechanics v2.0.2

Details

  • Filename
    OldCombatMechanics.jar
  • Uploaded by
  • Uploaded
    Jun 3, 2024
  • Size
    715.10 KB
  • Downloads
    620
  • MD5
    0b1b96582a5f67f08969ac9a1db17d1d

Supported Bukkit Versions

  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9

Changelog

Features

  • Full support for Spigot 1.20.6, including new potion and enchantment names. This fixes potion, golden apples, fishing knockback, and damage modules on newest version
  • You can now disable messages by setting relevant string in config.yml to empty ""

Changes

  • Minimum Java version required is now Java 17, but plugin still supports Spigot 1.9 through 1.20.6
  • Removed player-collisions module. This module relied on NMS and kept breaking with almost every new version of the game, or when running with badly-coded scoreboard plugins. You can use the enable-player-collisions option in paper.yml instead.
  • Removed SpartanAPI dependency. Library repository for API disappeared and this was breaking builds.

Bug Fixes

  • Account for fake overdamage from environmental sources. This was causing issues with players getting large amounts of damage too quickly if they received non-combat damage and then were hit by another player again, bypassing damage immunity.
  • Fix NullPointerException when sending custom sounds (e.g. using resource pack with sound modules). Thanks @Waischbrot
  • Fix no getPlayer method for BlockCanBuildEvent when using sword-blocking module in Spigot 1.12.2 or lower
  • Fix gapple module effects overriding pre-existing but longer effects of same strength (e.g. regen would be reset down even if player already had longer regen effect)
  • Fix splash potions being thrown in the sky not being affected by old-potion-effects module