mini

abstract fun mini(content: String, vararg tags: TagResolver): ComponentBuilder

Appends a MiniMessage string content to this component builder with optional tag resolvers.

Return

this component builder for chaining

Parameters

content

the MiniMessage string content

tags

the tag resolvers for placeholders


open fun mini(content: String, tags: TagResolverBuilder.() -> Unit): ComponentBuilder

Appends a MiniMessage string content to this component builder with tag resolvers built using a consumer.

Return

this component builder for chaining

Parameters

content

the MiniMessage string content

tags

the tag resolver builder consumer