Time

Syntaxes

Version

%date% (was|were)( more|(n't| not) less) than %time span% [ago]

%date% (was|were)((n't| not) more| less) than %time span% [ago]

2.0

Tests whether a given real time was more or less than some time span ago.

Exemples:

command /command-with-cooldown:
    trigger:
        {command::%player's uuid%::last-usage} was less than a minute ago:
            message "Please wait a minute between uses of this command."
            stop
        set {command::%player's uuid%::last-usage} to now
        # ... actual command trigger here ...

Last updated

Was this helpful?