Class CondIsSkriptCommand

All Implemented Interfaces:
Debuggable, SyntaxElement, Checker<String>

@Name("Is a Skript command") @Description("Checks whether a command/string is a custom Skript command.") @Examples({"# Example 1","on command:","\tcommand is a skript command","","# Example 2","\"sometext\" is a skript command"}) @Since("2.6") public class CondIsSkriptCommand extends PropertyCondition<String>