/
⚠️ 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.
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.