Every server restart, I get this in console
Failed to call hook 'OnUserConnected' on plugin 'TebexDonate v1.7.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.TebexDonate.OnUserConnected (Oxide.Core.Libraries.Covalence.IPlayer player) [0x00022] in <45c9fcd5f62f43a1a15244286f66a174>:0
at Oxide.Plugins.TebexDonate.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0012e] in <45c9fcd5f62f43a1a15244286f66a174>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0If I attempt to run tebex:info, another NREFailed to call hook 'TebexInfoCommand' on plugin 'TebexDonate v1.7.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.TebexDonate.FetchStoreInformation (System.Boolean command, System.String secretKey) [0x00047] in <129a05b1bbeb40b2a20851a95367747d>:0
at Oxide.Plugins.TebexDonate.TebexInfoCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x0000c] in <129a05b1bbeb40b2a20851a95367747d>:0
at Oxide.Plugins.TebexDonate.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00262] in <129a05b1bbeb40b2a20851a95367747d>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0The oxide installation is up to date, and my other plugins are working as expected. 