I have already read this topic: https://umod.org/community/inbound/21397-nullreferenceexception-at-onentityspawned
But it didn't help me a bit, where is the solution?
The only question was whether you edited the configuration, what do you have to edit? And above all where?
My config looks like this:
{
"APC Bradley Alerts (true/false)": true,
"Cargo Plane Alerts (true/false)": true,
"Cargoship Alerts (true/false)": true,
"CH47 Chinook Alerts (true/false)": true,
"Hackable Crate Alerts (true/false)": true,
"Hackable Player In Alert (true/false)": true,
"Helicopter Alerts (true/false)": true,
"Player Supply Drop Alert (true/false)": false,
"Show Coordinates (true/false)": true,
"Supply Drop Alerts (true/false)": true
}
I have version 0.5.0
A few lines which are always shown to me:
[event] assets/prefabs/npc/ch47/ch47scientists.entity.prefab
Failed to call hook 'OnEntitySpawned' on plugin 'Inbound v0.5.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Inbound.OnEntitySpawned (CH47HelicopterAIController ch47) [0x0001f] in <181d8ae9ae614a47b0cc24aaf542c8e2>:0
at Oxide.Plugins.Inbound.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00312] in <181d8ae9ae614a47b0cc24aaf542c8e2>:
Failed to call hook 'OnEntitySpawned' on plugin 'Inbound v0.5.0' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Inbound.OnEntitySpawned (HackableLockedCrate crate) [0x0001f] in <181d8ae9ae614a47b0cc24aaf542c8e2>:0
at Oxide.Plugins.Inbound.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0033d] in <181d8ae9ae614a47b0cc24aaf542c8e2>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cf88a28c7fb44d36890d85a78331cc9d>:0
I really can not tell what I have to do where and how, especially my config has been like from the beginning since I got the plugin.
I really hope that someone can help me, what should the config look like?
I currently have the Keirox Earth Map
Thanks in advance