I altered Init section of the MonumentAddons plugin for this error so i can reload Custom Vending setup when monument addons loaded.Vending machines is working fine now
if you encounter this problem
timer.Once(1f, () =>
{
ConsoleSystem.Run(ConsoleSystem.Option.Server, "o.reload CustomVendingSetup");
});
Add this to Init section of the MonumentAddons code