DayRateMultExcavator/NightRateMultExcavator

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,
....

I see what is written in the config, but these lines are not added there

Config["NightRateMultStaticQuarry"] = NightRateMultStaticQuarry = GetConfig("NightRateMultStaticQuarry", 1);
			Config["DayRateMultExcavator"] = DayRateMultExcavator = GetConfig("DayRateMultExcavator", 1);
			Config["NightRateMultExcavator"] = NightRateMultExcavator = GetConfig("NightRateMultExcavator", 1);
			Config["AdminMode"] = AdminMode = GetConfig("AdminMode", false);
			SaveConfig();​

what to do?

They're not in the /config/GatherControl.json, they're in the /data/GatherControl.json - I know this is a long time since you posted, but I figured someone else might find it useful.

how to reduce rates on hqm of excavator, it does not allow you to set and resets to less than 1.0m, thx if some help