You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-27
Original file line number
Diff line number
Diff line change
@@ -10,32 +10,38 @@ If you find errors, you can contact me in any way convenient for you, but if you
10
10
Also, if you have ideas for adding something new, write there
11
11
# Configs
12
12
```yaml
13
-
effect_display:
14
13
# will the plugin be active?
15
-
is_enabled: true
16
-
# will information be displayed for the developer, will help when errors are detected
17
-
debug: false
18
-
# will a database be used
19
-
is_database_use: true
20
-
# This message will be displayed on each line
21
-
effect_line_message: '<size=12>%effect% is %type% end after %time% second''s</size>'
22
-
# effects combining harm and benefit and nothing (207 and its anti)
23
-
mixed_effect: '<color=ff00cc>Mixed</color>'
24
-
# Only good effect
25
-
good_effect: '<color=green>Positive</color>'
26
-
# Only bad effect
27
-
bad_effect: '<color=red>Negative</color>'
28
-
# decomposes the text on the screen to change only to what is processed by align
29
-
hint_location: '<align=left>'
30
-
# defines a list of effects that the player will not see (the effects of the technical process are automatically hidden)
31
-
black_list:
32
-
- InsufficientLighting
33
-
- SoundtrackMute
34
-
# https://discord.com/channels/656673194693885975/1172647045237067788/1172647045237067788 determines the name of the effect from the existing list to the one you specify
35
-
effect_translation:
36
-
Blinded: Blinded
37
-
# defines the database name in the path (required at the end of .db)
# will information be displayed for the developer, will help when errors are detected
16
+
debug: false
17
+
# will a database be used
18
+
is_database_use: true
19
+
# these lines will be displayed for each effect type separately, allowing you to customize them
20
+
effect_line:
21
+
Mixed: <size=12>%effect% is <color=\"purple\">Mixed</color> end after %time%|%duration%
22
+
Positive: <size=12>%effect% is <color=\"green\">Positive</color> end after %time%|%duration%
23
+
Negative: <size=12>%effect% is <color=\"red\">Negative</color> end after %time%|%duration%
24
+
# decomposes the text on the screen to change only to what is processed by align
25
+
hint_location: '<align=left>'
26
+
# defines a list of effects that the player will not see (the effects of the technical process are automatically hidden)
27
+
black_list:
28
+
- CardiacArrest
29
+
- InsufficientLighting
30
+
# https://discord.com/channels/656673194693885975/1172647045237067788/1172647045237067788 determines the name of the effect from the existing list to the one you specify
31
+
effect_translation:
32
+
Bleeding: Blinded
33
+
# defines the database name in the path (required at the end of .db)
0 commit comments