Class ExprChatFormat

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<String>
ch.njol.skript.expressions.ExprChatFormat
All Implemented Interfaces:
Debuggable, Expression<String>, SyntaxElement

@Name("Chat Format") @Description("Can be used to get/retrieve the chat format. The sender of a message is represented by [player] or [sender], and the message by [message] or [msg].") @Examples("set the chat format to \"&lt;yellow&gt;[player]&lt;light gray&gt;: &lt;green&gt;[message]\"") @Since("2.2-dev31") public class ExprChatFormat extends SimpleExpression<String>
  • Constructor Details

    • ExprChatFormat

      public ExprChatFormat()
  • Method Details