Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
that's not really a bug but a feature to ensure that the ServerConfig.json doesn't contain unused parameter. In the past we had server operators wondering about various config parameters which were either no longer used or added by mods.
Thus it's not considered good practise for mods to add parameters to the ServerConfig.json but recommended to use a seperate config file.
But if you really want to add parameters to it you can by overwriting LoadConfigFile and adding your mod's parameters to the defaultConfig table when the server config is loaded.
Last but not least you should have a look at Shine's ping tracker plugin which basically offers the same features as your mod. See https://github.com/Person8880/Shine/wiki/Ping-Tracker