Details
Supported Bukkit Versions
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.1
- 1.8
- CB 1.7.9-R0.2
- CB 1.7.9-R0.1
- 1.8.3
- CB 1.7.2-R0.3
- CB 1.7.2-R0.2
- CB 1.7.2-R0.1
- 1.7.4
- 1.7.2
Changelog
- Breaking Dropped Java 7 support, plugin now compiled against 8.
- Added MariaDB support, change the new field storageType in your config.yml from mysql to mariadb after updating to use MariaDB drivers
- Shaded in newer mysql connector driver, adds MySQL 8+ support
- Specify plugin events as async, adds support for Bukkit 1.14
- Correctly handle time difference check returning a double for some database drivers
- JSONified /alts and possible alts in /bminfo
- Clicking player name will execute /bminfo
- Player names are now colour coded in this command:
- Green = never banned
- Yellow = Banned previously
- Gold = Temporarily banned
- Red = Perm banned
- Allow clicking report ids in /reports list, this will run /reports info <id> on each report
- Added [expires] token support to hooks
- Fixed missing unique key on player mutes table
- Added note amount on player join
- Requires permission bm.notify.notes.joinAmount
- Clicking this message will execute /notes <player> command
- Players with all permissions or op must have bm.notify.notes.join negated to prevent both messages from showing
- Fixed list others reports permission, now correctly works as documented bm.command.reports.list.others thanks to @Ghostlyr for the PR!
- Bump dependencies