PlayerUtils

open class PlayerUtils(source)

Utility class for working with players in Minecraft.

Functions

Link copied to clipboard
open fun doesExist(target: String): Boolean
Check if a player exists with the specified name.
Link copied to clipboard
open fun getPlayer(target: String): OfflinePlayer
Retrieve a player object from their name.
open fun getPlayer(uuid: UUID): OfflinePlayer
Retrieve a player object from their UUID.