inxomnyaa / PocketRadio

A lightweight .NBS song player for PocketMine Servers
https://poggit.pmmp.io/ci/inxomnyaa/PocketRadio/~
GNU General Public License v3.0
38 stars 9 forks source link

Per player listen music option #27

Closed IvanCraft623 closed 10 months ago

IvanCraft623 commented 3 years ago

I would like that there was the option for each player to listen to the music or not because in some devices causes lag.

inxomnyaa commented 2 years ago

Reopening, feature not implemented

inxomnyaa commented 10 months ago

This is currently the highest priority - At the moment all commands but /radio volume apply globally and are locked behind OP perms

inxomnyaa commented 10 months ago

In theory you could now create a plugin that implements per-player Playlist objects and listen for the LoadSongsEvent and add the songs to the player's playlist. The commands of this plugin still only allow modifying the global server playlist though. Currently considering if this is wanted behavior.

inxomnyaa commented 10 months ago

The original request was about disabling the music per player - setting the volume to 0% should do this but currently doesn't