Hi,
i dont know if this is relative to the plugin in general or just my server but im geting this in the console about 30 seconds after either reloading the plugin or server startup.
[Oxide] 20:33 [Error] Failed to run a 60.00 timer in 'AntiNoobRaid v2.0.6' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.AntiNoobRaid.RefreshClanCache () [0x0008f] in <da34a35fe0224fa78ff4620bf3441ec2>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <50629aa0e75d4126b345d8d9d64da28d>:0
here are my settings
{
"Main Settings": {
"Time (seconds) after which noob will lose protection (in-game time)": 172800,
"Days of inactivity after which player will be raidable": 2,
"Remove noob status of a raider on raid attempt": true,
"Remove noob status of a raider who is manually marked as a noob on raid attempt": true
},
"Other Settings": {
"Allow Patrol Helicopter to damage noob structures (This will allow players to raid noobs with Patrol Helicopter)": false,
"Ignore twig when calculating base ownership (prevents exploiting)": true,
"Check full ownership of the base instead of only one block": true,
"Kill fireballs when someone tries to raid protected player with fire (prevents lag)": true
},
"Team & Clan Settings": {
"Enable 'Clan' Support (Allow clan members to destroy each others entities & Remove protection from clan members when a member tries to raid)": false,
"Enable 'Team' Support (Allow team members to destroy each others entities & Remove protection from team members when a member tries to raid)": true
},
"Refund Settings": {
"Refund explosives": false,
"Refunds before player starts losing explosives": 4
},
"Manage Messages": {
"Notify player on first connection with protection time": true,
"Use game tips to send first connection message & lost protection to players": true,
"Show message for not being able to raid": true,
"Show time until raidable": true,
"Show time until raidable only to owners": false
},
"Entity Settings": {
"List of entities that can be destroyed even if owner is noob, true = destroyable everywhere": {
"ShortPrefabName": "Common Name",
"beartrap": "Snap Trap",
"landmine": "Landmine"
},
"List of entities that can be destroyed without losing noob protection, true = destroyable everywhere": {
"ShortPrefabName": "Common Name",
"campfire": "Camp Fire"
}
},
"Advance Settings": {
"User data refresh interval (seconds)": 30,
"Save interval (seconds)": 300,
"Save data on Server Save": true,
"Show structure has no owner in console": false,
"Enable Logs (Logs can be found in /oxide/logs/antinoobraid)": true
}
}