/backpack remove owner command that caused an error when the backpack was not loaded in memory⚠️ 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.
NBT-API to the latest version26.1.1/backpack force transfer owner <backpack uuid> <player> | Permission: backpackplus.admin.force.transfer.ownerkeep-player-last-backpack-page)# While holding the backpack, clicking on a block will trigger the block's native interaction instead of opening the backpack
blocked-backpack-interaction-blocks:
- CRAFTING_TABLE
- ENDER_CHEST
- ENCHANTING_TABLE
- ANVIL
- GRINDSTONE
- LOOM
- SMITHING_TABLE
- STONECUTTER
- CARTOGRAPHY_TABLE
- OAK_BUTTON
/backpack delete <backpack uuid>. Permission: backpackplus.admin.backpack.delete/backpack remove owner. Permission: backpackplus.remove.owner - used for transferring backpack ownership. After executing this command, the next person to open the backpack will become its new owner.# Block the possibility of having more than the set number of backpacks in the inventory
limit-backpack-per-inventory:
# If true, the plugin will check and enforce the backpack limit for players
enable: false
# The default limit for players who do not have any specific permission from the list below
default-limit: 1
# Custom limits based on permissions.
# If a player has multiple permissions, the highest value will be granted.
# Format: "permission.node": limit_amount
permissions:
"backpack-limit-1": 1
"backpack-limit-2": 2
"backpack-limit-3": 3
config.yml according to the latest format.MiniMessage format.⚠️ 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.
Main:
MiniMessage format. You can use the default files as a template.Added:
<backpack_owner>:
backpack-placeholders-defaults:
backpack-owner-name: "<#1cc2f6><player>"
# 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>"
/backpack recipes command (backpackplus.view.recipes), which displays all craftable backpacks.block-interaction-blocks-prevent-backpack-open.Folia.remove-inactive-backpacks option, which removes inactive backpacks after a specified number of days.allow-open-backpacks-in-combat: falsecannot-use-in-combat message to language filesRemoved:
Fixed:
Database
tier column for backpacks in the database (backpacks will automatically update in the database).config.yml according to the latest format.MiniMessage format.⚠️ 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.
last_player_uuid was null, which caused the backpack to not load correctlyconfig.yml according to the latest format (refer to the provided config template for 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.
allow-bundles-in-backpacks: "Should it be possible to place bundles in backpacks?"/backpackplus mysql pool statslimit-backpack-per-inventorylimit-backpack-per-inventory-amount determines how many backpacks a player can have in inventory at one timeis_open (It should create itself)setMaxStackSize method on version 1.20.1 if it does not exist it will not be setuse-ssl and check-server-certificate with ssl-mode (Modern TLS switch: when set, overrides the legacy flags below: DISABLED | PREFERRED | REQUIRED | VERIFY_CA | VERIFY_IDENTITY)config.yml according to the latest format (refer to the provided config template for 2.0.0).
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.