2015-11-01 22:56:08 -06:00
### Minetrack
2015-11-25 16:46:05 -06:00
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!
2015-12-19 00:08:13 -06:00
You can see an up-to-date copy of the master branch running on http://minetrack.me
2015-11-01 22:56:08 -06:00
#### Usage
2016-02-01 04:41:04 -06:00
1. Make sure everything is correct in ```config.json` ``.
2. Add/remove servers by editing the ```servers.json` `` file.
3. Run ```npm install` ``.
4. Run ```node app.js` `` to boot the system (may need sudo!)
2015-11-09 01:50:45 -06:00
2015-12-10 22:06:27 -06:00
(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.
2015-11-25 16:46:05 -06:00
2016-02-01 05:36:12 -06:00
#### What's being changed?
For the changelog, check out the[CHANGELOG ](CHANGELOG.md ) file.
2016-02-01 04:14:13 -06:00
#### How do I get added?
2016-02-01 04:15:54 -06:00
At the moment, the main "minetrack.me" site is only accepting networks that average roughly 1,000 players at peak for **PC** servers, and 100 players at peak for **PE** servers. This is due to limited capacity and it's functionality. If you fit this description, you're welcome to open a Pull Request adding the network to ```config.json` ``.
2016-02-01 04:14:13 -06:00
2016-02-01 04:41:04 -06:00
Minetrack is designed to be flexible, you're more than welcome to fork/clone it and start your own listing focusing on different networks.
*Smaller networks currently listed have been grandfathered in.*
2015-11-09 01:50:45 -06:00
#### TODO
- Add public API (similiar to old server.json)
2015-12-19 00:08:13 -06:00
- Add ingame server, similiar to old mc.minetrack.me