NameManager

interface NameManager

Functions

Link copied to clipboard
abstract fun getName(uuid: UUID): Component

Get a players name from their uuid - Sample shows a join listener that uses the getName method.

Link copied to clipboard
abstract fun setNickName(    uuid: UUID,     nickName: String?,     silent: Boolean,     storageManager: StorageManager,     executor: CommandSender? = null)

Set a players nickname.

Inheritors

Link copied to clipboard