We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Config.default
• new default()
• port: number = 25565
number
25565
Config.ts:5
• shutdownKickReason: string = "Server closed"
string
"Server closed"
Kick reason for when the server is shutting down
Config.ts:10
▸ Static fromFile(file): Promise<default>
Static
file
Promise
default
Get a Config instance from a json file
Promise<default>
a promise that resolves to a Config instance
Config.ts:17