Skip to content

Commit

Permalink
Merge pull request #87 from GekasD/main
Browse files Browse the repository at this point in the history
Fix MatchZy's admin system JSON code block in docs
  • Loading branch information
shobhit-pathak authored Feb 5, 2024
2 parents d2556d6 + 7509e33 commit 07d29ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions documentation/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ There are two ways to create an admin for MatchZy; you can choose the most conve

Inside `csgo/cfg/MatchZy`, a file named `admins.json` should be present. If it is not there, it will be automatically created when the plugin is loaded. You can add Steam64 id of admins in that JSON file like mentioned in the below example:

```json
{
"76561198154367261": "",
"<another_steam_id>": ""
}
```
```json
{
"76561198154367261": "",
"<another_steam_id>": ""
}
```

### Configuring MatchZy Settings (ConVars)
Again, inside `csgo/cfg/MatchZy`, a file named `config.cfg` should be present. This file is executed whenever the plugin is loaded. If you make any changes in this file and want to reload the config, simply execute `exec MatchZy/config.cfg` command on the server.
Expand Down

0 comments on commit 07d29ac

Please sign in to comment.