Item Restrictions
BackpacksPlus allows for two levels of item restriction:
Global Shulker Box Prevention:
Controlled by the
backpacks.prevent_shulker_boxessetting inconfig.yml.If
true(default), no shulker boxes can be placed in any BackpacksPlus backpack, regardless of individual backpack definitions.
Per-Backpack
allowed-itemsList:Defined in your
backpacks/*.ymlfiles for each backpack type using theallowed-itemskey.If this list is present and contains item IDs, only those items can be placed in that specific backpack type.
If the list is empty (
allowed-items: []) or the key is missing, all items are allowed (except shulker boxes if globally prevented).
Players will receive a message if they attempt to place a restricted item into a backpack.
Last updated