Minetrack/README.md

34 lines
1.5 KiB
Markdown
Raw Normal View History

### 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!
2016-02-24 01:44:15 +00:00
You can see an up-to-date copy of the production branch running on https://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
2016-02-01 10:41:04 +00: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 07:50:45 +00:00
2015-12-11 04:06:27 +00: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.
#### What's being changed?
2016-02-01 11:36:41 +00:00
For the changelog, check out the [CHANGELOG](CHANGELOG.md) file.
2016-02-24 01:39:36 +00:00
#### How do I get added to minetrack.me?
2016-04-01 19:25:24 +00:00
Networks that get added to the main "minetrack.me" are purely at my discretion. This is due to limited capacity and it's functionality.
2016-02-01 10:14:13 +00:00
2016-02-01 10:41:04 +00: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 07:50:45 +00:00
#### TODO
- Add public API (similiar to old server.json)
2015-12-19 06:08:13 +00:00
- Add ingame server, similiar to old mc.minetrack.me