TextComponent - Text Component (Type) — SkBee

Addon: SkBee · Category: Type · Since: 1.5.0

Syntax

textcomp

Description

Represents a text component. Text components are how Minecraft manages formatted text in game. See [**Text Component**](https://minecraft.wiki/w/Text_component_format) on McWiki for more information. **NOTE**: These are different than Skript's TextComponent class, as this is a wrapper that holds a component.

Examples

set {_t} to text component from "CLICK FOR OUR DISCORD"
add hover event showing "Clicky Clicky!" to {_t}
add click event to open url "https://OurDiscord.com" to {_t}
send component {_t} to player

View source