Failed to call hook 'ViewExplosionsCommand' on plugin 'RaidTracker v2.0.0'Fixed
Failed to call hook 'ViewExplosionsCommand' on plugin 'RaidTracker v2.0.0' (Exception: THIS SHOULD NEVER HAPPEN! Unable to find weapon config [entity_death_ammo / spear.wooden])
at Oxide.Plugins.RaidTracker.FindWeaponConfig (System.String category, System.String shortname) [0x001e4] in <55117ad39468424a90346785fb9c464a>:0
at Oxide.Plugins.RaidTracker+RaidEvent.GetWeaponName () [0x0004c] in <55117ad39468424a90346785fb9c464a>:0
at Oxide.Plugins.RaidTracker.ViewExplosionsCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00c81] in <55117ad39468424a90346785fb9c464a>:0
at Oxide.Plugins.RaidTracker.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x005ab] in <55117ad39468424a90346785fb9c464a>: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

Not sure if I can provide any more details...

Merged post

  {
"attackerName": "Deflet",
"attackerSteamID": 76561############,
"attackerTeamID": 0,
"victimSteamID": 76561############,
"weapon": "spear.wooden[entity_death_weapon];spear.wooden[entity_death_ammo]",
"hitEntity": "EVENT.DESTROYED floor.twigs",
"startPos": "(-1545.7, 4.9, -926.0)",
"endPos": "(-1545.8, 3.6, -925.1)",
"timestamp": "2023-02-10T22:01:37.876846+01:00"
},
{
"attackerName": "Deflet",
"attackerSteamID": 76561############,
"attackerTeamID": 0,
"victimSteamID": 76561############,
"weapon": "spear.wooden[entity_death_weapon]",
"hitEntity": "EVENT.DESTROYED woodbox_deployed",
"startPos": "(-1025.7, 44.6, -809.9)",
"endPos": "(-1026.9, 43.8, -809.7)",
"timestamp": "2023-02-10T22:07:14.639491+01:00"
},

Working on a fix for this right now, there is an error with throwable weapons.

Locked automatically