mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-07 12:10:46 +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
|
## 0.3.0
|
||||||
|
|
||||||
* sounds
|
* sounds
|
||||||
|
|
|
||||||
|
|
@ -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.3.0",
|
"version": "0.3.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue