Ported kill stats and rare item drop storage to sqlite from json

This fixes lengthy and memory intensive server shutdowns
Existing global_kill_stats.json will be imported on first run
This commit is contained in:
sirdabalot
2025-02-12 12:17:02 +00:00
committed by Ryan
parent 212ce57580
commit 62a7dd4324
8 changed files with 415 additions and 388 deletions
+1
View File
@@ -2,6 +2,7 @@ bin/**
out/**
data/logs/**
data/profile/**
data/playerstats/**
.idea/**
/bin
.DS_Store**