sendStartLink()
sendStartLink
Method in MelodyManager
Class
sendStartLink
Method in MelodyManager
ClassMethod Signature
Parameters
Parameter
Type
Description
player
Player
The player to whom the start link is to be sent.
Usage
To use this method in another plugin, you need to import the MelodyManager
class and call the sendStartLink
method on its instance. Here is an example:
Make sure the player is online before calling this method, as it requires an active Player
object. If the player is offline, this method will not work as expected.
Last updated