almost 2 years ago - SLG-Dennis - Direct link
The collaboration preset only works when changed via ingame server creation or the server ui, as it adjusts the other settings. Some game server providers also have a config editor where they implemented the automatic change of the other settings when changing the presets.

The preset for NoCollaboration would look like:
{
"CollaborationPreset": "NoCollaboration",
"DifficultyModifiers": {
"SpecialtyCostMultiplier": 0.1,
"SkillGainMultiplier": 5.0,
"SpecialtyExperiencePerLevel": 25.0,
"CraftResourceModifier": 0.5,
"CraftTimeModifier": 0.5,
"SpecialtyRefundPercentage": 0.5,
"PlayerExperiencePerSpecialtyExperience": 0.0,
"StackSizeModifier": 1.0,
"WeightModifier": 1.0,
"FuelModifier": 1.0,
"ConnectionRangeModifier": 1.0
},
"EndgameCraftCost": "Normal"
}

(You also had an extremely outdated config)