mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-21 07:42:38 +00:00
mhsjlw -> PrismarineJS
This commit is contained in:
parent
7ac0117860
commit
8dc3087d65
3 changed files with 6 additions and 6 deletions
|
|
@ -2,11 +2,11 @@ flying-squid
|
||||||
================
|
================
|
||||||
|
|
||||||
[](http://npmjs.com/package/flying-squid)
|
[](http://npmjs.com/package/flying-squid)
|
||||||
[](https://gitter.im/mhsjlw/flying-squid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/PrismarineJS/flying-squid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](http://wiki.vg/Protocol)
|
[](http://wiki.vg/Protocol)
|
||||||
[](https://img.shields.io/github/issues/mhsjlw/flying-squid.svg)
|
[](https://img.shields.io/github/issues/PrismarineJS/flying-squid.svg)
|
||||||
[](https://circleci.com/gh/mhsjlw/flying-squid)
|
[](https://circleci.com/gh/PrismarineJS/flying-squid)
|
||||||
[](https://gratipay.com/~mhsjlw/)
|
[](https://gratipay.com/~mhsjlw/)
|
||||||
|
|
||||||
A semi-functional minecraft server in Node.js
|
A semi-functional minecraft server in Node.js
|
||||||
|
|
|
||||||
|
|
@ -49,10 +49,10 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/mhsjlw/flying-squid.git"
|
"url": "git://github.com/PrismarineJS/flying-squid.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "http://github.com/mhsjlw/flying-squid/issues"
|
"url": "http://github.com/PrismarineJS/flying-squid/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel": "5.8.23",
|
"babel": "5.8.23",
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ module.exports.player=function(player, serv) {
|
||||||
info: 'to bug report',
|
info: 'to bug report',
|
||||||
usage: '/bug',
|
usage: '/bug',
|
||||||
action() {
|
action() {
|
||||||
return 'Report bugs / issues here: https://github.com/mhsjlw/flying-squid/issues';
|
return 'Report bugs / issues here: https://github.com/PrismarineJS/flying-squid/issues';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue