This update provides major performance improvements, bug fixes, and one breaking change.
- Hash generation is now performed using
DigestInputStream
showing major performance benefits for hash reloads. - The config is now stored in
config.yml
instead ofconfig.yaml
. If you're upgrading to this version, the renaming should occur automatically. Errors related to this will be logged and may result in a config reset. In that case, the old config file will remain, so your complex URLs are safe! - The plugin no longer crashes in flames when attempting to hash on startup when the pack is unavailable. If you encountered NullPointerExceptions with this plugin, they should be fixed now.
Full Changelog: https://github.com/Fisch37/better-server-resourcepack/compare/v0.1...v0.2
Adds basic features.
Adds /pack
command and subcommands:
/pack <set [<url>]|reload [push]>
Adds four permissions:
betterserverpack
:- Controls usage of all commands. Disabling this permission will disable access to all commands moderated by this plugin.
- Default: Operator Only
betterserverpack.set
:- Controls access to the set subcommand.
- Default: Operator Only
betterserverpack.reload
- Controls access to the reload subcommand.
- Default: Operator Only
Full Changelog: https://github.com/Fisch37/better-server-resourcepack/commits/v0.1