Skip to main content

Legacy Combat

Disable the hit delay introduced when missing a hit on 1.8.9

note
  • This feature is only available on 1.8.9.
  • Legacy combat is disabled by default on all servers unless explicitly enabled using the API.

Enabling legacy combat

CheatBreakerAPI.getInstance().setLegacyCombat(Player player, true)

Disabling legacy combat

CheatBreakerAPI.getInstance().setLegacyCombat(Player player, false)