- Works With
Players frequently encounter full inventories when gathering resources, picking up collectibles like hemp or mushrooms, looting containers, or picking up dropped items. When inventory space runs out, items either stay in the source container, drop on the ground, or are simply lost.
This plugin automatically redirects overflow items to the player's backpack instead. When your main inventory and belt are full, items you gather, loot, or pick up automatically move to your backpack. Works with both vanilla backpacks (the backpack item in your clothing slot) and the Backpacks plugin.
Players can toggle overflow on or off for themselves with a chat command. You can enable or disable overflow for specific item sources independently: gathered resources, collectible pickups, dropped item pickups, and looted items from containers.
This plugin automatically redirects overflow items to the player's backpack instead. When your main inventory and belt are full, items you gather, loot, or pick up automatically move to your backpack. Works with both vanilla backpacks (the backpack item in your clothing slot) and the Backpacks plugin.
Players can toggle overflow on or off for themselves with a chat command. You can enable or disable overflow for specific item sources independently: gathered resources, collectible pickups, dropped item pickups, and looted items from containers.
Why Use This Plugin After the January 2026 Update?
Rust's January 2026 update added automatic backpack overflow for gathered resources (ores, wood, etc.). This plugin extends that functionality:- Broader coverage - Handles collectible pickups (hemp, mushrooms, pumpkins, corn, potatoes), dropped item pickups, and looted items from containers
- Backpacks plugin support - Works with the Backpacks plugin, not just vanilla backpacks
Features
- Multiple overflow sources - Gathered resources, collectible pickups, dropped items, and looted items from containers
- Dual backpack system support - Works with vanilla backpacks, the Backpacks plugin, or both simultaneously
- Player preferences - Players toggle overflow on/off for themselves via chat command
- Granular configuration - Enable or disable overflow independently for each item source type
- Optional notifications - Toast messages when items overflow to backpack
Permissions
overflowtobackpack.use-- Allows the player to use backpack overflow functionality
Commands
/overflow-- Toggles backpack overflow on or off for yourself
Configuration
JSON:
{
"Version": "1.4.0",
"Enable Overflow For Gathered Resources (ores, wood, etc.)": true,
"Enable Overflow For Collectible Pickups (hemp, mushrooms, etc.)": true,
"Enable Overflow For Dropped Item Pickups": true,
"Enable Overflow For Looted Items (from containers)": true,
"Show Game Tip When Items Overflow To Backpack": true,
"Chat Command To Toggle Overflow (without slash)": "overflow",
"Backpack Provider (Vanilla, BackpacksPlugin, Both)": "Vanilla"
}
Enable Overflow For Gathered Resources-- Whether to overflow resources gathered from nodes, trees, animals, etc.Enable Overflow For Collectible Pickups-- Whether to overflow items picked up from collectible entities like hemp, mushrooms, pumpkins, corn, and potatoesEnable Overflow For Dropped Item Pickups-- Whether to overflow items picked up from the ground (dropped items, items from killed players, etc.)Enable Overflow For Looted Items-- Whether to overflow items taken from containers, loot boxes, corpses, etc.Show Game Tip When Items Overflow To Backpack-- Whether to show a toast notification when items are moved to the backpackChat Command To Toggle Overflow-- The chat command players use to toggle overflow. Change this if it conflicts with another pluginBackpack Provider-- Which backpack system to use. Options:Vanilla-- Only use the vanilla backpack system (the backpack item that goes in your clothing slot)BackpacksPlugin-- Only use the Backpacks plugin's backpack systemBoth-- Try vanilla backpack first, then fall back to Backpacks plugin if vanilla is full or unavailable
Stored Data
JSON:
{
"Preferences": {
"76561198000000000": true,
"76561198000000001": false
}
}
Preferences-- Stores each player's overflow preference (true= enabled,false= disabled). Players default to enabled if not listed
Localization
JSON:
{
"Error.NoPermission": "You do not have permission to use this.",
"Notification.ItemOverflowed": "Inventory full. {0}x {1} moved to backpack.",
"Toggle.Enabled": "Backpack overflow is now enabled.",
"Toggle.Disabled": "Backpack overflow is now disabled."
}
Recommended Compatible Plugins
- Backpacks -- The most popular backpack plugin for Rust. This plugin fully integrates with it when
Backpack Provideris set toBackpacksPluginorBoth