Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

spawnfest/beam-craft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beam-craft

by Lobsters

Introduction

This is a simple Minecraft Classic server written in Elixir. It is compatable with the ClassicSharp client.

The current test server is live at minecraft.burnwillows.net.

Running The Server

	$ git clone https://github.com/spawnfest/beam-craft
	$ cd beam-craft
	$ mix deps.get
	$ mix run --no-halt

By default the server starts on port 5555 and listens on 0.0.0.0.

Running The Client

Windows

Use the Windows release provided at the ClassicSharp website.

Mac OS X / Linux

Use the Mac OS X / Linux release provided at the ClassicSharp website under Wine. To get all of the assets first run the launcher, then invoke the client directly like wine ClassicalSharp.exe <username> <password> <ip> <port>.

Useful links