Minetrack makes it easy to keep an eye on your favorite Minecraft servers. https://mc.fascinated.cc/
Go to file
2015-11-30 18:12:26 -06:00
assets Fix arguments on socket 2015-11-30 18:12:26 -06:00
lib Drop the try catches, this might make it a bit unstable until we work out some bugs. 2015-11-25 19:29:02 -06:00
scripts Move the scripts into scripts/ 2015-11-25 16:53:08 -06:00
.gitignore Add gulpfile 2015-11-25 20:55:09 -05:00
app.js "Quick Jump" feature along with some European servers 2015-11-25 16:40:13 -06:00
config.json Modify config. 2015-11-25 20:30:19 -05:00
gulpfile.js Standardize the gulp task names (build-type-name) 2015-11-30 14:11:10 -06:00
LICENSE First commit, most of the backend system! :) 2015-11-01 22:56:08 -06:00
package.json Add gulpfile 2015-11-25 20:55:09 -05:00
README.md Configure auto reconnect on the frontend socket. 2015-11-26 00:32:20 -06:00

Minetrack

Minetrack is a Minecraft PC/PE server tracker that lets you focus on what's happening now. Built to be lightweight and durable, you can easily adapt it to monitor BungeeCord or server instances.

Try it out!

You can see an up-to-date copy of the master branch running on http://rewrite.minetrack.me

Usage

  1. Customize it by editing the config.json file.
  2. Run npm install.
  3. Run node app.js to boot the system (may need sudo!)

(There's also install.sh and start.sh, but they may not for your installations.)

TODO

  • Add public API (similiar to old server.json)
  • Add ingame server, similiar to old mc.minetrack.me
  • History graphs (database?)