Skip to content

Commit

Permalink
Cooldown groups
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jun 29, 2024
1 parent 484b7c6 commit b11bbd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/effects/configuring-an-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The cooldown between effect activations, in seconds. (defaults to 0)
```yaml
args:
cooldown: 10
cooldown_group: magic_abilities # (Optional) The cooldown group, if not specified the cooldown will be for this effect only
send_cooldown_message: true # (Optional) If the cooldown message should be sent
cooldown_message: "Custom cooldown message with %seconds% left" # (Optional) a custom cooldown message
cooldown_effects: # (Optional) Effects to run if on cooldown
Expand Down

0 comments on commit b11bbd2

Please sign in to comment.