Class ExprCmdCooldownInfo

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

@Name("Cooldown Time/Remaining Time/Elapsed Time/Last Usage/Bypass Permission") @Description({"Only usable in command events. Represents the cooldown time, the remaining time, the elapsed time,","the last usage date, or the cooldown bypass permission."}) @Examples({"command /home:","\tcooldown: 10 seconds","\tcooldown message: You last teleported home %elapsed time% ago, you may teleport home again in %remaining time%.","\ttrigger:","\t\tteleport player to {home::%player%}"}) @Since("2.2-dev33") public class ExprCmdCooldownInfo extends SimpleExpression<Object>
  • Constructor Details

    • ExprCmdCooldownInfo

      public ExprCmdCooldownInfo()
  • Method Details