Making items stack to 2k?
ive been looking everywhere and still don’t know how to just double everything except weapons... I don’t know how to just change resources to 2k

StackSizeController.json

"Wood": 2000,
"Stones": 2000,
"Metal Fragments": 2000,
"High Quality Metal": 250,

Server console Oxide.reload "StackSizeController"

Use the command below (as shown in documentation)
/stackall <stack size>
-- Set the stack size of all items to specified amount (ex: /stack 65000)
Then (with server off) open stacksizecontroller DATA file and change the weapons stack size to what you want. Then save and restart server
How do you make it go from 1k wood to 2k stone? And how do you reset it? I just want all vanilla items doubled and I’m having trouble set it up?
In response to pookins ():
Use the command below (as shown in documentation)
/stackall <stack size> -- Set the stack...
What about resetting it? I did /Stackall default but its still 2k
In response to zachary02 ():
What about resetting it? I did /Stackall default but its still 2k
did you shut down the server and open the data folder and change the weapons stacksize (manually) to what you want then save and restart the server ?
In response to zachary02 ():
What about resetting it? I did /Stackall default but its still 2k
You can find the default (vanilla) value at the bottom of the documentation page. There's no way in the plugin to reset it. 
There is a vanilla stack size list in the plugin documents, all the way at the bottom. You can use it to find the values, but you'll have to double them manually. There is no option to use a multiplier on vanilla stacks.