About RadioOn
This plugin automatically manages boomboxes in your Rust server by:
- Setting a default radio stream URL
- Automatically turning on radios when deployed/spawned
- Restarting radios periodically
- Turning on all radios after server restarts
- Separate control for deployed, handheld, and static (monument) boomboxes
Configuration
{
"Radio Stream URL": "http://s-00.wefunkradio.com:81/wefunk64.mp3",
"Enable for deployed boomboxes": false,
"Enable for handheld boomboxes": true,
"Enable for static/monument boomboxes": true,
"Auto-restart interval (minutes)": 60,
"Enable auto-restart": true,
"Turn on radios after server restart": true
}
Configuration Options
- Radio Stream URL - The URL of the radio stream (must be a direct MP3 stream URL)
- Enable for deployed boomboxes - Whether to activate player-placed boomboxes
- Enable for handheld boomboxes - Whether to activate handheld boomboxes
- Enable for static/monument boomboxes - Whether to activate static boomboxes found in monuments
- Auto-restart interval (minutes) - How often to check and restart radios
- Enable auto-restart - Whether to periodically restart radios
- Turn on radios after server restart - Whether to activate all radios when server starts
Installation
1. Download the plugin
2. Place the `RadioOn.cs` file in your server's `oxide/plugins` folder
3. Configure the plugin settings in the generated config file
4. Reload the plugin or restart your server
Notes
- Make sure your radio stream URL is a direct MP3 stream
- The URL must be accessible from your server
- Some radio streams might not work due to Rust's audio limitations
Permissions
This plugin doesn't require any special permissions to function.