Release 0.3.0

This commit is contained in:
Romain Beaumont 2015-12-11 01:25:53 +01:00
parent 6207010a02
commit 6fc0e318e2
2 changed files with 22 additions and 1 deletions

View file

@ -1,3 +1,24 @@
## 0.3.0
* sounds
* lot of use of destructuring in the code
* handle view distance properly
* entities : spawning, physics, some sounds
* block drops
* refactoring : serv/player/entity plugins together
* lot of new commands :
/summon, /spawn, /spawnObject, /kill, /attach, /teleport (thanks @azastrael), /op, /deop, /ban-ip, /pardon-ip, /xp
* entity properties directly in player
* proper plugins handling
* behaviors
* player inventory (thanks @109C)
* tests using mineflayer
* unload chunks
* xp
* selectors
* ip ban (thanks @109C)
* improve /help command
## 0.2.0
*First functional release*

View file

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