Lobby server for Minecraft Classic
Go to file
mattx 3f9768c17a add a bit more to readme 2020-09-12 11:41:39 +02:00
static initial commit 2020-09-12 11:38:01 +02:00
templates initial commit 2020-09-12 11:38:01 +02:00
templates.old initial commit 2020-09-12 11:38:01 +02:00
.gitignore initial commit 2020-09-12 11:38:01 +02:00
README.md add a bit more to readme 2020-09-12 11:41:39 +02:00
app.py initial commit 2020-09-12 11:38:01 +02:00
requirements.txt initial commit 2020-09-12 11:38:01 +02:00
structures.py initial commit 2020-09-12 11:38:01 +02:00

README.md

mclassic-lobby

A lobby server for Minecraft Classic - no registration needed

How to use

  1. Install the requirements with pip install -r requirements.txt
  2. Install any WSGI server you want
  3. Point it at app:app and hope that it works.

FAQ

Why did you make this?

Was bored.

Is it secure?

Should be.

Why are you using md5 for server IDs?

Simply because of the answer below

Why is the server password yet another MD5 hash?

I don't know but that's how the protocol worked... it's from 2010.

Why is there an templates.old directory?

Those are the templates before a friend added styling. And no, I wasn't using Git while doing this.