ServerTap v0.5.0

Details

  • Filename
    ServerTap-0.5.0.jar
  • Uploaded by
  • Uploaded
    Apr 11, 2023
  • Size
    27.74 MB
  • Downloads
    214
  • MD5
    abb35a7fbe2a075e055eb7932b82d16f

Supported Bukkit Versions

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

Changelog

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