On initial installation the plugin generates vanilla stack sizes ok, I then go on to edit the config with my custom stack sizes and restart the server, somehow though the vanilla stacksizes have risen massivley for example 5.56 ammo is at 64,000 and in game I can stack items to those levels even though the custom level says 1000, then if I make a change to the config again and restart the server, instead of reverting back the vanilla stack sizes double again so im up to 128,000 in the stack size for 5.56 ammo.
Below is my config for the plugin have i done anything wrong here?
{
"RevertStackSizesToVanillaOnUnload": false,
"AllowStackingItemsWithDurability": true,
"HidePrefixWithPluginNameInMessages": false,
"GlobalStackMultiplier": 1,
"CategoryStackMultipliers": {
"Weapon": 1,
"Construction": 100,
"Items": 100,
"Resources": 200000,
"Attire": 1,
"Tool": 100,
"Medical": 100,
"Food": 100,
"Ammunition": 1000,
"Traps": 100,
"Misc": 100,
"All": 100,
"Common": 100,
"Component": 100,
"Search": 100,
"Favourite": 100,
"Electrical": 100,
"Fun": 100
},
"IndividualItemStackMultipliers": {},
"IndividualItemStackHardLimits": {},
"VersionNumber": {
"Major": 3,
"Minor": 1,
"Patch": 0
}
}
Ive tried removing the plugin all together and resetting everything back to vanilla, but as soon as I update the config when the server first starts back up, it just goes into this ever doubling stack sizes! anyone help me out on this one?