-Added new_kit_default_save_mode_original option to the config. It defines whether all new kit items should be saved as a copy of the original items. Equivalent of using /kit create <kit> original.
-Modified: Original parameter when creating kits is now used by default.
-Added compatibility with Paper 1.20.5/1.20.6.
-Fixed potion issue in 1.20.2+ versions.
-Fixed values of default files on 1.20.5+ versions.
-Fixed firework action on 1.20.5+.
-Removed can_place and can_destroy options to items on Paper. If you want to save these properties create the kit using the <original> parameter.
-Added compatibility with 1.20.5/1.20.6.
IMPORTANT: Minecraft changed the way data is stored inside items on 1.20.5, removing NBT data. So if you have custom items from other plugins stored inside your kits, then it is possible you'll need to save them again using the /kit create <kit> original command, so an exact copy of the items is saved into the config.
-Added the possibility to save ORIGINAL/IDENTICAL ITEMS into kits, without losing any important properties. This can be achieved by using /kit create <kit> original. However, if you choose to save kits this way, you'll have some limitations:
- You'll not be able to modify the items manually in the config.
- You'll not be able to use PlaceholderAPI variables in the items.
-Fixed issue when trying to get data from a corrupted player data file.
-Fixed important inconsistent with player_data_save_time option. This should be set in seconds and it was being executed in minutes.
-Fixed important lag when saving players.
-Fixed some MySQL incompatibility/dependency issues with other plugins. Thanks to jonakls.
-Fixed some ConcurrentModificationException errors on the main inventory.