Skip to content

Commit a40f031

Browse files
authored
Update README.md
1 parent 4809d94 commit a40f031

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ effect_display:
1414
# will the plugin be active?
1515
is_enabled: true
1616
# will information be displayed for the developer, will help when errors are detected
17-
debug: true
17+
debug: false
1818
# will merge with other Hint service providers (for example HintServiceMeow) - if they are installed, it will switch itself
1919
third_party: true
2020
# will a database be used
@@ -23,10 +23,10 @@ effect_display:
2323
update_time: 0.899999976
2424
# these lines will be displayed for each effect type separately, allowing you to customize them
2525
effect_line:
26-
Mixed: <color=purple>%effect%</color> - %time%/%duration% lvl %intensity%
27-
Positive: <color=green>%effect%</color> - %time%/%duration% lvl %intensity%
28-
Negative: <color=red>%effect%</color> - %time%/%duration% lvl %intensity%
29-
Technical: ' '
26+
Negative: '<color=purple>%effect%</color> -> %time%/%duration% LVL: %intensity%'
27+
Mixed: '<color=green>%effect%</color> -> %time%/%duration% LVL: %intensity%'
28+
Technical: '<color=red>%effect%</color> -> %time%/%duration% LVL: %intensity%'
29+
Positive: ' '
3030
# defines a list of effects that the player will not see (the effects of the technical process are hidden)
3131
black_list:
3232
- InsufficientLighting
@@ -63,6 +63,9 @@ effect_display:
6363
vertical_aligment: 'Bottom'
6464
# What text will the user see when hovering over a question mark in the settings?
6565
enabled_display_description: 'Determines whether the display of enabled effects is enabled, replaces .display in the console'
66+
# Will the plugin notify you of a new update
67+
check_for_update: true
68+
6669
```
6770
## How edit
6871
| effect_line | description |

0 commit comments

Comments
 (0)