LAB/05 — INVENTORY
PocketBox
- Price
- $9.99
- Version
- v1.1.3
- Author
- S³Founding MemberTrusted Dev
Changelog
v1.1.320 Aug 2026
No notes for this release.
The problem
Your players fill up two kilometres from base. Their options are to walk home, die on the way home, or leave it behind. On a high-pop server that walk is where most of the farming time goes, and on a low-pop server it is just tedium.
What PocketBox does
Look at a storage box you placed, run the link command, and that box is now your pocket box.
From then on, press the deposit button anywhere on the map and pick what goes: select individual slots, select all, or clear the selection and start again. The items land in the linked box. If the box is full you are told, and nothing is lost.
The button is a draggable UI element — put it where it does not cover your crosshair, and it stays there.
Kept fair on purpose
- Building privilege is required to link, by default. The box has to be inside your own cupboard, not someone else's base.
- Deposit limits per rank.
pocketbox.usegets one limit,pocketbox.vipgets a higher one. - A cooldown between deposits, configurable, or off.
- It can cost something. Scrap, any item, Economics currency or ServerRewards points — with an optional skin and display-name check if you want the cost to be a specific custom item.
- If the box is destroyed, the link breaks and the player is told. No silent void.
Features
- Link any player-placed storage box and deposit to it from anywhere
- Slot-by-slot selection, select-all, and clear-all in one UI
- Draggable deposit button with per-player saved position
- Separate deposit limits for normal and VIP permissions
- Configurable cooldown, or none
- Cost per deposit: none, item, Economics or ServerRewards
- Optional skin id and display name check on the cost item
- Building privilege requirement for linking
- Unlink command, and clean handling when the box is destroyed
- Configurable chat command name, prefix and chat icon
- Full language file — 17 messages
- Oxide and Carbon
- Economics, ServerRewards and Backpacks used when present, none required
Commands
The command name is configurable; it is /pocketbox out of the box.
| Command | Description |
|---|---|
/pocketbox | Help |
/pocketbox link | Link the box you are looking at |
/pocketbox unlink | Drop the link |
/pocketbox move | Drag the deposit button, then click to save its position |
/pocketbox reset | Put the UI back to default positions |
Permissions
| Permission | Effect |
|---|---|
pocketbox.use | Link a box and deposit, at the normal limit |
pocketbox.vip | The higher deposit limit |
pocketbox.admin | Admin commands |
Configuration
{
"Chat prefix": "Pocket Box",
"Chat icon Steam ID": 0,
"Command": "pocketbox",
"Require building privilege to link box": true,
"Normal deposit limit (pocketbox.use)": 6,
"VIP deposit limit (pocketbox.vip)": 12,
"Deposit cooldown (seconds, 0 = disabled)": 10,
"Cost": {
"Type (None / Economics / ServerRewards / Item)": "Item",
"Amount": 10,
"Item shortname": "scrap",
"Item display name (leave empty to skip name check)": "",
"Item skin ID (0 = any skin)": 0
}
}Requirements
Oxide or Carbon. Economics or ServerRewards only if you charge in them.
Support
Every purchase comes with the private updates channel in our Discord and updates for the life of the plugin. Your licence key and download live on your purchases page the moment payment clears.