Skip to content

API setPlayerVolume UUID #34

@SkytAsul

Description

@SkytAsul

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions