Changelogs:
- Added storage safety checks that ensure the storage is responding before handing out kit items
- Added GraalVM as a Jar in Jar
- Implemented HikariCP storage by @eupedroosouza, which simplifies the code and provides more options. Some of these options include storage pool settings and properties:
"maxiumum_pool_size": 10,
"minimum_idle": 10,
"keep_alive_time": 0,
"connection_timeout": 30000,
"idle_timeout": 600000,
"max_lifetime": 1800000
}
- Added a empty check for the permission which allows you to specify no permission with an empty string (
""
) or removing the setting. - Added a few debug prints (enable debug mode in config) on player login for debugging kit login issues
- Merged loom updates by @eupedroosouza
Need help? Join the Discord: https://discord.gg/cgBww275Fg
- Switch cooldown to long type to allow for higher cooldown times
- General cleanup and improvements
Need help? Join the Discord: https://discord.gg/cgBww275Fg
Initial mod release
Need help? Join the Discord: https://discord.gg/cgBww275Fg