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. Expanded by whiskers75
There's usually a copy of recent (vanilla) code running on fknsrs.biz:25565 if you just
want to kick the tires without installing anything.
whiskers75/jsmc code will be hosted as soon as someone can find a host.
- Plugins all the way down!
- Cross platform (runs anywhere node.js does)!
- Easy to expand
- Protection system (whiskers75)
- Player data saves (whiskers75)
The latest supported version of Minecraft client is 1.5.2! (Thanks to superjoe30 and SomeoneWeird for the patches!) Please be aware that this project is very far from being a full Minecraft server - there are lots of holes!
Vanilla jsmc code is available via npm:
$ npm install jsmc
whiskers75/miney devel code is available by git:
$ git clone git://github.com/whiskers75/jsmc.git
$ cd jsmc
$ npm install
(and possibly) $ npm install winston (if it's needed)
$ ./server.js config.json
whiskers75/jsmc is licensed under a 3-clause BSD license. A copy is included with the source.
- deoxxa GitHub @deoxxa
- whiskers75 GitHub @whiskers75