mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 06:21:08 +00:00
Release 0.3.1
This commit is contained in:
parent
67a1c2e626
commit
027960abc6
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## 0.3.1
|
||||
* don't login if the client is already ended
|
||||
* make /attach use the selectors, fix UserError, check /tp has one target
|
||||
* create an entity.attach, and add a /pile command
|
||||
* improve tests
|
||||
* fix player.kick, add serv.quit(reason)
|
||||
* fix badges on npm
|
||||
|
||||
## 0.3.0
|
||||
|
||||
* sounds
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "flying-squid",
|
||||
"description": "A minecraft server written in node.js",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"main": "index.js",
|
||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||
"contributors": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue