on Player Activation End
abstract fun onPlayerActivationEnd(@NotNull activationEndListener: @NotNull ServerActivation.PlayerActivationEndListener)
Adds a new listener that will be invoked when a player sends PlayerAudioEndPacket and meets all requirements:
- checkPermissions
- checkDistance
- getRequirements
- activation is in getActiveActivations
Parameters
activation End Listener
The listener to handle the activation end event.