Fast Recycler
A downloadable mod
Fast Recycler
Speed up recycling on your Rust server. Configure custom recycling intervals for normal and safezone recyclers — permission-based, per player.
Recycle Faster, Play Smarter
Cut down recycling wait times with fully configurable intervals. Separate settings for normal and safezone recyclers give you precise control.
Features
|
⚡
Custom Recycling SpeedSet the recycling interval in seconds. Lower values mean faster recycling. Works on both normal and safezone recyclers. |
🛡️
Safezone AwareSeparate duration settings for safezone recyclers. Keep safezone recycling balanced while speeding up the rest. |
|
🔐
Permission-BasedOnly players with the granted permission get faster recycling. Everyone else uses the default game speed. |
⚙️
Fully ConfigurableAll values are validated on load. Invalid settings automatically fall back to safe defaults with a warning log. |
How It Works
→
A player with the fastrecycler.use
permission activates a recycler.
|
| → The plugin detects whether it is a normal or safezone recycler. |
| → The recycling interval is replaced with the configured duration for that recycler type. |
| → Players without the permission use the default game recycling speed — no changes applied. |
Configuration
A configuration file is automatically generated at
oxide/config/FastRecycler.json
on first load.
{
"Normal recycler duration (seconds)": 5.0,
"Safezone recycler duration (seconds)": 8.0
}
| Option | Default | Description |
|---|---|---|
Normal recycler duration (seconds)
|
5.0
|
Recycling interval for normal recyclers, in seconds. The default game value is 5 seconds. |
Safezone recycler duration (seconds)
|
8.0
|
Recycling interval for safezone recyclers, in seconds. The default game value is approximately 8 seconds. |
Duration Examples
| Value | Effect |
|---|---|
1.0
|
Very fast — recycles one stack per second |
2.5
|
2× faster than default (5.0 / 2 = 2.5) |
5.0
|
Default game speed (no change) |
10.0
|
Slower than default — recycles one stack every 10 seconds |
Installation
|
1
Copy the plugin file Place FastRecycler.cs
into your server's oxide/plugins/
directory.
|
|
2
Start or restart your server The config file will be generated automatically at oxide/config/FastRecycler.json.
|
|
3
Edit the configuration Open the config file and set your desired recycling durations. |
|
4
Reload the plugin Run oxide.reload FastRecycler
in the server console to apply changes.
|
Permission
Only players with this permission will get the custom recycling speed. Players without it use the default game recycling interval.
Grant Permission
oxide.grant user <SteamID> fastrecycler.use
Revoke Permission
oxide.revoke user <SteamID> fastrecycler.use
Fast Recycler — An Oxide plugin for Rust dedicated servers.
Made by little method
Download
Click download now to get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.