mirror of
https://github.com/danbulant/flying-squid
synced 2026-05-21 05:08:40 +00:00
11 lines
No EOL
196 B
JavaScript
11 lines
No EOL
196 B
JavaScript
var mcServer=require("..");
|
|
|
|
mcServer.createMCServer({
|
|
motd: "Basic craftyjs server",
|
|
'max-players': 10,
|
|
port: 25565,
|
|
'online-mode': true,
|
|
gameMode:0,
|
|
commands: {},
|
|
logging:false
|
|
}); |