Recreation of the Blockland master server used in Blockauth. Based off Port's blmaster.
VERSION
tag for differentiating Blockland versions- BLID checks
- Database functionality
- JSON api
Make sure you're running Node.js 12 or later, and have a MongoDB server running somewhere.
Set the MONGO
environment variable to something like db.aheadbl.com:31572/blockauth
, install packages, and do npm start
.
Feel free to clone & send a pull request if you have any changes to make. If you've found any issues, report them here.