Hey,
Would it be possible to add this method in the class NoteBlockAPI:
public static void setPlayerUUIDVolume(UUID id, byte volume) {
plugin.playerVolume.put(id, volume);
}
Currently we can set the player's volume only when the player is online, and it's a bit annoying in some cases.
Thanks!
Hey,
Would it be possible to add this method in the class NoteBlockAPI:
Currently we can set the player's volume only when the player is online, and it's a bit annoying in some cases.
Thanks!