Skip to content

Commit a0fc864

Browse files
authored
Update README.md
1 parent 9f66520 commit a0fc864

File tree

1 file changed

+33
-27
lines changed

1 file changed

+33
-27
lines changed

README.md

+33-27
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,38 @@ If you find errors, you can contact me in any way convenient for you, but if you
1010
Also, if you have ideas for adding something new, write there
1111
# Configs
1212
```yaml
13-
effect_display:
1413
# 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)
38-
database_name: 'data.db'
39-
# locates the database
40-
path_to_data_base: 'C:\Users\NOTIF-ZTA23\AppData\Roaming\EXILED\Configs\EffectDisplay'
14+
is_enabled: false
15+
# 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)
34+
database_name: 'data.db'
35+
# locates the database
36+
path_to_data_base: 'C:\Users\NOTIF-ZTA23\AppData\Roaming\EXILED\Configs\EffectDisplay'
37+
# List of roles for which the effects display will not be displayed (the roles of the dead are ignored)
38+
ignored_roles:
39+
- Spectator
40+
- None
4141
```
42+
## How edit
43+
| effect_line | description |
44+
| ------------ | ----- |
45+
| %duration% | when specified in the line, it is replaced by the duration of the effect issued |
46+
| %time% | when specified in the line, it is replaced by the time after which the effect will end |
47+
| %effect% | when specified in a line, it is replaced with the name of the effect that is specified in `effect_translation` or its standard value |

0 commit comments

Comments
 (0)