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
- Host: GitHub
- URL: https://github.com/lenicdev/serverservice
- Owner: leNicDev
- License: gpl-3.0
- Created: 2017-03-02T21:22:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T22:47:56.000Z (about 2 years ago)
- Last Synced: 2025-03-10T21:44:03.599Z (10 months ago)
- Topics: bungeecord, bungeecord-plugin, minecraft, minecraft-server, minecraft-servers, rest, rest-api, restful, restful-api, spigot, spigot-plugin
- Language: Java
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.