LUKAS' CHUNK OBSERVER

Quick rating

Community listing page, reviews here may not be monitored by the author.

LUKAS' CHUNK OBSERVER

By lukasschrOwner

No reviews yet

A lightweight, server-side Fabric mod that logs how long each player spends in every chunk to an SQLite database - the raw data for activity heatmaps.

Mod Loaders
Minecraft
26.2

About

Description

LUKAS' CHUNK OBSERVER

A lightweight, server-side Fabric mod that logs how long each player spends in every chunk to an SQLite database - the raw data for activity heatmaps. Part of LUKAS' Mod Collection.

Features

  • Tracks per-chunk playtime for every player, per dimension.
  • Stores each activity as one row in an SQLite database (chunk_activity table).

Configuration

Created on first run at config/lukaschunkobserver.toml:

Key Default Description
databasePath "" SQLite file location. Empty uses the per-world default <world>/lukaschunkobserver.sqlite.
minDurationMs 1000 Chunk sessions shorter than this (in milliseconds) are discarded.

Requirements

Reporting Issues

Please use the issue tracker to report bugs, crashes, and other issues.