Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
1.20.x
1.19.x
1.18.1–1.18.2
Platforms
Supported environments
Dedicated servers only
Tags
Creators
Details
Licensed MIT
Published 3 months ago

Cosy Integration Mod
This Mod adds support for the Cosy API and provides Custom Metrics to the Cosy instance this minecraft server is being run on. This is a server-side mod that periodically collects basic Minecraft server metrics and pushes them to the Cosy API over HTTP. Cosy is an Open Source Game Server deployment tool. More information can be found here: https://github.com/Magenta-Mause/Cosy
Currently these metrics are being sent:
General
- playerCount
- Overworld info (only if the overworld is available):
- currentDayTime (timeOfDay mod 24000)
- fullTime (raw world time)
- currentWeather (Clear, Raining, Thundering)
Performance stats (only if tick times are available):
- mspt (average milliseconds per tick)
- tps (derived from MSPT, capped at 20)
- msSinceEpoch (current system time in millis)


