So I'm working with a plugin call TC Stack Limiter on CF and trying to get it to hook with your StackSizeController so I can have players if they want collect 10,000 stone for example, but in the TC would only allow that I set the TC too example of the TC stack limiter config:
"Cupboard Stack Overrides": {
"wood": 3000,
"stones": 3000,
"metal.ore": 3000,
"metal.fragments": 3000,
"hq.metal.ore": 3000,
"metal.refined": 3000,
"lowgradefuel": 3000
}
He already tried to set a hook for this but I get spammed in console:
Calling hook OnMaxStackable resulted in a conflict between the following plugins: StackSizeController - 100000 (Int32), TCStackLimiter (1000 (Int32))
anytime someone adds or removes items from the TC
Would there be a way to add a hook or a way to fix this?
Thank You.