
Backpack Plus
This adds backpacks to your Minecraft server. By default, there are three types of backpacks: Basic, Golden, and Diamond, each with a specific number of slots that you can modify. You have full configuration options.
BackpackPlus-v3.0.0
release25 февраля 2026 г.Changelog: 25.02.2026 [Release 3.0.0]
⚠️ Note: If you are upgrading from an older version, please update your message configurations to the MiniMessage format, as Legacy Colors are no longer supported. Failure to do so will result in your messages appearing without colors. If something doesn't work as expected, please report the error on Discord or GitHub Issues.
⚠️ Warning: Before proceeding with this update:
- Backup the
BackpackPlusfolder to avoid losing custom configurations or data.- If you are using a MySQL database, ensure it is backed up to prevent any potential data loss.
Key Changes
-
Main:
- Spigot servers are no longer supported.
- Paper API has been implemented instead of Spigot API.
- Legacy Colors are no longer supported; please update them to the
MiniMessageformat. You can use the default files as a template. - All messages now support the MiniMessage format.
- The plugin now supports versions 1.20 and newer.
-
Added:
- Added a check to verify if the server software is supported (Folia / Paper / Paper forks).
- Added pagination for the GUI showing all players' backpacks.
- Added the ability to set a default placeholder for
<backpack_owner>:-
backpack-placeholders-defaults: backpack-owner-name: "<#1cc2f6><player>"
-
- Added new NBT tags for backpacks:
- Backpack Owner UUID
- Backpack Owner Name
- Added a template for backpack lore content (colors and formatting can now be customized):
-
# Default values for backpack placeholders backpack-placeholders-defaults: #... other # <amount> = amount of specific item # <name> = material or custom item name content-lore-template: "<#f9c100><amount>x <#dadada><name>"
-
- You can now customize virtually all messages.
- Added a custom logging system for testing purposes.
- Added the
/backpack recipescommand (backpackplus.view.recipes), which displays all craftable backpacks. - Added a new config option to prevent opening a backpack when right-clicking a chest or similar block; the block will be opened instead. This also applies to doors and trapdoors:
block-interaction-blocks-prevent-backpack-open. - Added support for
Folia. - Added an option to hide tooltips for GUI elements.
- Added the
remove-inactive-backpacksoption, which removes inactive backpacks after a specified number of days. - Added support for these plugins:
- DeluxeCombat
- PvPManager
- Added an option to enable or disable the ability to use backpacks during combat (if you have one of the supported plugins installed). Option:
allow-open-backpacks-in-combat: false - Added
cannot-use-in-combatmessage to language files
-
Removed:
- Removed saving the backpack tier and size within the content.
- GUI buttons will no longer be saved in the content.
-
Fixed:
- All players' backpacks are no longer loaded when the plugin starts.
- Fixed saving backpacks during plugin shutdown (the plugin will now wait for the save to finish).
- Saving all backpacks is now performed with a single query instead of separate queries.
- Fixed the function for checking if a String is valid Base64; it no longer incorrectly detects materials as Base64.
-
Database
- Improved the database code.
- Overhauled the entire database system for significantly faster performance.
- Added a
tiercolumn for backpacks in the database (backpacks will automatically update in the database).
Upgrade Steps
- Backup the necessary files and database as described above.
- Replace the existing plugin files with the new version.
- Update
config.ymlaccording to the latest format. - Update your language file to the
MiniMessageformat. - Restart the server and verify that everything is functioning correctly.
BackpackPlus-v2.0.1
release12 сентября 2025 г.Changelog: 12.09.2025 [Release 2.0.1]
⚠️ Note: This version is not compatible with the old config (older than 2.0.0). Rename or delete it and restart the server to generate the default config, then update it. If something doesn't work as it should report the error on discord
⚠️ Warning: Before proceeding with this update:
- Backup the
BackpackPlusfolder to avoid losing custom configurations or data.- If you are using a MySQL database, ensure it is backed up to prevent any potential data loss.
Key Changes
- Fixed:
- Fixed a bug where
last_player_uuidwas null, which caused the backpack to not load correctly
- Fixed a bug where
Upgrade Steps
- Backup the necessary files and database as described above.
- Replace the existing plugin files with the new version.
- Update
config.ymlaccording to the latest format (refer to the provided config template for 2.0.0). - Restart the server and verify that everything is functioning correctly.
BackpackPlus-v2.0.0
release7 сентября 2025 г.Changelog: 07.09.2025 [Release 2.0.0]
⚠️ Note: This version is not compatible with the old config. Rename or delete it and restart the server to generate the default config, then update it. If something doesn't work as it should report the error on discord
⚠️ Warning: Before proceeding with this update:
- Backup the
BackpackPlusfolder to avoid losing custom configurations or data.- If you are using a MySQL database, ensure it is backed up to prevent any potential data loss.
Key Changes
- Added:
- Added limit for lore - maximum can be 256 lines (minecraft limit)
- Added configuration option:
allow-bundles-in-backpacks: "Should it be possible to place bundles in backpacks?" - Added more database configuration options
- Added command for console:
/backpackplus mysql pool stats - Added option for
limit-backpack-per-inventory limit-backpack-per-inventory-amountdetermines how many backpacks a player can have in inventory at one time- Added all gui names to language files now you can translate them, etc.
- Added all BackpackPlus items to language files so you can translate them any way you like
- Added display of last player's name in backpack preview
- Added check for newer database backpack if you use backpack on several servers
- Added a column to the database:
is_open(It should create itself)
- Fixed:
- Blocking backpacks from being placed into bundles now works for all bundle types
- Fixed the show-content option, which, when set to false and the description was empty, would still add the backpack's contents to the lore
- Fixed bug with non-existent
setMaxStackSizemethod on version 1.20.1 if it does not exist it will not be set - Fixed loading of backpacks in admin panel if settings for that backpack are not found
- Updated:
- Updated the class responsible for MySQL to be compatible with the updated dependencies.
- Replaced the fields
use-sslandcheck-server-certificatewithssl-mode(Modern TLS switch: when set, overrides the legacy flags below: DISABLED | PREFERRED | REQUIRED | VERIFY_CA | VERIFY_IDENTITY) - Language files updated
- Updated libraries
- Improved:
- Rewritten the class responsible for backpack gui interactions
- Improved several functions
Upgrade Steps
- Backup the necessary files and database as described above.
- Replace the existing plugin files with the new version.
- Update
config.ymlaccording to the latest format (refer to the provided config template for 2.0.0). - Restart the server and verify that everything is functioning correctly.
BackpackPlus-v1.5.6-beta
beta13 мая 2025 г.Changelog: 13.05.2025 [Beta 1.5.6]
⚠️ Note: Review the changes from version 1.5.0 before you upgrade. If something doesn't work as it should report the error on discord
⚠️ Warning: Before proceeding with this update:
- Backup the
BackpackPlusfolder to avoid losing custom configurations or data.- If you are using a MySQL database, ensure it is backed up to prevent any potential data loss.
Key Changes
- Added:
- Prevent crafting with filled containers and bundles in backpack recipes
- Added saving the last player who used the backpack to the database
- Fixed:
- Fixed backpack being locked by an inspector currently viewing it
- Updated:
- Language files updated
- Improved:
- Improved several functions
Upgrade Steps
- Backup the necessary files and database as described above.
- Replace the existing plugin files with the new version.
- Update
config.ymlaccording to the latest format (refer to the provided config template for 1.5.5). - Restart the server and verify that everything is functioning correctly.
BackpackPlus-v1.5.5-beta
beta30 апреля 2025 г.Changelog: 30.04.2025 [Beta 1.5.5]
⚠️ Note: Review the changes from version 1.5.0 before you upgrade. If something doesn't work as it should report the error on discord
⚠️ Warning: Before proceeding with this update:
- Backup the
BackpackPlusfolder to avoid losing custom configurations or data.- If you are using a MySQL database, ensure it is backed up to prevent any potential data loss.
Key Changes
- Fixed:
- Fixed a bug when decoding an object from base64
- Added:
- Added support for
MMOItemsplugin when handling allowed items in the filtered backpack. - Added NBT (
nbt:plugin:namespace:valueValue must be of type String) support for allowed items in filtered backpack. - Added GUI display for allowed items with custom NBT data (e.g., items from
MMOItems). - A small API for the plugin has been added: link
- Added option in config.yml
owner-onlyonly the owner of the backpack can open it
- Added support for
- Changed:
- Set
max_stack_sizefor backpacks to 1
- Set
- Updated:
- Language files updated (Added
not-owner)
- Language files updated (Added
Upgrade Steps
- Backup the necessary files and database as described above.
- Replace the existing plugin files with the new version.
- Update
config.ymlaccording to the latest format (refer to the provided config template for 1.5.5). - Restart the server and verify that everything is functioning correctly.
