How to play

1. Type in your name.
2. Select a server to play.

Frequently Asked Questions

No-one asked these questions but I'll answer them anyways.

How is this secure without accounts?

Servers handle their own accounts. Typically when you join a server, you will be prompted to create a password for your username. No-one can get into your account without that password. Register accounts at your own risk. Do NOT register username + password comboinations you use anywhere else, as malicious server owners could hack you!

How to create a multiplayer server

1. Download MCGalaxy

2. Place in any folder

3. Start the server once, it will create files for you

4. Go inside the properties folder, you will be editing some stuff

5. Open server.properties with any text editor

6. Find verify-names and set it to false

7. Find admin-verification and set it to true

8. Find verify-admin-perm and set it to -20

9. Most importantly, find heartbeat-url and set it to

http://cube.dulm.blue/heartbeat.php

10. Open MCGalaxy.exe for a GUI with buttons. This is easy for a home-hosted server with your friends!

Open MCGalaxyCLI.exe for a command line with no easy buttons. Use this if you're setting up a dedicated server. This uses less resources.

If you're not using Windows, run MCGalaxyCLI.exe through Mono.

What's the difference between dulm.blue/cube and cube.dulm.blue

dulm.blue/cube hosts the server list on a HTTPS secure website. This satisfies search engines.

cube.dulm.blue hosts the game client and heartbeat script on an insecure HTTP server. Traffic is not encrypted. This is necessary because Minecraft Classic is really old and uses HTTP for a lot of things.