promotional bannermobile promotional banner

Trace Bullet

Export Minecraft server metrics — TPS, player count, chunk count, and entity count — to any OTLP-compatible observability backend via OpenTelemetry.

File Details

Trace Bullet 0.1.1

  • R
  • Jun 14, 2026
  • 3.89 MB
  • 6
  • 26.1.2
  • NeoForge

File Name

tracebullet-0.1.1.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:trace-bullet-1574137:8246616"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v0.1.1

Bug Fixes

  • Fixed a crash on startup (NoClassDefFoundError) when loading the mod from the built JAR. OpenTelemetry's transitive dependencies (SDK sub-modules, OTLP exporter components, OkHttp, OkIO, Kotlin stdlib) were not being embedded in the mod JAR due to NeoForge's jarJar system not resolving transitive dependencies automatically. All required dependencies are now explicitly declared and embedded.