Raw String (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.7

Syntax

raw %strings%

Description

Returns the string without formatting (colors, decorations, etc.) and without stripping them from it. For example, <code>raw "&aHello There!"</code> would output <code>&aHello There!</code>

Examples

send raw "&aThis text is unformatted!" to all players

View source