Not strictly speaking a mod but a combination of server-side plugin and browser-based 3D rendering engine to display player positions on an SMP server.
Check out this video to get the idea:
Backend: We are using this plugin on our minecraft server to track player positions and save them in a simple MySQL database: https://github.com/whimc/Position-Tracker
Frontend: The 3D map is built by ourselves using the javascript library THREE.js. It's a simple webpage hosted on one of our servers that then queries the Minecraft server MySQL via PHP to extract the player telemetry data and display it within the map.
Not strictly speaking a mod but a combination of server-side plugin and browser-based 3D rendering engine to display player positions on an SMP server.
Check out this video to get the idea:
Backend: We are using this plugin on our minecraft server to track player positions and save them in a simple MySQL database:
https://github.com/whimc/Position-Tracker
Frontend: The 3D map is built by ourselves using the javascript library THREE.js. It's a simple webpage hosted on one of our servers that then queries the Minecraft server MySQL via PHP to extract the player telemetry data and display it within the map.
Hyalan