Recycler Station
1 / 4




♻️ Recycler Station adds a deployable recycling station that allows players to recycle items directly from their base
Description
♻️ Recycler Station adds a deployable recycling station that allows players to recycle items directly from their base
The station uses a simple system with two containers:
INPUT- where players place recyclable items
OUTPUT - where all recycled resources are automatically moved
Items placed in the INPUT box are processed automatically by the recycler, creating a smooth and hands-free recycling workflow
The system is designed to feel natural in Rust while improving convenience for players and server owners
- Features
- Dedicated INPUT and OUTPUT boxes
- Safe pause handling when OUTPUT is blocked or full
- Protected station parts
- Tool Cupboard range and authorization checks
- Purchase support for Resources, Economics, or ServerRewards
- EN and RU language support
- Permissions
code
| 1 | - recyclerstation.use |
- Commands
code
| 1 | - /rs buy |
| 2 | - /rs help |
| 3 | - Admin Commands |
| 4 | - /rs give <player> [amount] |
| 5 | - /rs remove |
- Config
json
| 1 | { |
| 2 | "Debug": false, |
| 3 | "UseVanillaSpeed": true, |
| 4 | "CustomSpeedMultiplier": 1.0, |
| 5 | "OutputResumeDelaySeconds": 8.0, |
| 6 | "Purchase": { |
| 7 | "Enabled": true, |
| 8 | "UseResources": true, |
| 9 | "UseEconomics": false, |
| 10 | "UseServerRewards": false, |
| 11 | "MaxPurchasesPerPlayer": 2, |
| 12 | "ResourcesCost": [ |
| 13 | { |
| 14 | "Shortname": "scrap", |
| 15 | "Amount": 500 |
| 16 | }, |
| 17 | { |
| 18 | "Shortname": "metal.fragments", |
| 19 | "Amount": 5000 |
| 20 | }, |
| 21 | { |
| 22 | "Shortname": "metal.refined", |
| 23 | "Amount": 50 |
| 24 | }, |
| 25 | { |
| 26 | "Shortname": "gears", |
| 27 | "Amount": 10 |
| 28 | } |
| 29 | ], |
| 30 | "EconomicsCost": 2500.0, |
| 31 | "ServerRewardsCost": 800 |
| 32 | } |
| 33 | } |
$19.99$15.99
Views1.2k
Downloads3
Purchases1
Rating★ 5.0
Version1.0.6
PlatformRust
CategoryPlugins
CompatibleOxide · Carbon
Size29 KB
PublishedApr 27, 2026
UpdatedMay 10, 2026
✓ Reviewed for safety and integrity