Skip to content

Commit

Permalink
Update config.json (#1009)
Browse files Browse the repository at this point in the history
* Update config.json.md

Updated Pawn Config Properly like all other config to avoid confusion

* Perfection
  • Loading branch information
karthigenius committed Jun 21, 2024
1 parent c94943d commit a5b49f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/server/config.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ omp-server --default-config

## Pawn

| Key | Type | Default value | Read-only | Rule | Effect |
|----------------|--------------|---------------|-----------|------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| legacy_plugins | list, string | [] ||| The .dll or .so file in the /plugins folder, the server should use to run as a plugin. Plugins are scripts which are designed to enhance gamemodes and filterscripts.<br />Example: `["mysql", "streamer"]` |
| main_scripts | list, string | ["test 1"] ||| The .amx file in the /gamemodes folder, the server should use to run as a gamemode. |
| side_scripts | list, string | [] ||| The .amx file in the /filterscripts folder, the server should use to run as a filterscript. Filterscripts are scripts that run in the background of your gamemode. They are there to add extras to the server without editing the gamemode. It is very useful if you want to carry a specific property to more than one gamemode.<br />Example: `["filterscripts/Race_System"]` |
| Key | Type | Default value | Read-only | Rule | Effect |
|---------------------|--------------|---------------|-----------|------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| pawn.legacy_plugins | list, string | [] ||| The .dll or .so file in the /plugins folder, the server should use to run as a plugin. Plugins are scripts which are designed to enhance gamemodes and filterscripts.<br />Example: `["mysql", "streamer"]` |
| pawn.main_scripts | list, string | ["test 1"] ||| The .amx file in the /gamemodes folder, the server should use to run as a gamemode. |
| pawn.side_scripts | list, string | [] ||| The .amx file in the /filterscripts folder, the server should use to run as a filterscript. Filterscripts are scripts that run in the background of your gamemode. They are there to add extras to the server without editing the gamemode. It is very useful if you want to carry a specific property to more than one gamemode.<br />Example: `["filterscripts/Race_System"]` |

## RCON

Expand Down

0 comments on commit a5b49f7

Please sign in to comment.