Loading...
♻️ Recycler Station adds a deployable recycling station that allows players to recycle items directly from their base
♻️ 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
- Permissions
| 1 | - recyclerstation.use |
| 1 | - /rs buy |
| 2 | - /rs help |
| 3 | - Admin Commands |
| 4 | - /rs give <player> [amount] |
| 5 | - /rs remove |
- Config
| 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": 100, |
| 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 | } |