/
A server-side Simple Voice Chat addon mod for Fabric adding a radio block capable of streaming mp3 radio streams.
This mod may not be able to play all mp3 streams. The mp3 stream must be playable by JLayer. Please don't report issues if the stream you are trying to play is not working.
/radio create "<stream-url>" "<station-name>" [sound_radius] to create a radio blockYou might find the stream URL on your radio stations' website. If you want to search for a radio station, streamurl.link might have it.
/radio create "<stream-url>" "<station-name>" [sound_radius | infinite] - Gives you a radio playing the provided mp3 stream. If the
radius isn't provided, the server default (48, in the config) is used./radio change ... radius ... - Allows you to change range of a radio, be it placed or held.
/radio change block <location: blockpos> radius <sound_radius> - Placed radios at a location/radio change held_item radius <sound_radius> - Radios held in your main hand./radio debug <location: blockpos> - Provides you a bunch of data on a placed radio's state in chat. If an radio isn't
behaving correctly, double check this.For support with this mod, please contact @CG360 via:
| Property | Description | Default |
|---|---|---|
radio_range | The audible range of radios | 48.0 |
command_permission_level | The permission level required to use the radio command | 0 |
radio_skin_url | The default skin url for the radio block. | |
show_music_particles | Whether to show music particles | true |
music_particle_frequency | The frequency of the music particles in milliseconds | 2000 |

A server-side Simple Voice Chat addon mod for Fabric adding a radio block capable of streaming mp3 radio streams.