Error OnEntityDeath
Failed to call hook 'OnEntityDeath' on plugin 'CorpseLocation v2.3.6' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.CorpseLocation.OnEntityDeath (BasePlayer player, HitInfo info) [0x0001f] in <e7f23b2a07684611a9c4766447b91d36>:0

at Oxide.Plugins.CorpseLocation.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003b3] in <e7f23b2a07684611a9c4766447b91d36>:0

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

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

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

hi, if this was during server startup then ignore it.

you can edit the .cs and change

private StoredData storedData;

to

private StoredData storedData = new();

otherwise your datafile is corrupted