Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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