Failed to call hook 'OnEntityDeath' on plugin 'RaidTracker v2.0.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.RaidTracker.FindWeaponConfig (System.String category, System.String shortname) [0x00157] in <8191bcdd2b584434a1113dbf8ac6f347>:0
at Oxide.Plugins.RaidTracker.AddOrFindWeaponConfig (System.String category, System.String shortname) [0x000de] in <8191bcdd2b584434a1113dbf8ac6f347>:0
at Oxide.Plugins.RaidTracker.OnEntityDeath (DecayEntity entity, HitInfo info) [0x0076c] in <8191bcdd2b584434a1113dbf8ac6f347>:0
at Oxide.Plugins.RaidTracker.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00527] in <8191bcdd2b584434a1113dbf8ac6f347>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 Rust Update Hook ErrorFixed
Thanks for the report, I'm not sure whats causing this error but it seems to be related to the config. I've never experienced it myself and only one other user has reported the same error. The plugin is running on my server right now without any errors so I don't think this is related to the latest update, maybe just a coincidence you got the error on update day.
If you could post your config to https://pastebin.com/ and post it here or PM it to me so I can take a look to see if anything stands out. Make sure to remove your webhook url from your config before posting to pastebin.
Pretty sure we have a rather default config from the looks of it.
Looks like the default config didn't generate properly, the discord section is all null, eventTypes are missing, buildingTypes are missing, searchRadius is 0. Unload the plugin, delete the broken config and reload the plugin to create a new default config.
I did as instructured. I'll let this run for a bit and report back.
Ok, if its still not generating properly I can send you a working config.
Sorry for the delay. I completely forgot to follow up. So, I updated my servers plugins super quick and didn't see that I needed to generate the config file. So, per your instructions of deleting the old and letting it create a new one, it resolved the issue. Thanks for the quick support.