Explanation of data file content
Good day,
Could you please explain some of the following snippet line for line taken from file "NoRaid.json" located in the data folder under oxide?
"-8586617806873732738": {
"start": -8586617806873732738,
"end": -8586617800873729870,
"firstDamage": "-94.7036 36.92884 -1193.056",
"lastDamage": "-94.7036 36.92884 -1193.056",​
Thank you in advance
These are timestamps and positions.  This data is used for admins to explore a raids history from a particular position.
How would I convert the timestamps to a readable format and how do I expolore the history of raids?
/inspect

timestamps are in binary format, the DateTime class has methods to convert timestamps ToBinary and FromBinary
Can I as admin inspect who raided other players?
That's the idea.
If I type /inspect in game as admin I get "No raid data" but if I look at the data folder there is data in there
Yea you probably have it disabled in your configuration file.  Also NoRaid.json isn't associated with this plugin, even if it uses a similar format.

https://umod.org/plugins/no-raid
Sorry where I said NoRaid.json I made a mistake I am talking about RaidNotes.json. Where do I have it disabled?
{
  "Announcements": {
    "clanColor": "#00eaff",
    "delay": 0.0,
    "icon": 0,
    "nameColor": "lightblue",
    "prefixColor": "orange",
    "radius": 0.0,
    "weaponColors": {
      "0": "#666333",
      "498591726": "#666666"
    }
  },
  "AnnounceTo": {
    "clan": true,
    "discord": false,
    "global": false,
    "log": true,
    "lustymap": false,
    "slack": false,
    "victims": true
  },
  "AnnounceWhen": {
    "minKills": 0,
    "minMinutes": 0,
    "minParticipants": 0,
    "minWeapons": 0,
    "raidEnds": false,
    "raidStarts": true
  },
  "LustyMap": {
    "duration": 10.0,
    "icon": "special"
  },
  "Raid": {
    "detectionCountdownMinutes": 1.0,
    "detectionDistance": 50,
    "detectionDuration": 60.0,
    "distance": 50.0,
    "duration": 300.0,
    "logUpToHours": 48
  },
  "Settings": {
    "trackEntityDamage": true,
    "trackEntityDeath": true,
    "trackExplosives": true
  },
  "Slack": {
    "messageType": "FancyMessage"
  },
  "VERSION": "1.0.21"
}​
"Settings": {
    "trackEntityDamage": true,
    "trackEntityDeath": true,
    "trackExplosives": true
  },


Merged post

You have it enabled then, but there are no messages in raid notes with the text "No raid data".  There is "No raids found" which means there are no raids in the history that started in the vicinity of where you use the /inspect command
Oh so I need to be close to the area where the raid occurred in order to use /inspect? Is this command usable by all players or just users with auth lvl 1 or auth lvl 2?
Only admins