OptionalcliOptionaldisabledThe host key of the Brick Hill set.
OptionalipIP 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
OptionalmapThe name of the brk file to be hosted. (ex: hello.brk)
OptionalmapThe file path to server's map folder.
OptionalmodulesAn 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).
OptionalpostWhether or not the server will be posted to the games page.
OptionalrecursiveIf enabled, all files (even inside of folders) in user_scripts will be loaded recursively
OptionalscriptsA 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.