Minetrack makes it easy to keep an eye on your favorite Minecraft servers.
https://mc.fascinated.cc/
a90d6faf45
I added caret version ranges to big packages because there are no breaking changes in a patch update. Taken from npm: Allows changes that do not modify the left-most non-zero digit in the [major, minor, patch] tuple. In other words, this allows patch and minor updates for versions 1.0.0 and above, patch updates for versions 0.X >=0.1.0, and no updates for versions 0.0.X. [More](https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004) |
||
---|---|---|
assets | ||
docs | ||
lib | ||
scripts | ||
.gitignore | ||
app.js | ||
config.json | ||
gulpfile.js | ||
LICENSE | ||
minecraft.json | ||
package.json | ||
README.md | ||
servers.json |
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 production branch running on http://minetrack.me
"master" branch contains everything you need to start your own copy. "production" branch is what's used in the production environment of the minetrack.me site.
Usage
- Make sure everything is correct in
config.json
. - Add/remove servers by editing the
servers.json
file. - Run
npm install
. - Run
node app.js
to boot the system (may need sudo!)
(There's also install.sh
and start.sh
, but they may not work for your OS.)
Database logging is disabled by default. You can enable it in config.json
by setting logToDatabase
to true.
This requires sqlite3 drivers to be installed.
What's being changed?
For the changelog, check out the CHANGELOG file.