PaperUtils

object PaperUtils

Provides function for APIs that are used in Paper but not present in Spigot

Author

stumper66

Since

3.3.0

Functions

Link copied to clipboard
fun getPlayerDisplayName(player: Player?): String
Link copied to clipboard
fun sendHyperlink(sender: CommandSender, message: String, url: String)
Link copied to clipboard
fun updateItemDisplayName(meta: ItemMeta, displayName: String?)
Link copied to clipboard
fun updateItemMetaLore(meta: ItemMeta, lore: List<String>?)