* Fixed game rule keepInventory true dupe.
* Fixed warning in the console when creating a new recipe.
* Fixed backpack recipes for 1.17 (If you used the plugin on 1.17, remove the backpack.yml before installing the new version)
* Fixed texture issues on 1.17
* Added 1.17 support
* Fixed some minor issues in the code
* Fixed changing slot dupe
* Fixed nether portal item dupe
* fixed showContents functionality!
* Removed the debug message when opening the backpacks
* Optimized the code a bit
Optimized the code and changed the way that the items are saved, the old backpacks will still work and will be changed automatically to the new way of saving items!
IMPORTANT NOTE:
I recoded the way that the backpacks save the items because there was a huge duping bug that was caused by over flooding the nbt tags with a big strings. The problem with that is that the old version backpacks won't work anymore!!!
Install the new version
* Fixed InventoryClickEvent issues for versions 1.8-1.11
*Added CraftBook's pipe support
*Fixed the issue that the hoppers could pick up backpacks and put them in shulkerbox.
* Fixed glitching backpack bug
* Optimized the code
* Fixed player death dupe
* Fixed player quit dupe
* Fixed stacking issue
* Now It will cancel the player from opening the backpack if there is more than 1 backpack in his hand (If the backpacks are stacked)
Important note:
Changed config.yml, you can remove the config and reload the plugin or you can add this line to the messages:
cancelOpen: "&4You cannot open stacked backpacks!"
* Added 1.16.4 support
* Fixed "plugin is outdated" issue
* Fixed the changing lore issue
* Added an option to configure the lore
Important note:
after installing this version you should delete the old config OR add those lines to the config:
Code (YAML):
backpackLore
:
- '&7A special portable bag with'
- '&6
{slotsAmount
} &7slots!'
* configure music volume and pitch!
* added a tab competition
Fixed NullPointerException when trying to shift-click a backpack into another backpack.
Added:
Update checker (It will notify you when there is going to be a new update)
Fixed some clicking error
Fixed tool's durability issue!
BIG update, soo I recoded most of the plugin and added a new features:
* Whitelist/Blacklist for backpacks
* 1.16.2 support
* Fixed some errors and warnings
* Now you can create none craftable backpacks, just when you create the backpack leave the recipe empty and the backpack will not have a recipe!
Added more configurable text.
Added a little bit of lore
Fixed duping issue
Added a way to display items that backpack contains in the lore!
Fixed click item error.
(BTW there is a new config, soo you have to remove the old one

)
Disabled the backpack in offhand (you can place the backpack in the second hand, but you cannot open it while holding it in the second hand)
Added hex color support (on 1.16)
Fixed some recipe warnings!
Fixed a huge issue with recipes
Also fixed some issues on 1.16

Fixed some custom recipe issues in 1.16.1
Fixed a crafting recipe problem!
Added bStats to the plugin
Now the plugin supports 1.16 version
Fixed the command issues:
now you can use the commands through the console (except for the addbackpack command, you need to a player to use this command).
Added Developer API events:
BackpackOpenEvent
BackpackCloseEvent
Changed the right-click event and the texture classes
Updates:
1. Fixed a console error
2. Made different GUI sizes depending on the number of slots.
Changed help's command design