How to set the maximum clan size on a V Rising server
By default, the maximum clan size on V Rising servers is set to 4 players. However, you can increase the limit in your server settings. This guide will show you how to do that in a few simple steps.
Changing the maximum clan size
- Start your server
- Pause your server
- Open your server's files
- Edit the
gameserver/save-data/Settings/ServerGameSettings.json
file - Find the line saying
"ClanSize": 4,
- Replace
4
with the desired maximum clan size - Save the file
- Restart your server
Example config file
Here is an example of how the relevant line of your ServerGameSettings.json
file would look like if you set the maximum clan size to 20
:
"ClanSize": 20,