[Custom Vending Setup] Unable to add 1000 'clone.blue.berry' because the vending machine container rejected it.

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

Edit:

It's my first time here sorry if i'm breaking any rules contact if im causing any problems.

This issue was solved by the latest version of Custom Vending Setup which was released over a week ago.