I got a server running last month and got stack size working easily. After yesterdays wipe stacksizecontroller would not work.
I see there is an update however I'm getting this error after running "stackall 100000" in console:
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 <7cbfc26e1f9748eda098f47de7373c8c>:0
at Oxide.Plugins.StackSizeController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00330] in <7cbfc26e1f9748eda098f47de7373c8c>: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>:0Do I need to remove the plugin and try again? All I want to do is give all my users 100000 stack size on everything. Can someone please help me achieve this?