Wipe Keep Items

Hello, if I do this

"Clear on wipe": {
"Enabled": true,
"Enable legacy keeponwipe permission": false,
"Default ruleset": {
"Max slots to keep": 6,
"Allowed item categories": [],
"Disallowed item categories": [],
"Allowed item short names": [
"nightviper",
"nightshroud"
],

 

will this only allow nightviper and nightshroud? And what is counted as a wipe for the Backpack plugin? Deleteing all server files is ok? Or I need to do some manual wipe on the backpack?/data files? I don't want to remove players Rare weapons from the BP.

Yes, and deleting the .sav file.

So just to be clear, when u say .sav, are you talking about all .sav files that are in /server/rust ? or in oxide/somwhere? Cause I alredy deleted them but I think my backpack was the same after first wipe I did like that, next is forcewipe and it has started to come more players now and I want everything to work perfect with the custom items, very nervous lmao. Thank you for taking your time also since this plugin is free, I do appreciate you!

The save files that have the latest wipe number. Older save files (with previous wipe numbers) do not matter. These are Rust files, not Oxide. I do not recall the exact folder path.

The way Backpacks and most other plugins detect wipes is by using the OnNewSave hook, which is called when the server boots if the current parameters (map, size, seed, wipe number) don't correspond to an existing save file.

If you want to test what would happen during a backpack wipe, you can create a simple plugin (with Gen AI for example) which calls that hook directly onto the Backpacks plugin via something like Backpacks.Call("OnNewSave"), but do this in a test server and/or keep a backup so you can revert it.

I got this now that I wiped. I set only the skinid of items that where allowed,

(NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Backpacks+WipeRuleset.get_DisallowsAll () [0x00014] in <732ade89add54368b053a707e211b0ca>:0 at Oxide.Plugins.Backpacks+VirtualContainerAdapter.EraseContents (Oxide.Plugins.Backpacks+WipeRuleset ruleset, Oxide.Plugins.Backpacks+WipeContext& wipeContext) [0x00003] in <732ade89add54368b053a707e211b0ca>:0 at Oxide.Plugins.Backpacks+Backpack.EraseContents (Oxide.Plugins.Backpacks+WipeRuleset wipeRuleset, System.Boolean force) [0x00055] in <732ade89add54368b053a707e211b0ca>:0 at Oxide.Plugins.Backpacks.OnNewSave (System.String filename) [0x00107] in <732ade89add54368b053a707e211b0ca>:0 at Oxide.Plugins.Backpacks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00451] in <732ade89add54368b053a707e211b0ca>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0



Merged post

well that didn't go well. Everyone kept their backpacks with 96 slots xD I cleared everything instead but sucks first wipe was a failure :P

Merged post

i'm still getting backpack error, idk what is happening

Failed to call hook 'BackpackOpenCommand' on plugin 'Backpacks v3.15.5' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Backpacks+CapacityManager.DetermineCapacityInfo (System.UInt64 userId, System.String userIdString) [0x0001f] in <9e31c9ecd68b4804a6bbf989da68e91f>:0 
  at Oxide.Plugins.Backpacks+CapacityManager.GetCapacityInfo (System.UInt64 userId, System.String userIdString) [0x00010] in <9e31c9ecd68b4804a6bbf989da68e91f>:0 
  at Oxide.Plugins.Backpacks+CapacityManager.GetCapacity (System.UInt64 userId, System.String userIdString) [0x00000] in <9e31c9ecd68b4804a6bbf989da68e91f>:0 
  at Oxide.Plugins.Backpacks+Backpack.get_AllowedCapacity () [0x00021] in <9e31c9ecd68b4804a6bbf989da68e91f>:0 
  at Oxide.Plugins.Backpacks+Backpack.GetAllowedCapacityForLooter (System.UInt64 looterId) [0x00010] in <9e31c9ecd68b4804a6bbf989da68e91f>:0 
  at Oxide.Plugins.Backpacks+Backpack.DetermineInitialPageForLooter (System.UInt64 looterId, System.Int32 desiredPageIndex, System.Boolean forward) [0x00000] in <9e31c9ecd68b4804a6bbf989da68e91f>:0 
  at Oxide.Plugins.Backpacks.OpenBackpack (BasePlayer looter, System.Boolean isKeyBind, System.Int32 desiredPageIndex, System.Boolean forward, System.Boolean wrapAround, System.UInt64 desiredOwnerId) [0x00157] in <9e31c9ecd68b4804a6bbf989da68e91f>:0 
  at Oxide.Plugins.Backpacks.BackpackOpenCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String cmd, System.String[] args) [0x00032] in <9e31c9ecd68b4804a6bbf989da68e91f>:0 
  at Oxide.Plugins.Backpacks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x03714] in <9e31c9ecd68b4804a6bbf989da68e91f>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 

Looking at the code that corresponds to that exception stacktrace, it seems that the plugin got into an invalid state. This could happen if there was an error earlier during plugin startup. Can you review your server logs to see if there was an error shortly after the plugin loaded?

Another possibility is that there's something deeply wrong with your config. If you share your config here, I can rule that out.

{
"Backpack size": {
"Default size": 6,
"Max size per page": 48,
"Enable legacy backpacks.use.1-8 row permissions": false,
"Permission sizes": [
6,
12,
18,
24,
30,
36,
42,
48,
96,
144
],
"Dynamic Size (EXPERIMENTAL)": {
"Enabled": false,
"Reset dynamic size on wipe": {
"Enabled": false
},
"Size profiles": [
{
"Permission suffix": "6-48",
"Initial size": 6,
"Max size": 48
},
{
"Permission suffix": "6-96",
"Initial size": 6,
"Max size": 96
},
{
"Permission suffix": "6-144",
"Initial size": 6,
"Max size": 144
}
]
}
},
"Drop on Death (true/false)": false,
"Erase on Death (true/false)": false,
"Minimum Despawn Time (Seconds)": 300.0,
"GUI Button": {
"Enabled": true,
"Enabled by default (for players with permission)": true,
"Skin Id": 3372117306,
"Image": "",
"Background Color": "0 0 0 0",
"GUI Button Position": {
"Anchors Min": "0.5 0.0",
"Anchors Max": "0.5 0.0",
"Offsets Min": "185 18",
"Offsets Max": "245 78"
}
},
"Container UI": {
"Show page buttons on container bar": false,
"Max page buttons to show": 8
},
"Softcore": {
"Reclaim Fraction": 0.5
},
"Item restrictions": {
"Enabled": false,
"Enable legacy noblacklist permission": false,
"Feedback effect": "assets/prefabs/locks/keypad/effects/lock.code.denied.prefab",
"Default ruleset": {
"Allowed item categories": [
"All"
],
"Disallowed item categories": [],
"Allowed item short names": [],
"Disallowed item short names": [],
"Allowed skin IDs": [],
"Disallowed skin IDs": []
},
"Rulesets by permission": [
{
"Name": "allowall",
"Allowed item categories": [
"All"
],
"Disallowed item categories": [],
"Allowed item short names": [],
"Disallowed item short names": [],
"Allowed skin IDs": [],
"Disallowed skin IDs": []
}
]
},
"Clear on wipe": {
"Enabled": true,
"Enable legacy keeponwipe permission": false,
"Default ruleset": {
"Max slots to keep": 6,
"Allowed item categories": [],
"Disallowed item categories": [],
"Allowed item short names": [],
"Disallowed item short names": [],
"Allowed skin IDs": [2595296713, 797184727, 936593984, 9990010011, 1811789811, 1112072697, 1725296399, 2425513335, 1560101524, 1705064458, 920180964, 3522129669],
"Disallowed skin IDs": []
},
"Rulesets by permission": []
}
}

 

