Player cash and level restrictions are a great way to dictate the level of play on a WARDOGS server. By adjusting the requirements, server owners can set a minimum or maximum level and cash amount that will prevent players outside of the limits from joining. This can help foster beginner-only servers, or help create a more competitive and serious environment, only allowing experienced players to join and play.
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Go to the Files tab.
4. Choose the Configs folder.
5. Open the ServerSettings.ini file.
5. Navigate to the [/Script/WDGame.WDGameSession] line.
6. Edit the desired settings.
Note: Setting any value to
0disables the restriction.
| Setting | Description |
|---|---|
| ServerMinPlayerCash | Sets the minimum amount of cash a player must have to join the server. |
| ServerMaxPlayerCash |
Sets the maximum cash limit up to 2147483647; if a player has more cash than the set amount, they cannot join the server.
|
| ServerMinPlayerLevel | Sets the minimum WARDOG Level required to join the server. |
| ServerMaxPlayerLevel |
Sets the maximum WARDOG Level limit up to 600; if a player is higher level than the set number, they cannot join.
|