|
2 | 2 | [](https://www.patreon.com/NOTIF247) |
3 | 3 | [](https://github.com/NOTIF-API/EffectDisplay/releases) |
4 | 4 |
|
5 | | -This plugin for the game SCP:SL it allows the player to know its active effects |
| 5 | +This plugin for the game SCP:SL it allows the player to know its active effects. |
6 | 6 | # how to use plugin for server or client |
7 | | -1. **Client and display of information** |
| 7 | +1. **Client and display of information**. |
8 | 8 | - Use the `.display` command in the game console to toggle the display of information on the player's screen. |
9 | 9 | - You can also use the SSS(Server Specifiq Settings) function to turn on or off the display of active effects. |
10 | | -2. **Using the database and its features** |
11 | | - - In the `path_to_data_base` configuration, a path is automatically created and further work is carried out along it. You can specify the path to existing data, but for convenience I would use `separate file` to avoid competition |
12 | | - - The `is_database_use` configuration determines whether the plugin will use databases to store user selections. If the position is `false`, the user will not be able to turn off the display if desired. What will ensure stable display of active effects to all players without taking into account their wishes |
| 10 | +2. **Using the database and its features**. |
| 11 | + - In the `path_to_data_base` configuration, a path is automatically created and further work is carried out along it. You can specify the path to existing data, but for convenience I would use `separate file` to avoid competition. |
| 12 | + - The `is_database_use` configuration determines whether the plugin will use databases to store user selections. If the position is `false`, the user will not be able to turn off the display if desired. What will ensure stable display of active effects to all players without taking into account their wishes. |
13 | 13 | # What to do when errors are detected |
14 | | -**If you suddenly find an error or a flaw that needs to be corrected. If you see that the plugin is missing something, you can submit a suggestion about what could be added.** |
15 | | -1. You can contact me via [](https://github.com/NOTIF-API/EffectDisplay/issues) |
16 | | -2. You can contact me via Discord under the name `notifapi` or `NOTIF` if you are looking for connections through servers with SCP or Exiled |
| 14 | +**If you suddenly find an error or a flaw that needs to be corrected. If you see that the plugin is missing something, you can submit a suggestion about what could be added**. |
| 15 | +1. You can contact me via [Issues](https://github.com/NOTIF-API/EffectDisplay/issues). |
| 16 | +2. You can contact me via Discord under the name `notifapi` or `NOTIF` if you are looking for connections through servers with SCP or Exiled. |
17 | 17 | # Configs |
18 | 18 | ```yaml |
19 | 19 | # will the plugin be active? |
|
0 commit comments