https://github.com/wode490390/radio
Radio is a Nukkit plugin that allows the client to play specified background music.
https://github.com/wode490390/radio
audio fm minecraft music nukkit ogg player plugin radio
Last synced: 6 months ago
JSON representation
Radio is a Nukkit plugin that allows the client to play specified background music.
- Host: GitHub
- URL: https://github.com/wode490390/radio
- Owner: wode490390
- License: gpl-3.0
- Created: 2019-12-21T15:47:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T19:10:54.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T09:09:17.555Z (6 months ago)
- Topics: audio, fm, minecraft, music, nukkit, ogg, player, plugin, radio
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Radio for Nukkit
[](https://github.com/NukkitX/Nukkit)
[](https://circleci.com/gh/wode490390/Radio/tree/master)
[](https://github.com/wode490390/Radio/releases)
[](https://github.com/wode490390/Radio/releases)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](https://github.com/wode490390/Radio/issues).
If you like this plugin, please star it on [GitHub](https://github.com/wode490390/Radio).
## Usage
1. Copy audio files in **OGG Vobis format** (file suffix must be `ogg`) to "Path_to_Nukkit/plugins/Radio/**music**/".
2. Restart the server.
3. Audio files will be automatically sent to the client when the player joins the game for the first time.## Download
- [Releases](https://github.com/wode490390/Radio/releases)
- [Snapshots](https://circleci.com/gh/wode490390/Radio)## Commands
| 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 |## Configuration
config.yml
```yaml
# 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
```## Compiling
1. Install [Maven](https://maven.apache.org/).
2. Run `mvn clean package`. The compiled JAR can be found in the `target/` directory.## Metrics Collection
This plugin uses [bStats](https://github.com/wode490390/bStats-Nukkit). You can opt out using the global bStats config; see the [official website](https://bstats.org/getting-started) for more details.
###### If I have any grammar and/or term errors, please correct them :)