BackpackPlus-2.0.0.jar
Details
-
FilenameBackpackPlus-2.0.0.jar
-
Uploaded by
-
UploadedSep 7, 2025
-
Size469.62 KB
-
Downloads171
-
MD527dc2f4f64b58a2955d2fa99c40d6e0d
Supported Bukkit Versions
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
Changelog
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:
> 1. Backup the BackpackPlus folder to avoid losing custom configurations or data.
> 2. 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 setMaxStackSize method 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.