Cosy Integration Mod
A Minecraft integration mod for Cosy to add support for Custom metrics.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Cosy Integration Mod

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)