Resolve Text Component (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.16

Syntax

%textcomponents% resolved for %commandsender% [(bypassing|ignoring) required permissions]

Description

Resolves a component with the context of a command sender or other entity. Certain kinds of components, such as NBT components, Score components, and Selector components, are required to be resolved to display a proper output. Note that the option to bypass required permissions only applies for players.

Examples

send formatted "Hello <selector:@e[limit=5]>, I'm <selector:@s>!" resolved for player

View source