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,11 +1,11 @@
|
||||||
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,
|
||||||
gameMode:0,
|
gameMode:0,
|
||||||
commands: {},
|
commands: {},
|
||||||
logging:false
|
logging:false
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue