This plugin ensures that when your inventory is full, any extra items from gathering, looting, or picking up dropped items are automatically sent to your backpack instead of being dropped on the ground.
Permissions
overflowtobackpack.use
- Grants players the ability to automatically send overflow items to their backpack when their inventory is full.
Configuration
JSON:
{
"Version": "1.1.0",
"Enable Gathered Resources": true,
"Enable Collectibles": true,
"Enable Dropped Items": true,
"Enable Looted Items": true
}
Enable Gathered Resources
- Allows harvested resources (trees, ores, animals) to overflow into the backpack when inventory is full.Enable Collectibles
- Allows picked-up collectibles (hemp, mushrooms, plants) to overflow into the backpack when inventory is full.Enable Dropped Items
- Allows items picked up from the ground (loot from players, dropped items) to overflow into the backpack when inventory is full.Enable Looted Items
- Allows items taken from containers (loot crates, chests) to overflow into the backpack when inventory is full.
Localization
JSON:
{
"NoPermission": "You do not have permission to use this feature.",
"BackpackReceived": "Your inventory is full! {0} {1} has been moved to your backpack."
}