publicStringInvalid_server_run_mode="Invalid server run mode.";
publicStringServer_run_mode="Server run mode must be 'HYBRID', 'DISPATCH_ONLY', or 'GAME_ONLY'. Unable to start Grasscutter...";
publicStringShutting_down="Shutting down...";
publicStringStart_done="Done! For help, type \"help\"";
publicStringDispatch_mode_not_support_command="Commands are not supported in dispatch only mode.";
publicStringCommand_error="Command error:";
publicStringerror="An error occurred.";
publicStringgrasscutter_is_free="Grasscutter is FREE software. If you have paid for this, you may have been scammed. Homepage: https://github.com/Grasscutters/Grasscutter";
publicStringGame_start_port="Game Server started on port %s";
publicStringClient_connect="Client connected from %s";
publicStringClient_disconnect="Client disconnected from %s";
publicStringNot_load_keystore="[Dispatch] Unable to load keystore. Trying default keystore password...";
publicStringUse_default_keystore="[Dispatch] The default keystore password was loaded successfully. Please consider setting the password to 123456 in config.json.";
publicStringLoad_keystore_error="[Dispatch] Error while loading keystore!";
publicStringNot_find_ssl_cert="[Dispatch] No SSL cert found! Falling back to HTTP server.";
publicStringSendMail_usage="Usage: give [player] <itemId|itemName> [amount]";
publicStringSendMail_user_not_exist="The user with an id of '%s' does not exist";
publicStringSendMail_start_composition="Starting composition of message.\nPlease use `/sendmail <title>` to continue.\nYou can use `/sendmail stop` at any time";
httpServer.raw().config.precompressStaticFiles=false;// If this isn't set to false, files such as images may appear corrupted when serving static files