Skip to content

Releases: CheatBreakerNet/Bukkit-API

3.1.1

16 Oct 19:15
3ee5e2f
Compare
Choose a tag to compare

Dependency Updates

  • Bumped maven-shade-plugin to 3.5.1 to address potential packaging failures
  • Bumped maven-compiler-plugin to 3.11.0 to address potential compilation errors
  • Bumped lombok to 1.18.30 to address potential compilation errors and other general bug fixes

3.1.0

04 May 17:23
c698869
Compare
Choose a tag to compare

API Changes

  • Added support for disabling the 1.8 hit miss penalty to allow for a 1.7-like PvP experience

Example plugins changes

  • Added an example plugin for disabling the 1.8 hit miss penalty (cLegacyCombat)
  • Bumped lombok from 1.18.12 to 1.18.24 to match the main API plugin & fix compilation errors

3.0.3

20 Apr 08:19
20b2b3e
Compare
Choose a tag to compare
  • Updated the plugin website URL & default kick message to reflect our rebrand
    • This is not a breaking change and you do not need to update any of your custom plugins that link to our Bukkit API

3.0.2

01 Aug 18:11
Compare
Choose a tag to compare
  • Code cleanup
  • Added an error message when a user doesn't have permission to run the /cbm command
  • The plugin version will now reflect the pulled git commit ID

3.0.1

20 Sep 21:29
Compare
Choose a tag to compare

Changelog

  • Code cleanup
  • Added a success message to the CBMessage & CBTitle commands

3.0.0

21 Jul 13:35
6a5e5f7
Compare
Choose a tag to compare

Changelog

  • Recoded the API completely using the original CheatBreaker API
  • Cleaned up the config file
  • Renamed the /cbn command to /cbm
  • ProtocolLib is no longer required to run the CheatBreaker Bukkit API
  • Removed the list function of the /cb command
  • Updated command permissions (the default permissions can be found in the config file)
  • Renamed the plugin from OfflineCheatBreakerAPI to CheatBreakerAPI (if you used our examples, you'll need to update them. If you added OfflineCheatBreakerAPI as a dependency in your own plugins, you'll need to change that dependency name to CheatBreakerAPI)
  • Added command descriptions (for /help)
  • Reverted the removal of the voice chat packets for future compatibility (not used in Offline CheatBreaker at the moment)
  • Open-sourced the API