healPlayer

abstract fun healPlayer(    player: Player,     silent: Boolean,     executor: CommandSender? = null,     sendMessage: Boolean = true)

Heal a given player

Parameters

player

the player to heal

silent

if a target player exists, they will recieve a message if this is true

executor

the person who sent the command or null if the player healed themselves

sendMessage

true if messages should be sent