Name | <ScriptTag.cooled_down[(<player>)]> |
Returns | ElementTag(Boolean) |
Description | Returns whether the script is currently cooled down for the player. Any global
cooldown present on the script will also be taken into account. Not specifying a player will result in using the attached player available in the script entry. Not having a valid player will result in 'null'. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/bukkit/BukkitScriptExtensions.java#L17 |