this is my config, i took the skins of the item cause I wasn't sure it was going to take the custom item shortnames. But everyone kept everything in the backpack, not just the skin id's.



Merged post

here is the log, it is a pure mess dude.. But I got rid of basically everything. But still have no clue how to work over 6 exclusive items for my players, needed to set rare items much less rare for now.

:53 [Info] [ShoppyStock] Player Hema [76561############] has ran ShoppyStock console command with args: type shop
18:53 [Info] Unloaded plugin Activity Rewards v0.1.6 by IIIaKa
18:53 [Warning] Calling 'Unload' on 'AdminHammer v1.13.0' took 321ms
18:53 [Info] Unloaded plugin AdminHammer v1.13.0 by mvrb
18:53 [Info] Unloaded plugin Admin Panel v1.4.7 by nivex
18:53 [Info] Unloaded plugin Admin Radar v5.4.1 by nivex
18:53 [Info] Unloaded plugin AdvancedHitBar v1.2.9 by ProCelle
18:53 [Info] Unloaded plugin Advert Messages v3.0.2 by LaserHydra
18:53 [Info] Unloaded plugin AnimalSpawn v1.0.5 by KpucTaJl
18:53 [Info] Unloaded plugin ArmoredTrain v1.8.1 by Adem
18:53 [Info] Unloaded plugin AutoBaseUpgrade v1.2.2 by CASHR#6906
18:53 [Info] Unloaded plugin Backpacks v3.15.5 by WhiteThunder
18:53 [Info] Unloaded plugin Better Chat v5.2.14 by LaserHydra
18:53 [Warning] Calling 'Unload' on 'BetterLoot v4.0.5' took 267ms
18:53 [Info] Unloaded plugin BetterLoot v4.0.5 by MagicServices.co // TGWA
18:53 [Info] Unloaded plugin Better Scarecrows v1.5.9 by Spiikesan
18:53 [Info] Unloaded plugin BossMonster v2.1.5 by KpucTaJl
18:53 [Info] Unloaded plugin Building Workbench v1.4.1 by MJSU
18:53 [Info] Unloaded plugin CarbonAliasesDownloader v1.1.3 by ThePitereq
18:53 [Info] Unloaded plugin Config String Scanner v1.1.0 by GPT-5 Thinking
18:53 [Info] Unloaded plugin Copy Paste v4.2.1 by misticos
18:53 [Info] Unloaded plugin Custom Genetics v0.17.2 by rostov114 / yoshi2
18:53 [Info] Unloaded plugin Customizable Protection v2.1.11 by 0xF [dsc.gg/0xf-plugins]
18:53 [Info] Unloaded plugin Customizable Weapons v1.5.31 by 0xF // dsc.gg/0xf-plugins
18:53 [Info] Unloaded plugin CustomItemDefinitions v2.0.2 by 0xF // dsc.gg/0xf-plugins
18:53 [Info] Unloaded plugin Custom Tools v1.10.0 by ChatGPT
18:53 [Info] Unloaded plugin Custom Vending Setup v2.14.6 by WhiteThunder
18:53 [Info] Unloaded plugin DiscordLink v1.0.4 by Shady14u/Amino
18:53 [Info] Unloaded plugin Easy Vote Extended v3.0.4 by dFxPhoeniX&TimRS
18:53 [Info] [Economics] Saving balances for players...
18:53 [Info] Unloaded plugin Economics v3.9.2 by Wulf
18:53 [Info] Unloaded plugin ExcavatorGatherMultiplier v1.0.3 by LLC
18:53 [Warning] Calling 'Unload' on 'ExtendedRecycler v1.2.6' took 274ms
18:53 [Info] Unloaded plugin Extended Recycler v1.2.6 by beee/The Friendly Chap
18:53 [Warning] Calling 'Unload' on 'FancyDrop v3.2.7' took 815ms
18:53 [Info] Unloaded plugin FancyDrop v3.2.7 by FastBurst
18:53 [Info] Unloaded plugin Forever Ripe v1.2.0 by VisEntities
18:53 [Info] Unloaded plugin Furnace Splitter v2.5.2 by FastBurst
18:53 [Info] Unloaded plugin GasStationEvent v1.3.2 by KpucTaJl
18:53 [Info] Unloaded plugin General Item Modifier v1.0.1 by Rick
18:53 [Info] Unloaded plugin HealthProtection v1.2.5 by Theswingingturtle
18:53 [Info] Unloaded plugin Heli Sams v2.1.3 by WhiteThunder & Whispers88
18:53 [Info] Unloaded plugin Heli Signals v1.2.26 by ZEODE
18:53 [Info] Unloaded plugin Image Library v2.0.62 by Absolut & K1lly0u
18:53 [Info] Unloaded plugin Instant Craft v2.2.8 by Vlad-0003 / Orange / rostov114
18:53 [Info] Unloaded plugin Inventory Viewer v4.1.2 by Whispers88
18:53 [Info] Unloaded plugin Kits v4.4.7 by k1lly0u
18:53 [Info] Unloaded plugin Hackable Crate Time Editor v0.2.8 by Cltdj
18:53 [Info] Unloaded plugin Monument Addons v0.18.6 by WhiteThunder
18:53 [Info] Unloaded plugin NTeleportation v1.8.9 by nivex
18:53 [Info] Unloaded plugin Night Lantern v2.1.1 by k1lly0u
18:53 [Info] Unloaded plugin NightVision v2.4.1 by Clearshot
18:53 [Info] Unloaded plugin No Give Notices v0.3.0 by Wulf
18:53 [Info] Unloaded plugin NpcRaiders v1.8.1 by Razor
18:53 [Info] Unloaded plugin NpcSpawn v2.8.3 by KpucTaJl
18:53 [Info] Unloaded plugin OxidationClock v1.3.1 by kasvoton
18:53 [Warning] Calling 'Unload' on 'HumanNPC v0.6.4' took 542ms
18:53 [Info] Unloaded plugin Human NPC v0.6.4 by Razor
18:53 [Warning] Calling 'Unload' on 'PathFinding v1.1.4' took 357ms
18:53 [Info] Unloaded plugin PathFinding v1.1.4 by Reneb / Nogrod
18:53 [Info] Unloaded plugin PayNow v0.0.13 by PayNow Services Inc
18:53 [Info] Unloaded plugin PermissionsManager v2.0.9 by Steenamaroo
18:53 [Info] Unloaded plugin Planterbox Defender v3.0.1 by kaucsenta
18:53 [Info] Unloaded plugin PlayerAdministration v1.6.9 by ThibmoRozier
18:53 [Info] Unloaded plugin Pop v1.0.0 by VisEntities
18:53 [Info] Unloaded plugin PopUpAPI v2.0.3 by ThePitereq
18:53 [Info] Unloaded plugin PortableRecycler v1.2.5 by Raul-Sorin Sorban
18:53 [Info] Unloaded plugin PortableWorkbench v1.1.9 by Raul-Sorin Sorban
18:53 [Info] Unloaded plugin PrivateMessages v1.1.11 by MisterPixie
18:53 [Warning] Calling 'Unload' on 'QuickSmelt v5.1.5' took 274ms
18:53 [Info] Unloaded plugin Quick Smelt v5.1.5 by misticos
18:53 [Info] Unloaded plugin Radio Station Manager v1.0.4 by Whispers88
18:53 [Info] Unloaded plugin Raidable Bases v3.0.6 by nivex
18:53 [Info] Unloaded plugin Recycle Manager v2.1.0 by WhiteThunder
18:53 [Info] Unloaded plugin RedeemStorageAPI v1.2.0 by ThePitereq
18:53 [Info] Unloaded plugin Remover Tool v4.3.43 by Reneb/Fuji/Arainrr/Tryhard
18:53 [Info] Unloaded plugin RocketWeapons v1.0.0 by Theswingingturtle
18:53 [Info] Unloaded plugin Server Info v0.5.9 by FastBurst
18:53 [Info] Unloaded plugin Server Rewards v0.4.78 by k1lly0u
18:53 [Info] Unloaded plugin ShoppyConverter v1.0.1 by ThePitereq
18:53 [Info] [ShoppyStock] ShoppyStock data and logs has been saved successfully!
18:53 [Info] Unloaded plugin ShoppyStock v2.0.7 by ThePitereq
18:53 [Info] Unloaded plugin Skill Tree v1.6.4 by imthenewguy
18:53 [Info] [Skinner] DataSaved
18:53 [Info] Unloaded plugin Skinner v2.9.98 by Whispers88
18:53 [Info] Unloaded plugin Sort Button v2.5.0 by WhiteThunder, MON@H
18:53 [Info] Unloaded plugin Spawn Config v1.0.2 by Beast_
18:53 [Info] [Stack Size Controller] Reverting stack sizes to vanilla defaults.
18:53 [Info] Unloaded plugin Stack Size Controller v4.1.3 by AnExiledDev/patched by chrome
18:53 [Info] [SupermarketEvent] SupermarketEvent has ended
18:53 [Info] Unloaded plugin SupermarketEvent v1.1.1 by KpucTaJl
18:53 [Info] Unloaded plugin TSTBootOrderGuard v1.2.0 by Theswingingturtle
18:53 [Info] Unloaded plugin TimeOfDay v2.3.4 by FuJiCuRa
18:53 [Info] Unloaded plugin Trade v1.2.45 by Calytic
18:53 [Info] Unloaded plugin Turret Limits v1.2.3 by Whispers88, gsuberland
18:53 [Info] Unloaded plugin UiEngineFramework v1.0.1 by mr01sam
18:53 [Info] Unloaded plugin VampireWeapons v1.4.0 by Copek + TST edit
18:53 [Info] Unloaded plugin Vanish v1.9.2 by Whispers88
18:53 [Info] Unloaded plugin Vehicle Licence v1.8.8 by Sorrow/TheDoc/Arainrr
18:53 [Info] Unloaded plugin Waterless Sprinklers v1.0.3 by Lorenzo
18:53 [Info] Unloaded plugin Weapon Mod Postfix v1.0.0 by Theswingingturtle
18:53 [Info] Unloaded plugin Welcomer v2.1.0 by Dana
18:53 [Info] Unloaded plugin XDQuest v8.5.5 by DezLife
18:53 [Warning] [Bradley Drops] INFO: Harmony patches removed and cache cleared successfully!
18:53 [Info] Unloaded plugin Bradley Drops v1.2.4 by ZEODE
18:53 [Error] Failed to call hook 'IOnServerShutdown' on plugin 'RustCore v2.0.6553' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00107] in <d59b507fd76240e5b62228d0eae39b73>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d59b507fd76240e5b62228d0eae39b73>:0 
18:56 [Info] Loading Oxide Core v2.0.4138...
18:56 [Info] Loading extensions...
18:56 [Info] Loaded extension CSharp v2.0.4149 by Oxide Team and Contributors
18:56 [Info] Loaded extension MySql v2.0.3774 by Oxide Team and Contributors
18:56 [Info] Loaded extension SQLite v2.0.3804 by Oxide Team and Contributors
18:56 [Info] Unity version: 2022.3.41f1
18:56 [Info] Loaded extension Unity v2.0.3777 by Oxide Team and Contributors
18:56 [Info] Loaded extension Rust v2.0.6573 by Oxide Team and Contributors
18:56 [Warning] 
Carbon to Oxide Extension Loaded!
Version: 1.1.3
Switching to Carbon will have a positive impact on the performance of at least some of your plugins!
Consider this!
https://carbonmod.gg/

