Skip to content

Instantly share code, notes, and snippets.

@roblabla
Created August 14, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roblabla/9d8a5ec6790461cf70b4 to your computer and use it in GitHub Desktop.
Save roblabla/9d8a5ec6790461cf70b4 to your computer and use it in GitHub Desktop.
function createServer({ host = '0.0.0.0',
port = 25565,
'online-mode' : onlineMode = true,
kickTimeout = 10 * 1000,
checkTimeoutInterval = 4 * 1000,
beforePing = null,
keepAlive = true,
motd = "A Minecraft server",
'max-players' : maxPlayers = 20,
} = {}) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment