An open API service indexing awesome lists of open source software.

https://github.com/lenicdev/serverservice

ServerService is a RESTful API that provides information about your Minecraft server
https://github.com/lenicdev/serverservice

bungeecord bungeecord-plugin minecraft minecraft-server minecraft-servers rest rest-api restful restful-api spigot spigot-plugin

Last synced: 5 months ago
JSON representation

ServerService is a RESTful API that provides information about your Minecraft server

Awesome Lists containing this project

README

          

# ServerService
ServerService is a RESTful API that provides information about your Minecraft server.

How does it work?
-
ServerService starts an embedded HTTP server which provides
various methods to monitor and control your Minecraft server.
To prevent unauthorized users from accessing the API, ServerService provides
a configurable role-based permission system. A role has a name, a token and
some permissions. To make a valid request, the "Authorization" header has to be set
to the role's token. Now you can access all the API functions that your role has the
permission for.