mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 03:00:46 +00:00
Release 0.3.0
This commit is contained in:
parent
6207010a02
commit
6fc0e318e2
2 changed files with 22 additions and 1 deletions
|
|
@ -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
|
## 0.2.0
|
||||||
*First functional release*
|
*First functional release*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "flying-squid",
|
"name": "flying-squid",
|
||||||
"description": "A minecraft server written in node.js",
|
"description": "A minecraft server written in node.js",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue