So Ive again, read my eyes our of my head trying to figure this out. I legit havent even touched my oxide/data/StackSizeController.json at all, as Im fine with it. However, under the oxide/config/StackSizeController.json I have this as bellow:
{
"Settings": {
"CategoryDefaultStack": {
"Ammunition": 300,
"Attire": 1,
"Common": 1,
"Component": 1,
"Construction": 1,
"Food": 40,
"Items": 1,
"Medical": 4,
"Misc": 1,
"Resources": 2000,
"Tools": 1,
"Traps": 10,
"Weapon": 1
},
"DefaultStack": 0,
"StackHealthItems": false
}
}
Now from what Ive read and been told. When editing the specific items within the oxide/data/PLUGINNAME.json, the server has to not be running, or plug in unloaded. But, I never changed anything in this file. As the specific items are fine as is. What I mainly care about is the resources. Som, going back to the oxide/config/PLIGINNAME.json, as you can see above. Should work fine right? Ive tried through rcon, oxide.unload PLUGINNAME, then oxide.load PLUGINNAME. Tried oxide.reload PLUGINNAME, even restarted the entire server... Nothing seems to get it to stack over 1000. However. When I type in chat /stack wood 2000, its works.... Which defintely signifies that the plugin is installed and working. Just simply isnt hitting my configuation levels? Any help is greatly appreciated, thanks.
{
"Settings": {
"CategoryDefaultStack": {
"Ammunition": 300,
"Attire": 1,
"Common": 1,
"Component": 1,
"Construction": 1,
"Food": 40,
"Items": 1,
"Medical": 4,
"Misc": 1,
"Resources": 2000,
"Tools": 1,
"Traps": 10,
"Weapon": 1
},
"DefaultStack": 0,
"StackHealthItems": false
}
}
Now from what Ive read and been told. When editing the specific items within the oxide/data/PLUGINNAME.json, the server has to not be running, or plug in unloaded. But, I never changed anything in this file. As the specific items are fine as is. What I mainly care about is the resources. Som, going back to the oxide/config/PLIGINNAME.json, as you can see above. Should work fine right? Ive tried through rcon, oxide.unload PLUGINNAME, then oxide.load PLUGINNAME. Tried oxide.reload PLUGINNAME, even restarted the entire server... Nothing seems to get it to stack over 1000. However. When I type in chat /stack wood 2000, its works.... Which defintely signifies that the plugin is installed and working. Just simply isnt hitting my configuation levels? Any help is greatly appreciated, thanks.