Releases: quartzdevgg/qlib-paper
Releases · quartzdevgg/qlib-paper
1.0.0-beta6
Full Changelog: 1.0.0-beta5...1.0.0-beta6
v1.0.0-beta5
- upgrade to java 21
- switch to papermc command api
- refactor pacakge (
gg.quartzdevtogg.quartzdev.mc)
v1.0.0-beta4
This release is mainly a code cleanup release
- Tweaked existing Messages
- Reformatted functions to use open braces on new line
- Suppress unused warnings during compiling
v1.0.0-beta3
- Simplified permission checks
- Command name pulled from class name
- Simplified Sender which now uses adventures Audience
v1.0.0-BETA
Bugs FIxed:
- Tab completion of subcommand labels showing to players without permission
v1.0.0-ALPHA
Initial Release
- Logger
- Message sender with component support
- Commands and subcommands
- Custom Language/Messages support
- Config and storage files
- Update Checking via modrinth api
- baseline JavaPlugin api template
- Included bStats and MorePersistentDataTypes