promotional bannermobile promotional banner

ServerTap

A JSON API for your Minecraft server

File Details

ServerTap v0.5.0

  • R
  • Apr 11, 2023
  • 27.74 MB
  • 217
  • 1.19.3+8

File Name

ServerTap-0.5.0.jar

Supported Versions

  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16

v0.5.0

⚠️ BREAKING CHANGES ⚠️

  • Gamemode, Environment/Dimension, and Difficulty now use their native Bukkit names
    • e.g. in /v1/players instead of returning 0 for difficulty it will now return SURVIVAL.
  • Now compiled with ☕️ Java 19

New Features

  • TLS now optionally supports Server Name Indication (SNI)
    • Set tls.sni to true in your config to enable it (expert)
  • Player is now included in the PlayerChatWebhookEvent request body (#194)

Internals/Bugfixes

  • ServerTap is now using Javalin v5!
  • Fixed OpenApi spewing tons of WARNs into logs when viewing /swagger (#60)
  • Updated versions of javalin, slf4j, unirest, jackson-databind, junit dependencies.
  • No longer messes with ClassLoader on startup