Hello.
I see in the description the presence of these multipliers. But they are not in the config for the server and in the config in the description for umod.
Should I add them myself? Will it work? I see that there is a mention in the plugin itself to configure the Excavator.
private void OnExcavatorGather(ExcavatorArm excavator, Item item)
{
GatherMultiplier(item, DayRateMultExcavator, NightRateMultExcavator);
}It will be right? but after all the plug-in does not write it to a config.
Do I need to add this to the plugin before editing the config(data)?
Help pls. Thx!
sorry for the translator
....
"DayRateMultExcavator": 2.0,
"NightRateMultQuarry": 3.0,
"NightRateMultPickup": 3.0,
"NightRateMultResource": 3.0,
"NightRateMultResourceBonus": 3.0,
"NightRateMultResourceHQM": 3.0,
"NightRateMultExcavator": 3.0,
"NightRateMultCropGather": 3.0,
....