Web API
A configurable API interface that creates an HTTP server with world information. Can be used on both servers and in singleplayer worlds.
Main Features
- Flexible parameter configuration
- Viewing world and Minecraft files through web interface
- Tracking online players list
- DAT file processing
How to Use
Uses port 25571 by default.
- localhost:25571/file/[FILENAME] - view or download world files. Add ?parsedat=1 parameter to URL to display DAT files in JSON format
- localhost:25571/minecraftfile/[FILENAME] - view or download Minecraft files
- localhost:25571/onlineplayers.json - JSON file with online players information (their nicknames and UUIDs)