Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty authored Oct 21, 2018
1 parent dcc76f1 commit c6425dc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,24 @@ Default config:
```json
{
"block-vpns": true,
"iphub-apikey": "put-key-here",
"strictmode": false,
"block-new-steam-accounts": true
"iphub-apikey": "key-here",
"block-new-steam-accounts": true,
"verbose":false
}
```

`block-vpns` - Turns blocking of VPNs on or off.

`iphub-api-key` - API key required for VPN blocking. Get one here: https://iphub.info/apiKey/newFree

`strictmode` - Turns on stricter VPN blocking. Not recommended as it may flag some players incorrectly.

`block-new-steam-accounts` - Blocks steam users who have not bought anything on steam as they are likely not real accounts.

`verbose` - Sends more console messages.

# Command

`vs_reload` - Reloads the vs config.

`vs_enable` - Enables features of the plugin.

`vs_disable` - Disables features of the plugin.

0 comments on commit c6425dc

Please sign in to comment.