• 1.2.1 64054f9079

    Govindas released this 2021-10-24 06:36:09 +00:00 | 1 commits to master since this release

    plugin.yml now has api-version 1.13 to help newer version servers. the plugin will still work on 1.12 and below.

    Downloads
  • 1.2.0 1296ddbf2c

    GovindasOM released this 2021-04-09 10:19:58 +00:00 | 10 commits to master since this release

    I have optimized code in some cases, solved the possibility of a problem in some edge cases, this is a pretty stable release

    Downloads
  • 0.1 2c4390998f

    Pre-release Stable

    GovindasOM released this 2020-11-02 08:37:42 +00:00 | 14 commits to master since this release

    Syntaxes:
    Effects:

    (create|start) [a] cooldown %string% for %timespan%
    (create|start) [a] cooldown %string% for %timespan%
    
    (reset|stop|delete|clear) cooldown %string%
    

    Conditions:

    cooldown %string% (is|has) (finished|over|done)
    cooldown %string% is(n't| not) unfinished)
    cooldown %string% is(n't| not) (finished|over|done)
    cooldown %string% is unfinished
    

    Expression:

    cooldown %string%
    

    you can use expression like:

    add 5 seconds to cooldown "test"
    remove 10 cooldowns from cooldown "test"
    
    set {_cd} to cooldown "test"
    send "This cooldown will be over in %{_cd}%"
    

    etc.

    Downloads