java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Object>
ch.njol.skript.expressions.base.PropertyExpression<String,Object>
ch.njol.skript.expressions.base.SimplePropertyExpression<String,Object>
org.skriptlang.skript.bukkit.text.elements.expressions.ExprRawString
All Implemented Interfaces:
Debuggable, Expression<Object>, Loopable<Object>, Simplifiable<Expression<? extends Object>>, SyntaxElement, Converter<String,Object>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Raw String") @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>"}) @Example("send raw \"&aThis text is unformatted!\" to all players") @Since("2.7") public class ExprRawString extends ch.njol.skript.expressions.base.SimplePropertyExpression<String,Object>