Update basic.js

This commit is contained in:
mhsjlw 2015-08-31 16:15:09 -04:00
parent 306191fc1d
commit 3fb5f66132

View file

@ -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
}); });