2020-08-06 22:31:57 +00:00
|
|
|
# ServerAPI
|
|
|
|
|
2020-08-07 19:30:36 +00:00
|
|
|
An API for your Minecraft server!
|
|
|
|
|
|
|
|
Use REST API or GraphQL.
|
|
|
|
|
|
|
|
## Available endpoints
|
|
|
|
|
|
|
|
All endpoints can optionally be password-secured via config.
|
|
|
|
|
|
|
|
* bans
|
|
|
|
* players
|
|
|
|
* query
|
|
|
|
* tps
|
|
|
|
* worlds
|
|
|
|
* world (by name)
|
2020-08-06 22:31:57 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
[MIT](LICENSE)
|