diff --git a/README.md b/README.md index e8bebd5..ee930a9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/history.md b/doc/history.md index e6a5923..e11135e 100644 --- a/doc/history.md +++ b/doc/history.md @@ -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 \ No newline at end of file +First version, basic functionalities \ No newline at end of file diff --git a/package.json b/package.json index 28e45c6..ad7e743 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [