Skip to content

Metrics

Aplite36 edited this page Jul 27, 2026 · 1 revision

Metrics

ChunkCarts reports anonymous statistics to bStats.

What is collected

  • Server software.
  • Game version.
  • Player count.
  • Which enforcement setting is in use.
  • Which departure-requirement setting is in use.

What is not collected

No player data, no world data, no IP addresses, no coordinates.

Why those two settings

They are collected for one reason: deciding which platforms and game versions are worth carrying, and whether anyone actually uses permissive mode, from evidence rather than guesswork.

Fifteen game versions across four platforms is 46 jars per release, and there is no other way to tell which of them anyone is running. Both settings are on Configuration.

How to opt out

Either of these works:

  • Set metrics: false in the ChunkCarts config, then run /chunkcarts reload. The change takes effect without a restart.
  • Or disable bStats globally on the server, which switches it off for every plugin and mod at once.

The global bStats config file is at plugins/bStats/config.yml on Paper, and config/bStats/config.txt on Fabric, NeoForge and Forge.

On the first start, ChunkCarts logs one line saying that reporting is on and how to turn it off. That is the whole notice; it does not repeat on later starts.

Clone this wiki locally