Added client side display names (requires Paper 1.20+)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.willfp.eco.internal.spigot.proxy
|
||||
|
||||
import net.kyori.adventure.text.Component
|
||||
import org.bukkit.entity.LivingEntity
|
||||
import org.bukkit.entity.Player
|
||||
|
||||
interface DisplayNameProxy {
|
||||
fun setClientsideDisplayName(entity: LivingEntity, player: Player, displayName: Component, visible: Boolean)
|
||||
}
|
||||
Reference in New Issue
Block a user