Releases: CheatBreakerNet/Bukkit-API
Releases · CheatBreakerNet/Bukkit-API
3.1.1
3.1.0
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
from1.18.12
to1.18.24
to match the main API plugin & fix compilation errors
3.0.3
- 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
- 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
3.0.0
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
toCheatBreakerAPI
(if you used our examples, you'll need to update them. If you addedOfflineCheatBreakerAPI
as a dependency in your own plugins, you'll need to change that dependency name toCheatBreakerAPI
) - 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