v1.2.0
🎉 LiveMap_MapPNG v1.2.0
New stable release with REST API support and improved telemetry for exporting your Terraria server world as a PNG map, quickly and easily.
🚀 Main Features
- Generate a PNG map of the current world using
/genmap. - Colors for tiles, walls, and liquids based on type, paint, and height.
- Background gradient to distinguish altitude visually.
- Automatic export every 5 minutes (modifiable in the code).
- Auto-update checking with notifications in the console.
- Full telemetry for statistics and error reporting (can be disabled or adapted in code).
- NEW: REST API endpoints
/map/base64: Get the latest PNG map encoded as base64 (requirestshock.rest.mappermission)./map/report: Report errors manually to telemetry (requirestshock.rest.adminpermission).
🛠️ Installation
- Download the attached
.dllfile. - Place it in your server’s
/ServerPluginsfolder. - Restart your server.
- Run
/genmapin chat (requiresmap.exportpermission).
📸 Example Output
The map includes a background gradient for better visualization.
ℹ️ Notes
- The generated file will be at
/Map/worldMap.pngin your server root. - See READMEes.md for detailed instructions in Spanish, or README.md for English.
- Now you can access the map programmatically via the REST API.
- The plugin is a work in progress – contributions and improvements are welcome!
Author: FrankV22
Repository: https://github.com/itsFrankV22/tShock-LiveMap_MapPNG
Note
I use Telemetry in all my plugins, by using them you agree to send development information, no information will be public