18:56 [Info] Loaded extension CarbonAliases v1.1.3 by ThePitereq
18:56 [Info] [CSharp] Checking for updates for Oxide.Compiler | Local MD5: a143ee6da12e3c79696bd95d30a6330d | Last modified: 2025-07-21 00:27:12
18:56 [Info] [CSharp] Oxide.Compiler is up to date
18:56 [Info] File permissions set for Oxide.Compiler
18:56 [Info] Using Covalence provider for game 'Rust'
18:56 [Info] Loading plugins...
18:56 [Info] Loaded plugin Unity v2.0.3777 by Oxide Team and Contributors
18:56 [Info] Loaded plugin Rust v2.0.6573 by Oxide Team and Contributors
18:56 [Info] Added '// Reference: 0Harmony' in plugin 'CustomizableProtection'
18:56 [Info] Added '// Reference: Facepunch.Sqlite' in plugin 'ImageLibrary'
18:56 [Info] Added '// Reference: UnityEngine.UnityWebRequestModule' in plugin 'ImageLibrary'
18:56 [Info] [CSharp] Started Oxide.Compiler v successfully
18:56 [Info] ActivityRewards, AdminHammer, AdminPanel, AdminRadar, AdvancedHitBar, AdvertMessages, AnimalSpawn, ArmoredTrain, AutoBaseUpgrade, Backpacks, BetterChat, BetterLoot, BetterScarecrows, BossMonster, BuildingWorkbench, CarbonAliasesDownloader, ConfigStringScanner, CustomGenetics, CustomItemDefinitions, CustomTools, CustomVendingSetup, CustomizableProtection, CustomizableWeapons, DiscordLink, EasyVoteExtended, Economics, ExcavatorGatherMultiplier, ExtendedRecycler, ForeverRipe, FurnaceSplitter, GasStationEvent, GeneralItemModifier, HealthProtection, HeliSams, ImageLibrary, InstantCraft, InventoryViewer, Kits, LockedCrateTimer, MonumentAddons, NightLantern, NightVision, NoGiveNotices, NpcRaiders, NpcSpawn, OxidationClock, PathFinding, PayNow, PermissionsManager, PlanterboxDefender, PlayerAdministration, Pop, PopUpAPI, PortableRecycler, PortableWorkbench, PreventLooting, PrivateMessages, QuickSmelt, RadioStationManager, RaidableBases, RecycleManager, RedeemStorageAPI, RemoverTool, RocketWeapons, ServerInfo, ServerRewards, ShoppyConverter, ShoppyStock, Skinner, SortButton, SpawnConfig, StackSizeController, SupermarketEvent, TSTBootOrderGuard, TimeOfDay, Trade, TurretLimits, UiEngineFramework, VampireWeapons, Vanish, VehicleLicence, WaterlessSprinklers, WeaponModPostfix, Welcomer and XDQuest were compiled successfully in 0ms
18:56 [Error] Error while compiling BradleyDrops: 'HumanNPC' does not contain a definition for 'skinID' and no accessible extension method 'skinID' accepting a first argument of type 'HumanNPC' could be found (are you missing a using directive or an assembly reference?) | Line: 846, Pos: 44
18:56 [Error] Error while compiling CopyPaste: The type or namespace name 'AdvancedChristmasLights' could not be found (are you missing a using directive or an assembly reference?) | Line: 770, Pos: 36
18:56 [Error] Error while compiling FancyDrop: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 187, Pos: 24
18:56 [Error] Error while compiling HeliSignals: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 3549, Pos: 26
18:56 [Error] Error while compiling HumanNPC: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1360, Pos: 18
18:56 [Error] Error while compiling NTeleportation: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 6891, Pos: 28
18:56 [Error] Error while compiling SkillTree: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 5093, Pos: 30
18:56 [Error] Error while compiling TruePVE: The type or namespace name 'AdvancedChristmasLights' could not be found (are you missing a using directive or an assembly reference?) | Line: 2045, Pos: 54
18:56 [Info] Loaded plugin Activity Rewards v0.1.6 by IIIaKa
18:56 [Info] Loaded plugin AdminHammer v1.13.0 by mvrb
18:56 [Info] Loaded plugin Admin Panel v1.4.7 by nivex
18:56 [Info] Loaded plugin Admin Radar v5.4.1 by nivex
18:56 [Info] [AdvancedHitBar] Plugin loaded
18:56 [Info] Loaded plugin AdvancedHitBar v1.2.9 by ProCelle
18:56 [Info] [Advert Messages] Advert Messages is showing adverts every 10 minutes.
18:56 [Info] Loaded plugin Advert Messages v3.0.2 by LaserHydra
18:56 [Info] Loaded plugin AnimalSpawn v1.0.5 by KpucTaJl
18:56 [Info] Loaded plugin ArmoredTrain v1.8.1 by Adem
18:56 [Info] Loaded plugin AutoBaseUpgrade v1.2.2 by CASHR#6906
18:56 [Info] Loaded plugin Backpacks v3.15.5 by WhiteThunder
18:56 [Info] Loaded plugin Better Chat v5.2.14 by LaserHydra
18:56 [Info] Loaded plugin BetterLoot v4.0.5 by MagicServices.co // TGWA
18:56 [Warning] [Better Scarecrows] 2 new state(s) have been added by Facepunch. An update of the AI is required !
18:56 [Warning] [Better Scarecrows] AI is updated with the new values. An update of the plugin is probably already pending from the plugin developer, but the plugin will continue to work.
18:56 [Info] Loaded plugin Better Scarecrows v1.5.9 by Spiikesan
18:56 [Info] Loaded plugin BossMonster v2.1.5 by KpucTaJl
18:56 [Info] Loaded plugin Building Workbench v1.4.1 by MJSU
18:56 [Info] Loaded plugin CarbonAliasesDownloader v1.1.3 by ThePitereq
18:56 [Info] Loaded plugin Config String Scanner v1.1.0 by GPT-5 Thinking
18:56 [Info] Loaded plugin Custom Genetics v0.17.2 by rostov114 / yoshi2
18:56 [Info] Loaded plugin CustomItemDefinitions v2.0.2 by 0xF // dsc.gg/0xf-plugins
18:56 [Error] Failed to initialize plugin 'CustomizableProtection v2.1.11' (NullReferenceException: Object reference not set to an instance of an object)
  at Translate.Get (System.String key, System.String def, System.Boolean forceEnglish) [0x00000] in <ee18b64b7bc14507a3a025993327a270>:0 
  at Translate+Phrase.get_english () [0x00014] in <ee18b64b7bc14507a3a025993327a270>:0 
  at Oxide.Plugins.CustomItemDefinitions.<RegisterPluginItemDefinition>g__SetNameAndDescription|45_2 (ItemDefinition new, Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x000d6] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00052] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.CustomizableProtection.RegisterCustomItemDefinitions () [0x000a3] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.CustomizableProtection.Init () [0x000fb] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.CustomizableProtection.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
