> For the complete documentation index, see [llms.txt](https://akequ.gitbook.io/scp-classified-site-plugin-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://akequ.gitbook.io/scp-classified-site-plugin-api/game-c-classes/config.md).

# Config

## Functions

\[<mark style="color:blue;">SERVER</mark>/<mark style="color:green;">Client</mark>] <mark style="color:purple;">STATIC</mark> ClearConfig()

\[<mark style="color:blue;">SERVER</mark>/<mark style="color:green;">Client</mark>] <mark style="color:purple;">STATIC</mark> GetString(string id, string defaultValue)

\[<mark style="color:blue;">SERVER</mark>/<mark style="color:green;">Client</mark>] <mark style="color:purple;">STATIC</mark> GetInt(string id, int defaultValue)

\[<mark style="color:blue;">SERVER</mark>/<mark style="color:green;">Client</mark>] <mark style="color:purple;">STATIC</mark> bool GetBool(string id, bool defaultValue)

\[<mark style="color:blue;">SERVER</mark>/<mark style="color:green;">Client</mark>] <mark style="color:purple;">STATIC</mark> SetConfig(string id, object value)

\[<mark style="color:blue;">SERVER</mark>] <mark style="color:purple;">STATIC</mark> IsBanned(long uid, string did, string ip)

\[<mark style="color:blue;">SERVER</mark>] <mark style="color:purple;">STATIC</mark> BanUser(long uid, string did, string ip, string reason, int minutes)
