Skip to main content
The Tracking Artifact handles the persistent storage of recorded player sessions.

Stored Data

  • Sessions: List of all player sessions.
  • Points: Compressed list of coordinates (x, y, z, world, time) for each session.

Behavior

  • Auto-Save: Data is saved asynchronously every 5 seconds (if changes exist).
  • Shutdown: Force-save on server stop.
  • Session IDs: Auto-incrementing IDs persisting across restarts.
artifact:
  type: tracking_artifact
  artifactId: "player_activity_log"