Azumatt-MaxPlayerCount icon

MaxPlayerCount

Change the max player count available for your server. Default value is the double that of vanilla's max of 10. Not needed if you have another mod that does it.

CHANGELOG

Version Update Notes
1.2.2 - Fix ref for Steamworks to new one. Makes compatible with 0.217.46 as they officially removed the old assembly.
1.2.1 - Compile against 0.217.22 just in case.
1.2.0 - Fix an issue in Playfab IL patch per the playfab developer recommendation. This accounts for the dedicated server acting as a player in the playfab lobby. Meaning, when changing the value I should actually be returning the config value +1
1.1.1 - Patch an additional method for Crossplay. Might fix some of the issues people are having.
1.1.0 - Update to work with Crossplay. Didn't really have much people to test it, but should work fine.
- Alter the default value to be double vanilla. It's now at 20 by default.
1.0.5 - Compile against latest game version (0.213.4)
1.0.4 - Update internals
1.0.3 - Add incompatibility with ValheimPlus, causing some issues on servers that have both installed. (Now that they finally updated their shit)
1.0.2 - Add incompatibility with OdinQOL, causing some issues on servers that have both installed.
1.0.1 - Fix max player count using CodeMatcher and correct operand type.
1.0.0 - Initial Release