Release 0.2.0

This commit is contained in:
Romain Beaumont 2015-11-01 18:58:17 +01:00
parent cbf04f1c01
commit 84369016a1
3 changed files with 18 additions and 2 deletions

View file

@ -22,6 +22,9 @@ A semi-functional minecraft server in Node.js
* Digging
* Placing blocks
* Player movement
* World generation
* Anvil loading
* Multi-world
## Test server

View file

@ -1,3 +1,16 @@
## 0.2.0
Lot of new functionalities:
* infinite world
* world generation (thanks @JWo1F)
* world loading from anvil files
* improved error handling
* implement kicking and banning (thanks @demipixel)
* using es6
* modpe basic support (thanks @Creeplays)
* better commands : proper commands class instead of just ifs
* enable compression
* multi-world support : overworld + nether (thanks @demipixel)
## 0.1.0
Fist version, basic functionalities
First version, basic functionalities

View file

@ -1,7 +1,7 @@
{
"name": "flying-squid",
"description": "A minecraft server written in node.js",
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",
"author": "mhsjlw <mhsjlw@aol.com>",
"contributors": [