Skip to content

Commit 0c3b99d

Browse files
authored
Update README.md
Added configs
1 parent cd8c4f8 commit 0c3b99d

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

README.md

+68
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,71 @@ If you want to hide the display for yourself, you can write the command `turn of
88
# What to do when eating bugs
99
If you find errors, you can contact me in any way convenient for you, but if you need my discord, then it is `notifapi`
1010
Also, if you have ideas for adding something new, write there
11+
# Configs
12+
```yaml
13+
effect_display:
14+
# will the plugin be enabled
15+
is_enabled: true
16+
# Whether the message from the plugin will be visible (Helps if you find a bug)
17+
debug: false
18+
# time during which the text is displayed (0.9 seconds is suitable if the average ping is 80 ms)
19+
text_update_time: 0.9
20+
# What form will the message about what effect the player has enabled
21+
effect_message: '<align=left><size=13>Effect: {effect} is {type} will end {duration} with {intensivity} intensivity</size></align>'
22+
# If you think about it, it's clear that these lines are inserted into {type}
23+
bad_type_writing: '<color=red>Negative</color>'
24+
# If you think about it, it's clear that these lines are inserted into {type}
25+
good_type_writing: '<color=green>Positive</color>'
26+
# If you think about it, it's clear that these lines are inserted into {type}
27+
mixed_type_writing: '<color=#FB00FF>Mixed</color>'
28+
# list of effects that will not be displayed (automatic here are the effects that are issued by the game as technical https://en.scpslgame.com/index.php?title=Status_Effects)
29+
black_list_effect:
30+
- SoundtrackMute
31+
- InsufficientLighting
32+
# how any effect will be displayed on the screen
33+
effect_name_display:
34+
AmnesiaItems: AmnesiaItems
35+
AmnesiaVision: AmnesiaVision
36+
Asphyxiated: Asphyxiated
37+
Bleeding: Bleeding
38+
Blinded: Blinded
39+
Burned: Burned
40+
Concussed: Concussed
41+
Corroding: Corroding
42+
Deafened: Deafened
43+
Decontaminating: Decontaminating
44+
Disabled: Disabled
45+
Ensnared: Ensnared
46+
Exhausted: Exhausted
47+
Flashed: Flashed
48+
Hemorrhage: Hemorrhage
49+
Invigorated: Invigorated
50+
BodyshotReduction: BodyshotReduction
51+
Poisoned: Poisoned
52+
Scp207: Scp207
53+
Invisible: Invisible
54+
SinkHole: SinkHole
55+
DamageReduction: DamageReduction
56+
MovementBoost: MovementBoost
57+
RainbowTaste: RainbowTaste
58+
SeveredHands: SeveredHands
59+
Stained: Stained
60+
Vitality: Vitality
61+
Hypothermia: Hypothermia
62+
Scp1853: Scp1853
63+
CardiacArrest: CardiacArrest
64+
InsufficientLighting: InsufficientLighting
65+
SoundtrackMute: SoundtrackMute
66+
SpawnProtected: SpawnProtected
67+
Traumatized: Traumatized
68+
AntiScp207: AntiScp207
69+
Scanned: Scanned
70+
PocketCorroding: PocketCorroding
71+
SilentWalk: SilentWalk
72+
Strangled: Strangled
73+
Ghostly: Ghostly
74+
# defines the path to the database (do not change unless necessary
75+
path_to_database: '{ExiledConfigPath}/EffectDisplay/Player.db'
76+
# use database for save user chose
77+
db_using: true
78+
```

0 commit comments

Comments
 (0)