2.15.2 Jan 24, 2025
Update 2.15.2
News:
- Fixed handleBlock collection when recreating itemstack with silktouch.
2.15.1 Dec 18, 2024
News:
- Added pre support for Minecraft 1.21.4.
- Changed synchronization mode for saves and loads.
2.15.0 Dec 6, 2024
Update 2.15.0 (Minecraft 1.21.3)
News:
- Added support for newer versions up to Minecraft 1.21.3.
- Updated NBTs system for items and menus.
- Added full support for Folia.
- Optimized plugin loading and saving system in sync.
2.14.0 Aug 24, 2024
Update 2.14.0 (Minecraft 1.21.1)
News:
- Added: support for Minecraft version 1.21.1.
- Changed: nbts systems for items.
- Changed: ModelData system for backpacks and virtuals, now you can add `model: NUM` to items instead of the old list of "nbt: []"
2.13.1 Jul 1, 2024
Update 2.13.1
News:
- Fixed: nbts reading system and removing item place blocking.
2.13.0 Jun 30, 2024
Update 2.13.0 (Minecraft 1.8 to 1.21)
News:
- Changed: Official support for 1.20.X and 1.21 has finished, Snapshots dependencies have been removed and official releases have now been added.
- Changed: Updated Nbtapi to latest version avoiding initialization errors for nbts.
- Fixed: Fixed scoreboard system for versions between 1.8 and 1.20.x.
2.12.0 Jun 2, 2024
Update 2.12.0 (Minecraft 1.20.6)
News:
- Added PRE support for version 1.20.6. - Use with caution!!!
- Completely changed the nbts system.
- Changed the entire system from nbts to NBTAPI.
- Updated kyori libraries and gui menu for development versions
2.11.3 Apr 10, 2024
Update 2.11.3
News:
- Added delay opening option for virtual and physical backpacks (Backpack.interaction.physical_delay, Backpack.interaction.virtual_delay)
2.11.2 Apr 6, 2024
Update 2.11.2
News:
- Added support for RoseStacker - by Esophose.
- Improved metrics system.
2.11.1 Jan 6, 2024
Update 2.11.1
News:
- API improvement for 1.20.4.
- Updated gui systems.
- Updated json systems for chat.
- Updated messaging system and colors for new versions.
2.11.0 Dec 13, 2023
Update 2.11.0
News:
- Added pre support for Version 1.20.3 and 1.20.4.
- Updated libraries for gui menus and skulls.
- Updated NBT system for creating backpacks.
- Fixed possible memory leak with an old request.
2.10.0 Oct 14, 2023
Update 2.10.0 (1.20.2)
News:
- Added support for version 1.20.2
- Updated nbt library.
- Updated library gui.
- Updated kiori library.
2.9.2 Aug 16, 2023
Update 2.9.2
News:
- Fixed error and updated method when trying to equip a backpack ("Config.disable_equip") (@usake).
2.9.0 Aug 9, 2023
Update 2.9.0
News:
- Fixed item pickup when page was full.
- Fixed aliases for "registers" command
- Updated placeholderapi methods when unregistering the implementation.
2.8.3 Jun 28, 2023
Update 2.8.3
News:
- Added blocking when registering grouped backpacks
2.8.2 Jun 25, 2023
Update 2.8.2
News:
- Updated Worldguard api when fetching player region.
- Changed the way of inserting items in the pickup with items grouped via stacker.
2.8.1 Jun 23, 2023
Update 2.8.1
News:
- Added Stacker plugins list option "Backpack.stacker.tags", This configuration looks for MetaData in items when collecting, the tag needs to be the same one that stores the amount of items.
- Removed old library org.slf4j and org.slf4j.api.
- Added support for Paper Folia.
- Updated Kiori library.
2.8.0 Jun 12, 2023
Update 2.8.0 (Minecraft 1.20)
News:
- Added pre-support for Minecraft 1.20
- Added optional permission to use backpack settings items like pickup, blocks, sell and smelting.
- Updated NBT library to 1.20.
- Recipe crafting changes added amount of required items (but by default minecraft may not recognize this in some versions)
2.7.1 Mar 27, 2023
Update 2.7.1
News:
- Added small click delay for interaction with physical backpack.
- Added new interaction options with physical backpacks, being able to turn off left, right, air or block click.
2.7.0 Mar 20, 2023
Update 2.7.0
News:
- Added support for 1.19.4
- Fixed `high_sync` error when switching servers when pickup is enabled.
- Fixed bug when decoding legacy items.
2.6.11 Feb 5, 2023
Update 2.6.11
News:
- Added small checks to transform Ingot to Blocks
2.6.10 Feb 3, 2023
Update 2.6.10 (small)
News:
- Added small item check in IngotToBlock function.
- Added small debug when saving items.
2.6.9 Jan 22, 2023
Update 2.6.9 (small fix)
News:
- Change in the PickUp check of items with the IngotToBlocks class causing error .
2.6.8 Jan 12, 2023
Update 2.6.8
News:
- Added `enabled: false` option in menu items to disable items.
- Added `model:<NUM>` option to modeldata directly in the item without using nbt.int.
- Changed how enabled_nbt works for items accepted in backpacks.
2.6.7 Jan 11, 2023
Update 2.6.7
News:
- Added `model=NUM` option for enabled_nbt and disabled_nbt (1.14+).