enableVoice()
enableVoice
Method in MelodyManager
Class
enableVoice
Method in MelodyManager
ClassMethod Signature
Parameters
Parameter
Type
Description
playerName
String
The name of the player for whom the voice feature is to be enabled.
playerUuid
String
The unique identifier (UUID) of the player.
playerServer
String
The server on which the player is currently playing.
targetSocketID
String
The socket ID of the target player.
Example Usage
Below is an example of how to use the enableVoice
method in another plugin.
Make sure to replace the example values with actual values when using this method.
Last updated