Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inxomnyaa/pocketradio
A lightweight .NBS song player for PocketMine Servers
https://github.com/inxomnyaa/pocketradio
hacktoberfest nbs nbs-songs noteblock noteblockstudio pmmp pmmp-plugin pocketmine radio songs
Last synced: about 1 month ago
JSON representation
A lightweight .NBS song player for PocketMine Servers
- Host: GitHub
- URL: https://github.com/inxomnyaa/pocketradio
- Owner: inxomnyaa
- License: gpl-3.0
- Created: 2017-12-19T15:37:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T11:27:16.000Z (5 months ago)
- Last Synced: 2024-10-09T23:04:06.860Z (about 1 month ago)
- Topics: hacktoberfest, nbs, nbs-songs, noteblock, noteblockstudio, pmmp, pmmp-plugin, pocketmine, radio, songs
- Language: PHP
- Homepage: https://poggit.pmmp.io/ci/inxomnyaa/PocketRadio/~
- Size: 68.4 KB
- Stars: 38
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PocketRadio
A lightweight .NBS song player for PocketMine Servers## Prerequisites
When downloaded from poggit, none.When manually installing from source, you must install the virions
## Setup
- Add the plugin to the `plugins` folder
- Put your .nbs files into the generated "songs" folder and restart the server
- The songs will automatically start to play when a player joins the server## Commands
Use `/radio` to open the radio interfaceUse `/radio next` to skip the current song (global)
Use `/radio volume` to change your volume (per player)
Use `/radio pause` to pause or unpause playback (global)
Use `/radio select` to play a specific song (global)
## Planned changes
- Change the radio interface to allow searching ✔, skipping ✔, looping songs or playlists
- Add looping ✔, toggle shuffle mode ✔, playlists ✔, per-user songs
- World settings (plobably done via external plugin)## API
https://github.com/inxomnyaa/PocketRadio/wiki## Where do i get .nbs files?
You can find a collection of .nbs songs here: https://forums.pmmp.io/threads/200-nbs-songs.294/## Issues
Make sure to check a few things **before** creating an issue
- Your installation of PocketMine (pmmp) works properly, and is an official version. No support on custom builds or forks.
- You have the latest version of PocketRadio. Issues based on outdated releases will be closed as invalid
- You run a release version from poggit or the releases tab. Self-compiled versions are not supported.