Feature Suggestion
What would be a cool feature to add?
Export/import compatibility with PlayerLogger’s players.json format.
What problem does this solve (if any)?
Lets servers migrate between mods or run both without duplicate tracking.
How should it work?
/ee export playerlogger [path] - Writes stats to PlayerLogger format.
Field mapping:
| Field |
Type |
Notes |
version |
int |
Always 1 |
uuid |
string |
Hyphenated UUID |
username |
string |
|
playtimeSeconds |
long |
|
damageDealt |
float |
|
playerKills |
int |
PvP only |
mobKills |
int |
PvE only |
deathCount |
int |
|
blocksPlaced |
int |
|
blocksBroken |
int |
|
Any extra ideas or details?
Full spec: https://github.com/YoItSoul/PlayerLogger
Default output: mods/com.hytaletravelers.playerlogger/players.json
Happy to coordinate on bidirectional sync or a shared API.