mute()
Mute
Method in MelodyManager
Class
Mute
Method in MelodyManager
ClassMethod Signature
Parameters
Parameter
Type
Description
uuid
String
The UUID of the player to be muted.
Usage
To use the mute
method in your plugin, you need to import the MelodyManager
class and use its instance to call the method. Here is an example:
Make sure to replace "player-uuid-goes-here"
with the actual UUID of the player you want to mute.
Last updated