Minecraft server mod for providing a REST-like interface for Minecraft servers.
Minecraft server-side mod which provides REST-like endpoints for interacting with a Minecraft server.
Current endpoints include:
- Retrieving the list of mods and their versions installed on a server
- Retrieving information about players online on a server
- Retrieving information about the server configuration
- Download the jar file from CurseForge.
- Copy the jar file to your server's
mod
directory.
Navigate to http://*your-minecraft-server*:8080/static/redoc.html
for a complete list of endpoints supported by your installed version of minecraft-rest.
A generic list of the endpoints can be found at https://shaundsmith.dev/static/docs/minecraft-rest/redoc.html.
Note, this version may not contain all endpoints for your installed version of minecraft-rest.
- Endpoints for interacting with specific mods
- Write/POST endpoints for the Minecraft Server
- Suggestions are welcome by raising a feature suggestion or by raising a pull request.