PostUnMutePlayerEvent
The PostUnMutePlayerEvent
is a custom event in the MelodyMine plugin. This event is triggered after a player has been server unmuted. It provides access to the MelodyPlayer
instance of the player who was unmuted.
Class Structure
Method/Variable
Type
Description
melodyPlayer
MelodyPlayer
The player who has been unmuted.
Example Usage
Here is an example of how to listen to this event using the Bukkit event API in Java:
Remember to register your listener in your plugin's onEnable
method like so:
Last updated