MC API

MC API

364 Downloads

MC API

Exposing a REST API (port configurable) so that you can interact with the Minecraft Client outside of the Client it self.

Features

  1. Get current user (username, uuid)
  2. Get current server (ip, player count)
  3. Get useful details (paused, is singleplayer, etc)
  4. Get game options (fov, render distance, etc)
  5. Configurable port (default: 8080)

More features will come in coming updates :D

Routes

/api/game

- /api/game/user

- /api/game/server

- /api/game/options

/api/details