Skip to content

Commit

Permalink
Added is_expression_true filter
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 17, 2023
1 parent 77a3559 commit 4261c1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/effects/all-filters/is_expression_true.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `is_expression_true`

Requires a certain expression to be true

# Example Config
```yaml
filters:
is_expression_true: "%level% > %victim_health%"
```

0 comments on commit 4261c1b

Please sign in to comment.