-
Notifications
You must be signed in to change notification settings - Fork 0
Backpacks and Storage
Backpacks are portable inventories that let players carry far more than a normal Minecraft inventory. They are especially useful for mining, exploration, factory work and large crafting projects.
Slimefun's traditional backpack progression contains six increasing storage tiers:
| Backpack | Slots |
|---|---|
| Small Backpack | 9 |
| Backpack | 18 |
| Large Backpack | 27 |
| Woven Backpack | 36 |
| Gilded Backpack | 45 |
| Radiant Backpack | 54 |
Some servers or addons may introduce additional storage items, so always use the in-game Guide for what is actually available.
A Slimefun backpack is not simply a renamed chest item. Its inventory is backed by Slimefun data and must be opened, saved and closed safely.
That means server owners should treat backpack data as something worth protecting during:
- core upgrades
- database changes
- crash recovery
- addon migrations
- player-data restoration
Slimefun Legacy includes additional safeguards around backpack opening and lifecycle handling. These are intended to prevent duplicate/re-entrant opens and reduce the risk of stale open-state reservations when an unexpected runtime failure occurs.
These safeguards protect normal operation, but they are not a substitute for backups.
Slimefun includes administrator-facing backpack recovery tooling. Access is controlled by permissions such as:
slimefun.command.backpackslimefun.command.backpack.other
Keep these permissions restricted to trusted administrators because backpack recovery can expose player storage.
For valuable backpacks:
- do not intentionally duplicate the item
- avoid handing the same backpack item between players while its inventory is open
- wait for the inventory to close normally before moving the item between unusual storage systems
- do not use client or plugin exploits that rapidly reopen inventories
- report a backpack that refuses to open instead of repeatedly forcing it
Before changing Slimefun builds, back up:
- worlds
- player data
- Slimefun data
- databases
- addon data
Then stop the server normally and perform the upgrade while it is offline.
Never use /reload as an upgrade or repair method.
- Keep the backpack item intact.
- Do not repeatedly spam-open it.
- Record the player's name and backpack tier.
- Check the console for the first exception.
- Run
/sf doctor statusand relevant runtime diagnostics. - Confirm the server is running the expected Slimefun Legacy JAR.
- If this began after an update, test a copy of the data on staging before attempting recovery.
Slimefun Legacy — an unofficial community-maintained downstream Slimefun 4 fork for modern Paper servers.
Home · Install · Addons · Troubleshoot · Developer Guide
Legacy-maintained pages override inherited reference material. Classic Slimefun4 wiki content is adapted from Slimefun/Wiki under the MIT license; see Upstream Wiki Attribution.
Not an official Minecraft product. Not approved by or associated with Mojang or Microsoft.
- Weapons
- Items
- Food
- Basic Machines
- Resources
- Tools
- Armor
- Magical Armor
- Magical Items
- Magical Gadgets
- Talismans
- Technical Components
- Miscellaneous
- Energy & Electricity
- GPS
- Technical Gadgets
- Programmable Androids
- Cargo Management
- Seasonal Categories
- Research & Progression
- Energy Networks
- Cargo Networks
- Factory Design Patterns
- Backpacks & Storage
- Radiation & Reactors
- Glossary