TextComponent - Async Chat Format/Message (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.18.0

Syntax

async chat (format|message)

Description

Get/set the chat message from an async chat event as a text component. Set the chat format of an async chat event (no getter for this). Requires PaperMC!

Examples

on async chat:
	set {_m::1} to mini message from "<gradient:##33FFE6:##33FF68>%player% &7» "
	set {_m::2} to async chat message
	set {_m} to merge components {_m::*}
	set async chat format to {_m}

View source