Types
KSpigotComponentBuilder
Link copied to clipboard
class KSpigotComponentBuilder
Content copied to clipboard
Functions
chatComponent
Link copied to clipboard
inline fun chatComponent(builder: KSpigotComponentBuilder.() -> Unit): Array<out BaseComponent>
Content copied to clipboard
clickEvent
Link copied to clipboard
hoverEventEntity
Link copied to clipboard
fun BaseComponent.hoverEventEntity(type: String, id: String, baseComponent: BaseComponent)
Content copied to clipboard
hoverEventItem
Link copied to clipboard
hoverEventText
Link copied to clipboard
inline fun BaseComponent.hoverEventText(builder: KSpigotComponentBuilder.() -> Unit)
Content copied to clipboard
sendMessage
Link copied to clipboard
fun CommandSender.sendMessage(vararg components: Array<out BaseComponent>)
Content copied to clipboard
fun CommandSender.sendMessage(builder: KSpigotComponentBuilder.() -> Unit)
Content copied to clipboard