Releases: CheatBreakerNet/Bukkit-API
Releases · CheatBreakerNet/Bukkit-API
3.3.0
⚡ New features
- Added the ability to configure world borders (more info can be found on our docs)
- Added a World Borders example plugin
⬆️ Dependency Updates
- Bumped
maven-shade-plugin
to3.6.0
- Bumped
maven-compiler-plugin
to3.14.0
- Bumped
lombok
to1.18.38
- Bumped
guava
to33.4.8
- Bumped
netty
to4.2.0
3.2.0
3.1.1
Dependency Updates
- Bumped
maven-shade-plugin
to3.5.1
to address potential packaging failures - Bumped
maven-compiler-plugin
to3.11.0
to address potential compilation errors - Bumped
lombok
to1.18.30
to address potential compilation errors and other general bug fixes
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