mirror of
https://github.com/danbulant/flying-squid
synced 2026-09-20 06:33:59 +00:00
Update basic.js
This commit is contained in:
parent
306191fc1d
commit
3fb5f66132
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
var mcServer=require("..");
|
var mcServer=require("..");
|
||||||
|
|
||||||
mcServer.createMCServer({
|
mcServer.createMCServer({
|
||||||
motd: "Basic craftyjs server",
|
motd: "Basic flying-squid server",
|
||||||
'max-players': 10,
|
'max-players': 10,
|
||||||
port: 25565,
|
port: 25565,
|
||||||
'online-mode': true,
|
'online-mode': true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue