Radio is a plugin that allows the client to play specified background music.
If you found any bugs or have any suggestions, please open an issue on GitHub Issues.
If you like this plugin, please star it on GitHub.
- Copy audio files in OGG Vobis format (file suffix must be
ogg
) to "Path_to_Nukkit/plugins/Radio/music/". - Restart the server.
- Audio files will be automatically sent to the client when the player joins the game for the first time.
Command | Alias | Permission | Description | Default |
---|---|---|---|---|
/radio [play|stop] |
/fm /music |
radio.command | Plays/Stops audio | true |
/radioadmin dump |
radio.admin.command | Dumps radio resource packs | OP |
config.yml
# If true, music will play automatically when the player joins the game.
# Allowed values: "true" or "false"
autoplay: true
# Allowed values: "order" or "random"
play-mode: random
- Install Maven.
- Run
mvn clean package
. The compiled JAR can be found in thetarget/
directory.
This plugin uses bStats. You can opt out using the global bStats config; see the official website for more details.