Can't figure out which plugin is generating this .json fileSolved
Hi, I have a particular .json file in my oxide/data directory called 'Name.json' and I can't figure out which plugin could be generating it, since I don't have a plugin with this name. It contains an entire list of Steam IDs of players on the server and next to each one either 'true' or 'false'. I've attached a screenshot below (the blacked-out part are Steam IDs).



I suspect that it might have something to do with toggling player nametags on and off, as certain players have no nametags above their heads, but that's just a theory. This only seems to happen in Town (set with the NTeleportation plugin), but I also suspected it might be a ZoneManager issue since I have a zone set for the town. However, I have unloaded both of these and the issue persists.

I also have a plugin called ColouredNames which is really the only name-related plugin I could think of, but unloading that didn't help either. Other than that, I can't think of any other plugin which could be generating this particular file. I've included a list of my plugins below just in case it provides any insight. :)

Plugins I use: AdminChat, AdminHammer, AlphaLoot, ArenaWallGenerator, AutoBroadcast, AutoDoors, AutoPurge, AutoResetTargets, Backpacks, BarrelPoints, BetterChat, BotSpawn, BoxLooters, BuildingBlocker, BuildingGrades, CarCommanderLite, Clans, ColouredNames, CommandBlock, ConnectMessages, CorpseDuration, CraftingController, CustomSpawnPoints, DamageControl, DeathMarker, DeathNotes, DeathNotesGui, EasyVote, EnhancedHammer, FancyDrop, Fishing, Friends, FurnaceSplitter, GUIAnnouncements, GatherManager, GrTeleport, HandyMan, HeliControl, HelpText, HumanNPC, IRBench, ImageLibrary, InfoPanel, InventoryCleaner, InventoryViewer, Jail, Kits, LootProtection, MasterKey, NTeleportation, NoFuelRequirements, NoGiveNotices, PathFinding, PlayerChallenges, PlayerList, PlayerRankings, PlayerSkins, PlaytimeTracker, PopupNotifications, PreventLooting, PrivateMessage, Quests, QuickSmelt, RemoverTool, ReplaceOnBroken, Replenish, Rewards, SecureAdmin, ServerInfo, ServerRewards, SignArtist, Skins, SkipNightUI, Spawns, StackSizeController, StructureRefund, Telekinesis, TimeOfDay, TimedExecute, TruePVE, Vanish, WarpsGUI, WelcomeMessages, ZLevelsRemastered, ZoneManager

If anyone can help me out I'd be very grateful! Thank you!
In response to Elixxity ():
Hi, I have a particular .json file in my oxide/data directory called 'Name.json' and I can't figure...
Download and install a program such as Notepad++ that allows you to search an entire folder of files, and then look for "Name" (with quotation marks) and see if that comes up with anything.
In response to Wulf ():
Download and install a program such as Notepad++ that allows you to search an entire folder of files...
Thanks for your reply, I tried this but unfortunately it didn't return anything of suspect. It returned hits for these plugins: FancyDrop, HumanNPC, InfoPanel, Kits, Quests, ServerRewards, ZLevelsRemastered, and ZoneManager, but I don't believe it to be these since I have already tried unloading them, and the format of the 'Name.json' file doesn't add up to what these plugins do (as far as I can tell). ZoneManager was my biggest suspect as I mentioned above, since the problem occurs in a specific area, but since I deleted all zones and unloaded the plugin it seems to not be caused by that.

Merged post

Solved :). Turns out the file was being generated by HandyMan and represents who has it enabled/disabled. 
Locked automatically