Cooldown issue #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Skooldown version: 1.2.0
Skript version: 2.5.3
Server version: Tuinity 1.16.5
Issue:
command /feed: trigger: send "test" if cooldown "test" isn't over: set {_cd} to cooldown "test" send "Expire in %{_cd}%" else: create cooldown "test" for 10 seconds send "Worked!"{_cd} will always return as "Expire in 0 seconds" even though the cooldown is not 0 seconds until next usage
the code is wrongly formatted
also could you provide a list of skript addons? I think it could be a conflict, because I have my whole network based on Skooldown with no issue, one possible conflict is WolvSK
it's the code you gave me on the spigot thread
`Installed Skript Addons:
delete WolvSK, it is incompatible with Skooldown due to providing cooldowns too
or you could disable cooldowns in WolvSK config, if it has such option
Yes, it works now without WolvSK