Skip to content

Commit

Permalink
4.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 5, 2023
1 parent 2fb8530 commit af8c85f
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 101 deletions.
8 changes: 8 additions & 0 deletions docs/effects/all-conditions/is_op.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# `is_op`

Requires a player to be an operator

# Example Config
```yaml
- id: is_op
```
9 changes: 9 additions & 0 deletions docs/effects/all-filters/value_above.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `value_above`

Require the trigger value to be greater than or equal to a certain amount

# Example Config
```yaml
filters:
value_above: 0.5
```
9 changes: 9 additions & 0 deletions docs/effects/all-filters/value_below.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `value_above`

Require the trigger value to be less than a certain amount

# Example Config
```yaml
filters:
value_below: 0.5
```
9 changes: 9 additions & 0 deletions docs/effects/all-filters/value_equals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `value_equals`

Require the trigger value to equal a certain value

# Example Config
```yaml
filters:
value_equals: 3
```
Loading

0 comments on commit af8c85f

Please sign in to comment.