enableVoice()
enableVoice
Method in MelodyManager
Class
enableVoice
Method in MelodyManager
ClassThe enableVoice
method is a part of the MelodyManager
class. This method is used to enable the voice feature for a player in the MelodyMine plugin.
Method 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