Stopping weapons from stacking?
Hi all,

so i use gather manager and stacksize controller, but i need to stop weapons stacking in inventory.. in config of stacksizecon i have set weapons to 0 and reloaded and nothing changes. really fustrating try to get his working. please let me know if you can help :)

The only two ways you can do it are either go through DATA Stacksizecontroller json and set each weapon to 1 *while the server is off or the plugin unloaded, save and then reload plugin. The other method is to do it in console or chat and use "/stack 1" and get confirmation, this method is a lot longer as you will have to look up the shortnames of all the weapons, but you dont have to unload the plugin, I much prefer the first method as i do it on server updating for oxide etc.

Merged post

The post above would not save this bit of code so i will waste the space and put it in a code block, the chat console command should be
/stack 1 and get confirmation,​
thanks bro!