GitXplorerGitXplorer
d

jsmc

public
82 stars
14 forks
9 issues

Commits

List of commits on branch master.
Unverified
e0ae86009cd386e364991313e21d03da401ebd1a

Merge pull request #21 from superjoe30/patch-2

ddeoxxa committed 12 years ago
Unverified
92074f469a76f8b5d3f773927a90fb29f91fe118

Merge pull request #23 from nickpoorman/master

ddeoxxa committed 12 years ago
Unverified
e1aa678e42dfd33be151cef0a064bc1da58f4032

Merge pull request #24 from nickpoorman/update-protocol-version

ddeoxxa committed 12 years ago
Unverified
bc3e257bb1d8c761e55164e4a870bbfbea4e7a92

changed version in README

nnickpoorman committed 12 years ago
Unverified
1468e0f6a4bc2dd078d82c7b9274596b1eb917a6

updated protocol to version 1.4.6

nnickpoorman committed 12 years ago
Unverified
9b91fbd0cda4b57acfd611554751fdfda7e1b56b

Made recommended changes and fixed serialiser function for setHealth.

nnickpoorman committed 12 years ago

README

The README file for this repository.

jsmc

Haha, who would write a Minecraft server in JavaScript anyway?

Overview

jsmc is designed to be a very flexible, very hackable, moderately performant Minecraft server. It's written in JavaScript and runs well under node.js.

DEMO

There's usually a copy of recent code running on fknsrs.biz:25565 if you just want to kick the tires without installing anything.

Features

  • Plugins all the way down!
  • Cross platform (runs anywhere node.js does)!

Compatibility

The latest supported version of Minecraft client is 1.4.6.

Installation

Available via npm:

$ npm install jsmc

Or via git:

$ git clone git://github.com/deoxxa/jsmc.git
$ cd jsmc
$ npm install

Usage

$ ./server.example.js config.default.json

License

3-clause BSD. A copy is included with the source.

Contact