Optional
cliOptional
disabledThe host key of the Brick Hill set.
Optional
ipIP to bind the server to (Default 127.0.0.1 on local, 0.0.0.0 otherwise)
A boolean indicating if the server is locally hosted or not. Uses port 42480 by default.
Port forwarding is not required
false
Optional
mapThe name of the brk file to be hosted. (ex: hello.brk
)
Optional
mapThe file path to server's map folder.
Optional
modulesAn array containing the names of npm modules / core node.js modules you want to compile from host, and use inside the VM context.
You can require them with getModule
The port the server will be running on. (Default is 42480).
Optional
postWhether or not the server will be posted to the games page.
Optional
recursiveIf enabled, all files (even inside of folders) in user_scripts will be loaded recursively
Optional
scriptsA link to your scripts directory. ex: (/myfolder/user_scripts
)
An array containing the names of core scripts you do not want to run.
For ex:
["admin.js"]
You can use
["*"]
to disable ALL core scripts.Default
true