- Updated to Minecraft 1.20
- Added
reset
andresetTemporaryConfigs
methods to the API
- Allowed
private
fields in the configs class - Allowed fields to be
final
for initialisation - Added reset subcommand
- Updated to Minecraft 1.19.4
- Fix permissions for clients
- Added feature to disable modifications to a config through commands (
readOnly = true
) - Added feature to prevent loading and saving a config to a file (
temporary = true
)
- Added support for enums
- Implemented custom type parameters for update methods
- Fix unstable warning due to class being marked with
@ApiStatus.Internal
.
Initial release.