Skip to content

Reheight/BoomboxRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

BoomboxRust

Allows you to change the station to any boombox via command.

Commands

/stations - Shows you a detailed list of stations to use with your BoomBox.

/station - Will play a selected station from the stations list.

/boombox - Will play a custom audio source on the BoomBox.

/addstation "name" "URL" - Adds stations to the preset stations.

/removestation "name" "URL" - Removes stations from the preset stations.

💥 DANGER
The /boombox URL feature should only be shared with trusted members as it can open up an attack vector and expose all of your members to attacks such as DDoS and IP scraping.

Permissions

boombox.stationsuse - (/stations, /station)

boombox.customurluse - (/boombox)

boombox.admin - Allows you to use any URL for /boombox and bypass the whitelist while also allowing you to use every command.

Configuration

{
  "Whitelist": true,
  "Whitelisted Domains": [
    "stream.zeno.fm"
  ],
  "Boombox Deployed Require Power": true,
  "Preset Stations": {
    "Country Hits": "http://crystalout.surfernetwork.com:8001/KXBZ_MP3",
    "Todays Hits": "https://rfcmedia.streamguys1.com/MusicPulsePremium.mp3",
    "Pop Hits": "https://rfcmedia.streamguys1.com/newpophitspremium.mp3"
  },
  "Deployed Boombox Never Decays": false,
  "Handheld Boombox Never Breaks": false,
  "Microphone Stand Never Breaks": false
}
⚠️ WARNING
The whitelist feature limits the domains usable for the /boombox feature

About

Allows you to change the station to any boombox via command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages