Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 999c6d7

Browse files
author
Dankrushen
authored
Update README.md
1 parent c93c52d commit 999c6d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The arguments available for running MultiAdmin with
5757
- `--headless` or `-h`: Runs MultiAdmin in headless mode, this makes MultiAdmin not accept any input at all and only output to log files, not in console (Note: This argument is inherited by processes started by this MultiAdmin process)
5858
- `--server-id <Server ID>` or `-id <Server ID>`: The Server ID to run this MultiAdmin instance with a config location (`--config` or `-c`) so that it reads the configs from the location, but stores the logs in the Server ID's folder
5959
- `--config <Config Location>` or `-c <Config Location>`: The config location to use for this MultiAdmin instance (Note: This is used over the config option `config_location`)
60-
- `--port <Server Port>` or `-p <Server Port>`: The port to use for this MultiAdmin instance (Preparing for next game release, currently does nothing) (Note: This is used over the config option `port` and is inherited by processes started by this MultiAdmin process)
60+
- `--port <Server Port>` or `-p <Server Port>`: The port to use for this MultiAdmin instance (Note: This is used over the config option `port` and is inherited by processes started by this MultiAdmin process)
6161

6262
## Config Settings
6363
All configuration settings go into a file named `scp_multiadmin.cfg` in the same directory as MultiAdmin.exe or in your server directory within the `servers_folder` value defined in the global configuration file
@@ -73,7 +73,7 @@ multiadmin_debug_log | Boolean | True | Enables MultiAdmin debug logging, this l
7373
multiadmin_debug_log_blacklist | String List | ProcessFile, StringMatches | Which tags to block for MultiAdmin debug logging
7474
multiadmin_debug_log_whitelist | String List | **Empty** | Which tags to log for MultiAdmin debug logging (Defaults to logging all if none are provided)
7575
use_new_input_system | Boolean | True | Whether to use the new input system, if false, the original input system will be used
76-
port | Unsigned Integer | 7777 | The port for the server to use (Preparing for next game release, currently does nothing)
76+
port | Unsigned Integer | 7777 | The port for the server to use
7777
copy_from_folder_on_reload | String | **Empty** | The location of a folder to copy files from into the folder defined by `config_location` whenever the configuration file is reloaded
7878
folder_copy_whitelist | String List | **Empty** | The list of file names to copy from the folder defined by `copy_from_folder_on_reload` (accepts `*` wildcards)
7979
folder_copy_blacklist | String List | **Empty** | The list of file names to not copy from the folder defined by `copy_from_folder_on_reload` (accepts `*` wildcards)

0 commit comments

Comments
 (0)