-Added compatibility with 1.21.7
-Fixed issue with
/kit <kit> command tab completition.
-Added compatibility with 1.21.6
-Fixed issue on Paper 1.20.6 with item hide flags.
-Added
allow_placeholders_on_original_items option in kit configs. It needs to be enabled to use placeholders from PlaceholderAPI on item names and lores when
save_original_items is set to true.
-Fixed issue on Paper 1.20.6 with item hide flags.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added compatibility with 1.21.5.
-Added
click_actions property on inventory.yml, to execute actions when clicking on items. This will replace
click_commands option. There is an automatic process that will convert all your click_commands options to click_actions.
-Added
message and
close_inventory action types.
-Added: Optimized player data storage.
-Fixed commands that were not being executed when clicking on an item with the open_inventory property.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added
clear_inventory option to kits. When enabled, player inventory will be emptied before giving the kit.
-Modified: Optimized player data management.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added
hide_tooltip and
tooltip_style options to item properties.
-Fixed multiple issues regarding kit names, from now the kits must be written with their exact name (case-sensitive) to prevent unwanted bugs.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added: PlaceholderAPI variables can now be used on kit items saved using the "original" system.
-Fixed error when trying to set items in the offhand when "original" system is enabled.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Fixed item attributes issue in Paper 1.21.3.
-Fixed issue with attributes of items on 1.21.1- versions.
-Added compatibility with 1.21.4.
-Added
custom_model_component_data property to items (for 1.21.4+).
-Fixed issue trying to change the slot of the kit display item on 1.21+
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added compatibility with 1.21.3.
-Fixed issue regarding Banners on 1.20.4- versions.
-Fixed issue with player head items on 1.21.1.
-Fixed error on 1.16.5- versions when loading the plugin.
-Added compatibility with 1.21.1.
-Fixed issue regarding item flags on Paper servers.
-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.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added compatibility with 1.21.
-Fixed issue with mysql data syncronization for first joins.
-Fixed important error when saving kits with original items and auto armor option is enabled.
-Fixed bug with available space on player inventory when receiving kits.
-Modified way of getting kit names, players can now use upper/lower case to get the same kit.
-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.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added
custom_permission option for kits. Add it if you want to customize the permission to use the kit. Requires that
permission_required option is enabled for the kit.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Fixed issues with player heads.
-Fixed important lag issue when loading data while having MySQL enabled.
-Fixed
/kit verify message regarding inventory slots.
-Fixed
compatibility with
can_place and
can_destroy properties on items (only works on Paper).
-Fixed issue saving nbt of chest with items on kits.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-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.
-Fixed important data duplication issue with "default kit values" option.
-Fixed player heads not being considered in the auto armor option.
-Fixed issue loading the plugin on 1.20.1
-Added compatibility with 1.20.4.
-Fixed issue and console error when getting some player heads.
-Fixed issue saving and loading attributes from items.
-Fixed debug messages from the latest update.
-Fixed issue and console error when getting some player heads.
-Fixed issue saving and loading attributes from items.
-Added migration of player data to
/kit migrate command.
-Fixed issue when migrating skull textures from PlayerKits v1.
-Fixed potion effects not being saved on 1.20 versions.
-Fixed issue and console warning when creating skull items on 1.20.2 version.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added
%kit% variable on titles of the following inventories:
preview_inventory and
buy_requirements_inventory
.
-Added inventory slots verification to the
/kit verify system, to prevent errors.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added migration system from
PlayerKits v1 using the command
/kit migrate. There are a lot of changes in the way data is stored between both plugins, so it is possible some kits cannot be converted to v2.
-Fixed issue with requirements.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added more inventory verifications to the
/kit verify system to prevent errors.
-Modified: Made small modification to display items on the edit inventory.
-Added compatibility with 1.20.2
-Fixed bug when trying to add a price to the kit inside the Editing GUI.
-Fixed: Firework action doesn't damage the player anymore.
-Fixed the usage of big cooldowns for kits.
-Fixed missing default kit value on the default config.
-Added
count_as_item option in kit actions. When enabled, this action will count as an item, and therefore will be used to count empty slots on the player inventory when claiming the kit. Useful when you want to give items through a command.
-Fixed issue with "execute before items" option in kit actions.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added
close_inventory action to
click_commands options on inventory items.
-Fixed initialization error when using the plugin on 1.17 servers.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/
-Added verify system and the
/kit verify command to check for plugin/configuration errors.
-Fixed some minor issues in the kit edit GUI.
Remember to check the WIKI!
https://ajneb97.gitbook.io/playerkits-2/