🖥️ Commands - Eclipse-Studios/backpacks GitHub Wiki

You can give yourself a Backpack with the following command, were <tier> is an integer between 1-4:

/function backpacks:give/backpack/tiers/<tier>

You can also give yourself an Ender Backpack like this:

/function backpacks:give/backpack/enderchest

You can also create a custom backpack with a simple command! Here's how:

/function backpacks:give/backpack/custom {item_id:<item_id>,model_data:<model_data>,slots:<slots>}
  • <item_id>: The item id (example: "minecraft:stone")
  • <model_data> (before 1.21.4): A custom model data (example: 1234)
  • <model_data> (1.21.4 and after): An item model (example: "minecraft:diamond", "backpacks:backpacks/normal/1/brown", "backpacks:backpacks/normal/3/autumnal"...)
  • <slots>: The number of total slots (example: 41, or if you want the backpack to be linked to your enderchest: "enderchest")

This is an example command (before 1.21.4):

/function backpacks:give/backpack/custom {item_id:"minecraft:stick",model_data:0,slots:100}

That would give you a stick with 100 total slots and a custom model data of 0.

This is an example command (1.21.4 and after):

/function backpacks:give/backpack/custom {item_id:"minecraft:stick",model_data:"backpacks:backpacks/normal/4/nether",slots:78}

That would give you a stick that looks like a Nether styled backpack of its 4th tier with 78 total slots.

Here's the full list of custom model datas and their item ids if you want to use one of the backpacks model (before 1.21.4):

https://i.imgur.com/E1VHIQq.png

Here's the full list of all of the possible item models if you want to use one of the backpacks model (1.21.4 and after):

  • "backpacks:backpacks/normal/<tier>/<dye/style>"

Were:

  • <tier>: Tier of the backpack (1-4)
  • <dye/style>: The dye or the sytle of the backpack ("autumnal", "black", "blue", "brown", "christmas", "cyan", "gray", "green", "light_blue", "light_gray", "lime", "magenta", "nether", "orange", "pink", "purple", "red", "white", "yellow")

Or if you want to use the ender backpack models:

  • "backpacks:backpacks/ender/ender_backpack": For the normal model.
  • "backpacks:backpacks/ender/end_backpack": For the ender dragon model.
⚠️ **GitHub.com Fallback** ⚠️