Furnace splitter not working
getting these errors and when you put items in the furnace it doesnt split them also it seems that the failed to call hook canmoveitem happens when somone puts resources in a furnace
Failed to call hook 'CanMoveItem' on plugin 'FurnaceSplitter v2.3.3' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.FurnaceSplitter.GetEnabled (BasePlayer player) [0x00000] in :0
at Oxide.Plugins.FurnaceSplitter+c__AnonStorey1.<>m__0 () [0x00027] in :0
at Oxide.Plugins.FurnaceSplitter.CanMoveItem (Item item, PlayerInventory inventory, System.UInt32 targetContainer, System.Int32 targetSlot) [0x0008f] in :0
at Oxide.Plugins.FurnaceSplitter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00930] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <9882f28dc2204b4dba514a9ad18f5042>:0
and this one happens when the plugin is loaded
Failed to call hook 'OnServerInitialized' on plugin 'FurnaceSplitter v2.3.3' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.FurnaceSplitter.InitPlayer (BasePlayer player) [0x00000] in :0
at Oxide.Plugins.FurnaceSplitter.OnServerInitialized () [0x0001e] in :0
at Oxide.Plugins.FurnaceSplitter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001f7] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <9882f28dc2204b4dba514a9ad18f5042>:0



also i have updated oxide to the latest version and deleted the config data and lang files and reloaded the plugin and nothing seems to get it to work i have tried with only furnace splitter loaded and nothing it just shows those errors and wont split the resources and yes i do have the permission

You have a plugin conflict somewhere with another plugin. To test this remove all plugins and just have Furnace Splitter - should work as intended. From there start loading plugins a couple at a time and you will find the problem plugin that is causing the issue. Troubleshooting 101