-
1.2.1 - Release Stable
released this
2021-10-24 06:36:09 +00:00 | 1 commits to master since this releaseplugin.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 - Release Stable
released this
2021-04-09 10:19:58 +00:00 | 10 commits to master since this releaseI have optimized code in some cases, solved the possibility of a problem in some edge cases, this is a pretty stable release
Downloads
-
Pre-release Stable
released this
2020-11-02 08:37:42 +00:00 | 14 commits to master since this releaseSyntaxes:
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