MC API
Exposing a REST API (port configurable) so that you can interact with the Minecraft Client outside of the Client it self.
Features
- Get current user (username, uuid)
- Get current server (ip, player count)
- Get useful details (paused, is singleplayer, etc)
- Get game options (fov, render distance, etc)
- 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