Message formatting utilities.
-
Whether to parse advanced Tag
s on the final string to be parsed.
MiniMessageWrapper.Builder.gradients(boolean parse)
Whether gradients on the final string should be parsed.
MiniMessageWrapper.Builder.hexColors(boolean parse)
Whether hex colors on the final string should be parsed.
Whether legacy color codes on the final string should be parsed.
MiniMessageWrapper.Builder.placeholderResolver(@NotNull net.kyori.adventure.text.minimessage.tag.resolver.TagResolver placeholderResolver)
Set the TagResolver
for the MiniMessage
instance.
MiniMessageWrapper.Builder.removeColors(@NotNull Collection<@NotNull net.kyori.adventure.text.format.NamedTextColor> colors)
The NamedTextColor
s that should not be parsed.
MiniMessageWrapper.Builder.removeColors(@NotNull net.kyori.adventure.text.format.NamedTextColor... colors)
The NamedTextColor
s that should not be parsed.
The TextDecoration
s that should not be parsed.
MiniMessageWrapper.Builder.removeTextDecorations(@NotNull net.kyori.adventure.text.format.TextDecoration... decorations)
The TextDecoration
s that should not be parsed.
Whether all standard color codes on the final string should be parsed.