mirror of
https://github.com/danbulant/flying-squid
synced 2026-09-18 05:34:14 +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("..");
|
||||
|
||||
mcServer.createMCServer({
|
||||
motd: "Basic craftyjs server",
|
||||
motd: "Basic flying-squid server",
|
||||
'max-players': 10,
|
||||
port: 25565,
|
||||
'online-mode': true,
|
||||
gameMode:0,
|
||||
commands: {},
|
||||
logging:false
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue