Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 17, 2023
1 parent 9ddc0a0 commit 77a3559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/effects/all-effects/remove_boss_bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Removes a boss bar

# Example Config
```yaml
- id: create_boss_bar
- id: remove_boss_bar
args:
id: my_boss_bar # The ID of the boss bar to remove
...other config (eg triggers, filters, mutators, etc)
Expand Down
4 changes: 2 additions & 2 deletions docs/effects/all-effects/update_boss_bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Updates a boss bar

# Example Config
```yaml
- id: create_boss_bar
- id: update_boss_bar
args:
id: my_boss_bar # The ID of the boss bar to update
name: "Updated Boss Bar" # (Optional) The new name of the boss bar
color: pink # (Optional) The new boss bar color (pink, blue, red, green, yellow, purple, white)
style: notched_6 # (Optional) The new boss bar style (progress, notched_6, notched_10, notched_12, notched_20)
progress: "%libreforge_bossbar_my_boss_bar_progress% + 10" # (Optional) The new percentage completion of the boss bar
progress: "%libreforge_boss_bar_my_boss_bar_progress% + 10" # (Optional) The new percentage completion of the boss bar
...other config (eg triggers, filters, mutators, etc)
```

0 comments on commit 77a3559

Please sign in to comment.