![]()
Added the ability to use custom skulls in the kit GUI. You can set the material to skulls with the following format: `SKULL:<value>`.
Be sure to join our Support Discord and give me suggestions! I'm running out of ideas for things to add
![]()
Removed data save message
Shaded ACF
Fixed config load error
Be sure to join our Support Discord and give me suggestions! I'm running out of ideas for things to add
![]()
Removed Admin messages when data is saved automatically.
Be sure to join our Support Discord and give me suggestions! I'm running out of ideas for things to add
![]()
Added Admin + Console messages when the Data Save Task runs
Added Fixed cooldown placeholder in example.yml
Added Ignore case to kit permission upgrade chance
Cleaned Up code
Fixed Data Save Interval being in ticks - now in seconds
Be sure to join our Support Discord and give me suggestions! I'm running out of ideas for things to add
![]()
Added Validation checks for invalid kits - easier for server owners and developers to see the problem. Look out for "Kit must not be null".
Added The ability to not have the following messages sent (set them to "none" in language.yml):
Added Kit upgraded message caching
- No Inventory Space
- Kit Redeem Message
- Kit Redeem Title
- Kit Redeem Subtitle
- Kit UpgradedMessage
Fixed KitGiveEvent getting called even if the kit level is invalid
![]()
Added Kit upgraded message caching
Added Error message for players when attempting to redeem an invalid kit
Added Automatic data saving for MySQL (Data-Save-Interval in config.yml - in seconds)
Added Automatic data saving for data file (Data-Save-Interval in config.yml - in seconds)
Changed /kits give command to /kits give <player> <kit> <permission-check> <cooldown-check> <put-on-cooldown> <check-upgrade>. The extra parameters are booleans, meaning they should be true/false.
The extra parameters are detailed below:
<permission-check> Whether or not a permission check should take place to ensure the player has the permission for the kit.
<cooldown-check> Whether or not a cooldown check should take place to ensure the player is not on cooldown for the kit.
<put-on-cooldown> Whether or not the player should be placed on cooldown for the kit.
<check-upgrade> Whether or not the chance for the player to upgrade the kit should be checked.
Fixed /kits resetcooldown command not working
Be sure to update your API version to get the latest features!
![]()
Added /kits <kit> command to redeem kits without the GUI
Added MySQL statement closures after every statement
Added No Permission messages caching
Added On Cooldown messages caching
Added Kit Redeem messages caching
Added PlaceholderAPI support to Kit Broadcasts
Added PlaceholderAPI support to Kit Commands
Improved Kit Redeem method - more efficient
Fixed MySQL database not working on reboots - Delete your current tables!
Be sure to join our Support Discord and give me suggestions! I'm running out of ideas of things to add
![]()
Added First join kits (First-Join-Kits as a string list with the kid ids in config.yml)
Added Null checks and messages when a kit id or kid is null
Changed it so /kits reload reloads all the GUIs