18:56 [Info] Unloaded plugin Customizable Protection v2.1.11 by 0xF [dsc.gg/0xf-plugins]
18:56 [Info] No previous version to rollback plugin: CustomizableProtection
18:56 [Info] Loaded plugin Customizable Weapons v1.5.31 by 0xF // dsc.gg/0xf-plugins
18:56 [Info] Loaded plugin Custom Tools v1.10.0 by ChatGPT
18:56 [Info] Loaded plugin Custom Vending Setup v2.14.6 by WhiteThunder
18:56 [Info] Loaded plugin DiscordLink v1.0.4 by Shady14u/Amino
18:56 [Info] Loaded plugin Easy Vote Extended v3.0.4 by dFxPhoeniX&TimRS
18:56 [Info] Loaded plugin Economics v3.9.2 by Wulf
18:56 [Info] Loaded plugin ExcavatorGatherMultiplier v1.0.3 by LLC
18:56 [Info] Loaded plugin Extended Recycler v1.2.6 by beee/The Friendly Chap
18:56 [Info] Loaded plugin Forever Ripe v1.2.0 by VisEntities
18:56 [Info] Loaded plugin Furnace Splitter v2.5.2 by FastBurst
18:56 [Info] Loaded plugin GasStationEvent v1.3.2 by KpucTaJl
18:56 [Info] Loaded plugin General Item Modifier v1.0.1 by Rick
18:56 [Info] Loaded plugin HealthProtection v1.2.5 by Theswingingturtle
18:56 [Info] Loaded plugin Heli Sams v2.1.3 by WhiteThunder & Whispers88
18:56 [Info] Loaded plugin Image Library v2.0.62 by Absolut & K1lly0u
18:56 [Info] Loaded plugin Instant Craft v2.2.8 by Vlad-0003 / Orange / rostov114
18:56 [Info] Loaded plugin Inventory Viewer v4.1.2 by Whispers88
18:56 [Info] Loaded plugin Kits v4.4.7 by k1lly0u
18:56 [Warning] Duplicate permission registered 'lockedcratetimer.conf.use' (by plugin 'Hackable Crate Time Editor')
18:56 [Info] Loaded plugin Hackable Crate Time Editor v0.2.8 by Cltdj
18:56 [Info] Loaded plugin Monument Addons v0.18.6 by WhiteThunder
18:56 [Info] [Night Lantern] Automatically Harmony patched 'BaseOven.get_CanRunWithNoFuel_Patch1' method. (BaseOven_CanRunWithNoFuelPatch)
18:56 [Info] Loaded plugin Night Lantern v2.1.1 by k1lly0u
18:56 [Info] Loaded plugin NightVision v2.4.1 by Clearshot
18:56 [Info] Loaded plugin No Give Notices v0.3.0 by Wulf
18:56 [Info] Loaded plugin NpcRaiders v1.8.1 by Razor
18:56 [Info] Loaded plugin NpcSpawn v2.8.3 by KpucTaJl
18:56 [Info] Loaded plugin OxidationClock v1.3.1 by kasvoton
18:56 [Info] Loaded plugin PathFinding v1.1.4 by Reneb / Nogrod
18:56 [Info] Loaded plugin PayNow v0.0.13 by PayNow Services Inc
18:56 [Info] Loaded plugin PermissionsManager v2.0.9 by Steenamaroo
18:56 [Info] [Planterbox Defender] Automatically Harmony patched 'GrowableEntity.TakeClones_Patch1' method. (Patch_TakeClones)
18:56 [Info] [Planterbox Defender] Automatically Harmony patched 'GrowableEntity.PickFruit_Patch1' method. (Patch_PickFruit)
18:56 [Info] Loaded plugin Planterbox Defender v3.0.1 by kaucsenta
18:56 [Info] Loaded plugin PlayerAdministration v1.6.9 by ThibmoRozier
18:56 [Info] Loaded plugin Pop v1.0.0 by VisEntities
18:56 [Info] Loaded plugin PopUpAPI v2.0.3 by ThePitereq
18:56 [Info] Loaded plugin PortableRecycler v1.2.5 by Raul-Sorin Sorban
18:56 [Info] Loaded plugin PortableWorkbench v1.1.9 by Raul-Sorin Sorban
18:56 [Info] Loaded plugin PreventLooting v1.15.0 by CaseMan
18:56 [Info] Loaded plugin PrivateMessages v1.1.11 by MisterPixie
18:56 [Info] Loaded plugin Quick Smelt v5.1.5 by misticos
18:56 [Info] Loaded plugin Radio Station Manager v1.0.4 by Whispers88
18:56 [Info] Loaded plugin Raidable Bases v3.0.6 by nivex
18:56 [Info] Loaded plugin Recycle Manager v2.1.0 by WhiteThunder
18:56 [Info] Loaded plugin RedeemStorageAPI v1.2.0 by ThePitereq
18:56 [Info] Loaded plugin Remover Tool v4.3.43 by Reneb/Fuji/Arainrr/Tryhard
18:56 [Info] Loaded plugin RocketWeapons v1.0.0 by Theswingingturtle
18:56 [Info] Loaded plugin Server Info v0.5.9 by FastBurst
18:56 [Info] Loaded plugin Server Rewards v0.4.78 by k1lly0u
18:56 [Info] Loaded plugin ShoppyConverter v1.0.1 by ThePitereq
18:56 [Info] [ShoppyStock] ShoppyStock data and logs has been saved successfully!
18:56 [Info] Loaded plugin ShoppyStock v2.0.7 by ThePitereq
18:56 [Info] Loaded plugin Skinner v2.9.98 by Whispers88
18:56 [Info] Loaded plugin Sort Button v2.5.0 by WhiteThunder, MON@H
18:56 [Info] Loaded plugin Spawn Config v1.0.2 by Beast_
18:56 [Info] [Stack Size Controller] Acquiring vanilla defaults file from official GitHub repo and overwriting; https://raw.githubusercontent.com/AnExiledDev/StackSizeController/master/vanilla-defaults.json
18:56 [Info] Loaded plugin Stack Size Controller v4.1.3 by AnExiledDev/patched by chrome
18:56 [Info] Loaded plugin SupermarketEvent v1.1.1 by KpucTaJl
18:56 [Info] Loaded plugin TSTBootOrderGuard v1.2.0 by Theswingingturtle
18:56 [Info] Loaded plugin TimeOfDay v2.3.4 by FuJiCuRa
18:56 [Info] Loaded plugin Trade v1.2.45 by Calytic
18:56 [Info] Loaded plugin Turret Limits v1.2.3 by Whispers88, gsuberland
18:56 [Info] Loaded plugin UiEngineFramework v1.0.1 by mr01sam
18:56 [Info] [VampireWeapons] VampireWeapons plugin loaded.
18:56 [Info] Loaded plugin VampireWeapons v1.4.0 by Copek + TST edit
18:56 [Error] ExType: HarmonyException
18:56 [Error] [Vanish] Failed to automatically Harmony patch 'BasePlayer_OcclusionPlayerFound_Patch' (Exception: Parameter "cache" not found in method static System.Void BasePlayer::OcclusionPlayerFound(BasePlayer player1, BasePlayer player2, System.Single networkTime, System.Boolean ordered))
  at HarmonyLib.MethodPatcher.EmitCallParameter (System.Reflection.MethodInfo patch, System.Collections.Generic.Dictionary`2[TKey,TValue] variables, System.Reflection.Emit.LocalBuilder runOriginalVariable, System.Boolean allowFirsParamPassthrough, System.Reflection.Emit.LocalBuilder& tmpInstanceBoxingVar, System.Reflection.Emit.LocalBuilder& tmpObjectVar, System.Boolean& refResultUsed, System.Collections.Generic.List`1[T] tmpBoxVars) [0x00ada] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.MethodPatcher+<>c__DisplayClass35_0.<AddPrefixes>b__0 (System.Reflection.MethodInfo fix) [0x00070] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.CollectionExtensions.Do[T] (System.Collections.Generic.IEnumerable`1[T] sequence, System.Action`1[T] action) [0x00014] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.MethodPatcher.AddPrefixes (System.Collections.Generic.Dictionary`2[TKey,TValue] variables, System.Reflection.Emit.LocalBuilder runOriginalVariable) [0x0001b] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.MethodPatcher.CreateReplacement (System.Collections.Generic.Dictionary`2[System.Int32,HarmonyLib.CodeInstruction]& finalInstructions) [0x0029e] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, HarmonyLib.PatchInfo patchInfo) [0x00059] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
  at HarmonyLib.PatchClassProcessor.ProcessPatchJob (HarmonyLib.PatchJobs`1+Job[T] job) [0x000be] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
18:56 [Info] [Vanish] Load Data
18:56 [Info] Loaded plugin Vanish v1.9.2 by Whispers88
18:56 [Info] Loaded plugin Vehicle Licence v1.8.8 by Sorrow/TheDoc/Arainrr
18:56 [Info] Loaded plugin Waterless Sprinklers v1.0.3 by Lorenzo
18:56 [Info] Loaded plugin Weapon Mod Postfix v1.0.0 by Theswingingturtle
18:56 [Info] Loaded plugin Welcomer v2.1.0 by Dana
18:56 [Info] Loaded plugin XDQuest v8.5.5 by DezLife
18:56 [Info] [Stack Size Controller] Adding new item clothing.mannequin to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item beanbagseatfabric to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item beanbagseatleather to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item mannequin to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item electric.chandelier to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item electric.tablelight to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item electric.fairylights to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item electric.fluorescentlight.ceiling to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item electric.fluorescentlight to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item electric.bulbstringlights to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item electric.spotlight to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item electric.spotlight.tripod to IndividualItemStackSize in configuration.
18:56 [Info] [Stack Size Controller] Adding new item electric.wallcabinet to IndividualItemStackSize in configuration.
19:00 [Info] Shutting down compiler because idle shutdown
19:00 [Info] Compiler shutdown completed
19:07 [Info] [ShoppyStock] ShoppyStock data and logs has been saved successfully!
19:07 [Error] Failed to call hook 'OnNewSave' on plugin 'Backpacks v3.15.5' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Backpacks+WipeRuleset.get_DisallowsAll () [0x00014] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.Backpacks+VirtualContainerAdapter.EraseContents (Oxide.Plugins.Backpacks+WipeRuleset ruleset, Oxide.Plugins.Backpacks+WipeContext& wipeContext) [0x00003] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.Backpacks+Backpack.EraseContents (Oxide.Plugins.Backpacks+WipeRuleset wipeRuleset, System.Boolean force) [0x00055] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.Backpacks.OnNewSave (System.String filename) [0x00107] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.Backpacks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00451] in <732ade89add54368b053a707e211b0ca>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:07 [Info] [Easy Vote Extended] New map data detected!
19:07 [Info] [RaidableBases] New map detected; wiping ranked ladder
19:07 [Info] [ShoppyStock] Found new map wipe!
19:08 [Info] [TSTBootOrderGuard] [Guard] Loading CustomizableProtection
19:08 [Info] Added '// Reference: 0Harmony' in plugin 'CustomizableProtection'
19:08 [Info] [CSharp] Started Oxide.Compiler v successfully
19:10 [Info] CustomItemDefinitions, CustomizableProtection and CustomizableWeapons were compiled successfully in 0ms
19:10 [Info] Unloaded plugin Customizable Weapons v1.5.31 by 0xF // dsc.gg/0xf-plugins
19:10 [Info] Unloaded plugin CustomItemDefinitions v2.0.2 by 0xF // dsc.gg/0xf-plugins
19:10 [Info] [TSTBootOrderGuard] [Guard] Loading CustomItemDefinitions
19:10 [Info] Loaded plugin CustomItemDefinitions v2.0.2 by 0xF // dsc.gg/0xf-plugins
19:10 [Info] Loaded plugin Customizable Protection v2.1.11 by 0xF [dsc.gg/0xf-plugins]
19:10 [Info] Loaded plugin Customizable Weapons v1.5.31 by 0xF // dsc.gg/0xf-plugins
19:10 [Info] [TSTBootOrderGuard] [Guard] Reloading CustomizableProtection
19:10 [Warning] [DEBUG] Plugin compilation is already queued: CustomizableProtection (0.008 ago)
19:10 [Info] Added '// Reference: 0Harmony' in plugin 'CustomizableProtection'
19:10 [Info] [BetterLoot] Loaded file "Blacklist" datafile successfully!
19:10 [Info] [BetterLoot] Saved Blacklist.json
19:10 [Info] [BetterLoot] Loaded file "LootTables" datafile successfully!
19:10 [Info] [BetterLoot] Saved LootTables.json
19:10 [Info] [BetterLoot] Loaded file "LootGroups" datafile successfully!
19:10 [Info] [BetterLoot] Validating LootGroup: "minerlight_group"
19:10 [Info] [BetterLoot] Profile "minerlight_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "swiftak_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "swiftak_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "velocite_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "velocite_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "broadside_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "broadside_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "pulsethief_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "pulsethief_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "nightshroud_group"
19:10 [Info] [BetterLoot] Profile "nightshroud_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "nightviper_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "nightviper_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "mobcap_group"
19:10 [Info] [BetterLoot] Profile "mobcap_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "mobbandana_group"
19:10 [Info] [BetterLoot] Profile "mobbandana_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastguardpants_group"
19:10 [Info] [BetterLoot] Profile "blastguardpants_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastguardjacket_group"
19:10 [Info] [BetterLoot] Profile "blastguardjacket_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastguardmask_group"
19:10 [Info] [BetterLoot] Profile "blastguardmask_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastguardvision_group"
19:10 [Info] [BetterLoot] Profile "blastguardvision_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastfang_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "blastfang_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "scrapshot_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "scrapshot_group" validation complete.
19:10 [Info] [BetterLoot] Saved LootGroups.json
19:10 [Info] [TSTBootOrderGuard] [Guard] Reloading CustomizableWeapons
19:10 [Info] [TSTBootOrderGuard] [Guard] Unloading BetterLoot
19:10 [Warning] Calling 'Unload' on 'BetterLoot v4.0.5' took 141ms
19:10 [Info] Unloaded plugin BetterLoot v4.0.5 by MagicServices.co // TGWA
19:10 [Info] CustomItemDefinitions, CustomizableProtection and CustomizableWeapons were compiled successfully in 720ms
19:10 [Info] Unloaded plugin Customizable Protection v2.1.11 by 0xF [dsc.gg/0xf-plugins]
19:10 [Info] Unloaded plugin Customizable Weapons v1.5.31 by 0xF // dsc.gg/0xf-plugins
19:10 [Info] Unloaded plugin CustomItemDefinitions v2.0.2 by 0xF // dsc.gg/0xf-plugins
19:10 [Info] Loaded plugin CustomItemDefinitions v2.0.2 by 0xF // dsc.gg/0xf-plugins
19:10 [Info] Loaded plugin Customizable Protection v2.1.11 by 0xF [dsc.gg/0xf-plugins]
19:10 [Info] Loaded plugin Customizable Weapons v1.5.31 by 0xF // dsc.gg/0xf-plugins
19:10 [Info] [TSTBootOrderGuard] [Guard] Unloading Backpacks
19:10 [Info] Unloaded plugin Backpacks v3.15.5 by WhiteThunder
19:10 [Info] [TSTBootOrderGuard] [Guard] Restored BetterLoot/LootGroups.json from .bak.
19:10 [Info] [TSTBootOrderGuard] [Guard] Loading BetterLoot
19:10 [Info] [TSTBootOrderGuard] [Guard] Loading Backpacks
19:10 [Info] [TSTBootOrderGuard] [Guard] Sequence complete.
19:10 [Info] BetterLoot was compiled successfully in 711ms
19:10 [Info] [BetterLoot] Loaded file "Blacklist" datafile successfully!
19:10 [Info] [BetterLoot] Saved Blacklist.json
19:10 [Info] [BetterLoot] Loaded file "LootTables" datafile successfully!
19:10 [Info] [BetterLoot] Saved LootTables.json
19:10 [Info] [BetterLoot] Loaded file "LootGroups" datafile successfully!
19:10 [Info] [BetterLoot] Validating LootGroup: "minerlight_group"
19:10 [Info] [BetterLoot] Profile "minerlight_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "swiftak_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "swiftak_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "velocite_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "velocite_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "broadside_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "broadside_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "pulsethief_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "pulsethief_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "nightshroud_group"
19:10 [Info] [BetterLoot] Profile "nightshroud_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "nightviper_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "nightviper_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "mobcap_group"
19:10 [Info] [BetterLoot] Profile "mobcap_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "mobbandana_group"
19:10 [Info] [BetterLoot] Profile "mobbandana_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastguardpants_group"
19:10 [Info] [BetterLoot] Profile "blastguardpants_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastguardjacket_group"
19:10 [Info] [BetterLoot] Profile "blastguardjacket_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastguardmask_group"
19:10 [Info] [BetterLoot] Profile "blastguardmask_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastguardvision_group"
19:10 [Info] [BetterLoot] Profile "blastguardvision_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "blastfang_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "blastfang_group" validation complete.
19:10 [Info] [BetterLoot] Validating LootGroup: "scrapshot_group"
19:10 [Info] [BetterLoot] - Removed 1 invalid item entries
19:10 [Info] [BetterLoot] Profile "scrapshot_group" validation complete.
19:10 [Info] [BetterLoot] Saved LootGroups.json
19:10 [Info] Loaded plugin BetterLoot v4.0.5 by MagicServices.co // TGWA
19:10 [Info] Backpacks was compiled successfully in 467ms
19:10 [Info] Loaded plugin Backpacks v3.15.5 by WhiteThunder
19:10 [Info] IP address from external API: *.*.*.*
19:10 [Info] [AdvancedHitBar] Downloading image Hitbar_borders.
19:10 [Info] [AnimalSpawn] Loading custom navigation mesh files...
19:10 [Info] [AnimalSpawn] All custom navigation mesh files have loaded successfully!
19:10 [Info] [BossMonster] Loading files on the /oxide/data/BossMonster/Bosses/ path has started...
19:10 [Info] [BossMonster] File Blizzardcaller has been loaded successfully!
19:10 [Info] [BossMonster] File BloodRabbit has been loaded successfully!
19:10 [Info] [BossMonster] File FallenAngel has been loaded successfully!
19:10 [Info] [BossMonster] File Franken has been loaded successfully!
19:10 [Info] [BossMonster] File GingerdeadMan has been loaded successfully!
19:10 [Info] [BossMonster] File Mafia has been loaded successfully!
19:10 [Info] [BossMonster] File Pyrelord has been loaded successfully!
19:10 [Info] [BossMonster] File RainbowReaper has been loaded successfully!
19:10 [Info] [BossMonster] File SpeedyZombie has been loaded successfully!
19:10 [Info] [BossMonster] File TheStarforger has been loaded successfully!
19:10 [Info] [BossMonster] File ViperFang has been loaded successfully!
19:10 [Info] [BossMonster] File VladTheImpaler has been loaded successfully!
19:10 [Info] [BossMonster] File ghost has been loaded successfully!
19:10 [Info] [BossMonster] Loading files on the /oxide/data/BossMonster/CustomMap/ path has started...
19:10 [Warning] [BossMonster] File BossMonster_CustomMap cannot be loaded on the current map!
19:10 [Warning] [Custom Vending Setup] MonumentFinder is not loaded, so you won't be able to save vending machine customizations relative to monuments.
19:10 [Info] [Easy Vote Extended] Easy Vote Extended has been initialized...
19:10 [Warning] Calling 'OnServerInitialized' on 'ExtendedRecycler v1.2.6' took 132ms
19:10 [Warning] [Image Library] The CommunityEntity instance ID has changed! Due to the way CUI works in Rust all previously stored images must be removed and re-stored using the new ID as reference so clients can find the images. These images will be added to a new load order. Interupting this process will result in being required to re-download these images from the web
19:10 [Error] [Monument Addons] MonumentFinder is not loaded, get it at https://umod.org.
19:10 [Info] [NpcSpawn] Loading custom navigation mesh files...
19:10 [Info] [NpcSpawn] All custom navigation mesh files have loaded successfully!
19:10 [Info] [NpcSpawn] List of biome positions: Arid = 1360, Temperate = 1214, Tundra = 615, Arctic = 582, Jungle = 571
19:10 [Info] [NpcSpawn] List of road positions: ExtraWide = 1507, Standard = 1377, ExtraNarrow = 2024
19:10 [Info] [NpcSpawn] 2721 railway positions found
19:10 [Warning] [PreventLooting] Wipe detected! Clearing all share data!
19:10 [Warning] Calling 'OnServerInitialized' on 'QuickSmelt v5.1.5' took 128ms
19:10 [Info] [RaidableBases] Protocol change detected; wiping ranked ladder
19:10 [Warning] Calling 'OnServerInitialized' on 'ServerRewards v0.4.78' took 280ms
19:10 [Info] [ShoppyConverter]                                                          
19:10 [Info] [ShoppyConverter]                  ShoppyConverter Loaded                  
19:10 [Info] [ShoppyConverter]         This plugin is meant to be used only once        
19:10 [Info] [ShoppyConverter]      to convert your ShoppyStock 1.0 config into the     
19:10 [Info] [ShoppyConverter]                     new 2.0 version.                     
19:10 [Info] [ShoppyConverter]    The 2.0 version contains more options, so it is       
19:10 [Info] [ShoppyConverter]    recommended to check the new config for changes.      
19:10 [Info] [ShoppyConverter]                                                          
19:10 [Info] [ShoppyConverter]           To make the plugin work, just move your:       
19:10 [Info] [ShoppyConverter]  Old ShoppyStock config into /data/ShoppyConverter/Old/config
19:10 [Info] [ShoppyConverter] Old ShoppyStock data folder into /data/ShoppyConverter/Old/data
19:10 [Info] [ShoppyConverter]                                                          
19:10 [Info] [ShoppyConverter]                When everything is in place,              
19:10 [Info] [ShoppyConverter]              run the generateconfigs command.            
19:10 [Info] [ShoppyConverter]             You need to be an admin to do that!          
19:10 [Info] [ShoppyConverter]                                                          
19:10 [Info] [ShoppyStock] Map name 'proceduralmap.4250.1867317536.271_345036bf6fa862b83675a4eef943f335.map' is different than previously saved 'proceduralmap.5000.503575237.270_f44d470e94681fd0cf0f18ed72b8a13e.map'. Trying to wipe data!
19:10 [Info] [ShoppyStock] Wipe valid. Cleaning data...
19:10 [Warning] ShoppyStock has replaced the 'deposit' command previously registered by Economics
19:10 [Warning] Calling 'OnServerInitialized' on 'Skinner v2.9.98' took 133ms [GARBAGE COLLECT]
19:10 [Info] [BetterLoot] Using '82' active of '83' supported container types
19:10 [Info] [BetterLoot] Configuration changes saved to BetterLoot.json
19:10 [Info] [BetterLoot] Updating internals ...
19:10 [Info] [GasStationEvent] Image Tab_KpucTaJl download is complete
19:10 [Info] [SupermarketEvent] Image Tab_KpucTaJl download is complete
19:10 [Info] [Radio Station Manager] Configuration changes saved to RadioStationManager.json
19:10 [Error] [XDQuest] Check if you have the 'Copy Paste' plugin installed
19:10 [Info] Unloaded plugin XDQuest v8.5.5 by DezLife
19:10 [Info] [BetterLoot] Populated (1818) supported loot containers.
19:10 [Info] [BetterLoot] Populated (0) supported npc corpses.
19:10 [Info] [BetterLoot] Tracking (500) spawned NPCs.
19:10 [Info] [PayNow] Connected to PayNow using the token for "[EU] Theswingingturtle 3x PvE" (451179001797427200) successfully!
19:10 [Info] [PayNow] Started checking for pending commands
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'CustomizableWeapons v1.5.31' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons.UpdateItemName (Item item) [0x0001d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.OnItemAddedToContainer (ItemContainer container, Item item) [0x00087] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CustomizableWeapons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0075d] in <8092874b0e06471bbc11365c07d95d28>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 
19:10 [Error] Failed to call hook 'SpawnNpc' on plugin 'NpcSpawn v2.8.3' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CustomizableWeapons+Patches.SetFlameState (FlameThrower __instance) [0x00027] in <8092874b0e06471bbc11365c07d95d28>:0 
  at (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.FlameThrower.SetFlameState_Patch1(FlameThrower,bool)
  at FlameThrower.OnHeldChanged () [0x00000] in <048b01fc85be4706bb9434f6f59d9c07>:0 
  at HeldEntity.SetHeld (System.Boolean bHeld) [0x00068] in <048b01fc85be4706bb9434f6f59d9c07>:0 
  at HeldEntity.SetOwnerPlayer (BasePlayer player) [0x00043] in <048b01fc85be4706bb9434f6f59d9c07>:0 
  at ItemModEntity.ParentToPlayer (Item item, BaseEntity ourEntity) [0x0002d] in <048b01fc85be4706bb9434f6f59d9c07

I reviewed your above logs and also noticed this error happening during wipe.

19:07 [Error] Failed to call hook 'OnNewSave' on plugin 'Backpacks v3.15.5' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Backpacks+WipeRuleset.get_DisallowsAll () [0x00014] in <732ade89add54368b053a707e211b0ca>:0

Similar to the previous error, the only way this can happen is if the Backpacks Init() function (which is called when a plugin is initially loads) was not called or was interrupted due to an error. The following line indicates that the Backpacks plugin loaded successfully without an error.

18:56 [Info] Loaded plugin Backpacks v3.15.5 by WhiteThunder

At this point, my only guess is that it Init() was somehow not called at all. This does not seem to be widespread issue, so there may be something going on with your specific server. If I were you, I would try reproducing the issue with fewer other plugins installed. For example, first reproduce the issue on a test server (i.e., do a wipe with all the same plugin), then remove all plugins except Backpacks and wipe again to see if the issue still occurs. If the issue doesn't occur at that point, then try reintroducing some of those plugins to see which combinations cause the issue.

I figured out if you added custom items shortnames to allow shortnames + Skin ID to allow skin id it works. Idk about non skin id items tho, but only have one of those.