feedPlayer

abstract fun feedPlayer(    player: Player,     silent: Boolean,     executor: CommandSender? = null)

Feed a player

Parameters

player

the player to feed

silent

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

executor

the person who ran the command or null if they healed themselves