- Updated to 1.21.1
- There are no major changes to any of the mechanics. You will need to update any NBT as that has internally changed in Minecraft
Need help? Join the Discord: https://discord.gg/cgBww275Fg
- Fixed the userdata table not being created automatically, which was caused by the HikariCP storage changes in the previous release
- Added a
"url_override": ""
option to the storage config that can be used in combination withMONGO
mode to override the URL - Added new Requirement
EMPTY_SLOTS
that contains an"amount"
field to specify the number of empty slots in the player's inventory - Fixed a bug with requirements checking
Need help? Join the Discord: https://discord.gg/cgBww275Fg
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