RadioOn
$4.99
Sold by: sigiloA Rust plugin that manages boombox radios on your server, allowing automatic radio activation and URL configuration.
- Description
- Reviews (0)
- Version History
- Discussions (9)
- Setup
- Product Enquiry
Description
Description
## Description
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 and static (monument) boomboxes
## Configuration
{
“Radio Stream URL”: “http://s-00.wefunkradio.com:81/wefunk64.mp3”,
“Enable for deployed boomboxes”: false,
“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 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.
Reviews (0)
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Version History
- Added fix
- Added
- Added Initial release
Discussions (9)
9 thoughts on "RadioOn"
Leave a reply
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
Doesn’t seem to work. Here is my config file:
{
“Auto-restart interval (minutes)”: 60,
“Enable auto-restart”: true,
“Enable for deployed boomboxes”: false,
“Enable for handheld boomboxes”: true,
“Enable for static/monument boomboxes”: true,
“Radio Stream URL”: “http://edge-bauerall-01-gos2.sharp-stream.com/absoluteradio.mp3”,
“Turn on radios after server restart”: true
}
The issues I havet are:
– It doesn’t use the radio stream URL, for some reason it plays “wefunk”
– Despite having “deployed boomboxes” on false, it still turn on deployed player radio every hour on “wefunk”
Hi, did you reload the plugin after updating the config?
That seems to be the issue.
o.reload RadioOn
Try that and let me know.
Thanks. Reloading didn’t help but restarting the server fixed the stream URL and it’s now playing the right radio.
However it still affects player deployed radios.
Note: they were deployed before adding the plugin, not sure if it’s why
Please note, the issue persists for player deployed radios even when they have been deployed after adding the plugin
Are you using other radio plugins?
No. that’s the only one.
Maybe I misunderstood what “Enable for deployed boomboxes”: false
is supposed to do.
I was hoping it meant that player placed radios wouldn’t auto restart.
I’ve just uploaded a new version, try it now please and let me know if it works as expected.
Thanks I will test it and let you know
The issue appears to be fixed now, thank you :)