Speedgot
ServerTap
-----
A JSON API for your Minecraft server
Download Now
Via external site
Overview
Documentation
Updates (
--
)
Reviews (
---
)
Version History
Discussion
ServerTap v0.5.3
v0.5.3
New Features
You can now disable swagger by setting disable-swagger to true
in your config (default false)
You can now block individual paths in your config (thanks
@Velyn-N
)
Internals/Bugfixes
Fixed errant reverse lookup on player join (fixes
#68
)
v0.5.2
New Features
New endpoint: DELETE /v1/server/whitelist to remove someone from the
whitelist
Internals/Bugfixes
Updated to preserve compatibility with 1.16.5 / Java 16
v0.5.1
Internals/Bugfixes
v0.5.0 was not backwards compatible and required Java 19, my bad.
Now works with Java 17 thru 20.
Upgraded item-nbt-api-plugin to latest
----------
,
May 30, 2023
ServerTap v0.5.0
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
v0.4.0
New Features
Added new route to get all available advancements GET /v1/advancements
Internals/Bugfixes
Fixed buggy interaction between Vault API and Swagger/OpenApi (
#175
)
v0.3.1
Internals/Bugfixes
Fixed bug with the /economy routes not working (
#173
)
Updated versions of javalin, junit, jackson-databind, and unirest
----------
,
Apr 11, 2023
ServerTap v0.3.0
New Features
You can now install plugins by POSTing their URLs to /v1/plugins
API Changes
ServerTap is now built with JDK 17
ServerTap now requres Spigot/Bukkit/Paper 1.16 and above
GET /v1/worlds/download and friends now produce .tar.gz files instead of .zip files (
#118
)
New attributes added to Server: maxPlayers, onlinePlayers
New attributes added to Player: lastPlayed
New attributes added to Plugin: website, depends, softDepends, apiVersion
New attributes added to ConsoleLine: level
Internals/Bugfixes
Renamed master branch to main
Fixed a bug in GET /v1/server/ops where it would ignore ops who have never joined the server
Added base framework for unit testing
Imported the whole Metrics class to enable unit testing
Added some basic unit tests
----------
,
Jul 11, 2022
ServerTap v0.2.0
Changes
You can now download a .zip of your world from /v1/worlds/{uuid}/download or all worlds at /v1/worlds/download (by
@matteoturini
)
ServerTap now loads in the STARTUP phase
Upgrade Javalin from v3 to v4
Fix bug where log4j was being included in the shaded jar
----------
,
Dec 16, 2021
ServerTap v0.1.1
An exciting new release! We bumped the version up to 0.1.0 and then made even more changes, so 0.1.1 it is!
Changes
Added /server/exec for executing any server command (
@ATechAdventurer
,
@Scarsz
,
#53
,
#57
)
Fixed up status codes for lots of errors (
@phybros
,
#59
)
Added bStats integration (
@ATechAdventurer
,
#48
)
Moved /broadcast to /chat/broadcast (
@ATechAdventurer
,
#49
)
Added /chat/tell to send messages to specific players (also
@ATechAdventurer
,
#49
)
Fixed the error message given when no economy plugin is found (
@ATechAdventurer
,
#52
)
Lots of README updates (
@phybros
,
#61
)
Fixed a bug where Swagger UI would just throw a 500 (
@phybros
,
#63
)
This is also the first release not to have the Pre-release flag
Known Issues
OpenApi spews tons of WARNs into the logs when viewing /swagger (
#60
)
Incorrect item id in Inventory Route when using Forge + Spigot (
#41
)
Don't forget to join the Discord if you have any questions!
https://discord.gg/tG4AEt7
----------
,
May 12, 2021
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
3,626
First Release:
May 19, 2020
Last Update:
May 30, 2023
Category:
---------------
All-Time Rating:
2 ratings
Find more info at servertap.io...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support