Chat commands don't work, no config fileSolved
Hi,

I updated to your latest release but not it's not working anymore. I deleted the old config file as you said in the discription and restarted the server.
However, now none of the chat commands actually do anything, nor is there a file in /oxide/data/. Could you please help me with this?
Hey, I am having this issue as well. Got a fresh copy using wget and deleted the old version and the config. Rebooted and no config to be found. Plugin does not work with a backup of the old config either

Merged post

Follow up to this, I've even created a fresh config from the one posted on the plugin page and put it in the config folder. Still nothing
Same thing here, type in the chat and nothing happens at all. Type it in the RCON and I get this,

(09:19:30) | Failed to call hook 'StackAllConsoleCommand' on plugin 'StackSizeController v2.0.0' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.StackSizeController.StackAllConsoleCommand (ConsoleSystem+Arg arg) [0x0015b] in <b8d0f499969a401ea4be8fb407951c94>:0

at Oxide.Plugins.StackSizeController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00330] in <b8d0f499969a401ea4be8fb407951c94>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

In response to cyborgium ():
Hi,

I updated to your latest release but not it's not working anymore. I deleted the old...
Are you certain that the plugin is loading? 
In response to CDoug ():
Hey, I am having this issue as well. Got a fresh copy using wget and deleted the old version and the...
Are you certain that the plugin is loaded?
In response to SheffBoyardee ():
Same thing here, type in the chat and nothing happens at all. Type it in the RCON and I get this,
Can you paste your config file (in a code sample) and also the command you tried to run? I'll look into this for you.
In response to CanopySheep ():
Can you paste your config file (in a code sample) and also the command you tried to run? I'll look i...
Thank you for taking the time to look into it, not sure about the code sample, but this is what i have as of now for the config file. I really just want to stack all items so whatever is easier, i.e. /stackall 300k or whatever. 

{
"Settings": {
"CategoryDefaultStack": {
"Ammunition": 500,
"Attire": 100,
"Common": 100,
"Component": 100000,
"Construction": 100000,
"Food": 500,
"Items": 100000,
"Medical": 500,
"Misc": 500,
"Resources": 300000,
"Tools": 5,
"Traps": 0,
"Weapon": 0
},
"DefaultStack": 300000,
"StackHealthItems": true
}
}


If I try the /stackall in the chat nothing happens, however the RCON displays this:

(15:47:02) | Failed to call hook 'StackAllCommand' on plugin 'StackSizeController v2.0.0' (NullReferenceException: Object reference not set to an instance of an object)

at Oxide.Plugins.StackSizeController.StackAllCommand (BasePlayer player, System.String command, System.String[] args) [0x00166] in <b8d0f499969a401ea4be8fb407951c94>:0

at Oxide.Plugins.StackSizeController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002f2] in <b8d0f499969a401ea4be8fb407951c94>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

Again, I'm new to this so I'm sure I'm missing something small but I appreciate your efforts, I am well aware all of the mod makers are doing this out of their own time.
In response to SheffBoyardee ():
Thank you for taking the time to look into it, not sure about the code sample, but this is what i ha...
read my post i show my config file
I looked at it, the only thing different is my default stack, (besides obvious quantities) if i reset that to 0, still nothing happens. I've erased and reloaded the plugin at least a half dozen times, I dont know Rust did with their update but I dont like the outcome to mods lol. 
just wait a bit i'm sure the dev gonna fix that,u know it's a big deal to recode a plugin after a big update.
In response to MoWeR ():
just wait a bit i'm sure the dev gonna fix that,u know it's a big deal to recode a plugin after a bi...
oh I'm sure, I'm just curious if he knows for sure what I might be missing. As it is working for some
In response to SheffBoyardee ():
Thank you for taking the time to look into it, not sure about the code sample, but this is what i ha...
Did you modify your data file at all? In oxide/data/

I couldn't find the issue with your config. Does the command work at all, or does it keep throwing the error after any command? I recommend trying simple and small stack sizes, such as /stackall 1.

Also: You can reload the plugin by typing "oxide.reload StackSizeController" in RCON. This will allow you to reload any changes to your config without restarting the server.

Also: Does the console command work?

Also: Does your data file have a typo, and have you edited it recently? If you could, try deleting the data file and reloading the plugin. I replicated the error from this fault.
Yooooo!!!!! the oxide.reload worked! I can't tell you how excited I am, I've been messing with this for the last 2 days. Thank you!
Sorry for the late reply everyone, I managed to get it working. I simply forgot to update oxide... I didnt think there would be an update for oxide after a small patch for rust. Thanks anyways guys !
In response to cyborgium ():
Sorry for the late reply everyone, I managed to get it working. I simply forgot to update oxide... I...
This also solved my issue
Locked automatically