diff --git a/docs/en/server/create-a-server.md b/docs/en/server/create-a-server.md index 4f4747e6..983d39f6 100644 --- a/docs/en/server/create-a-server.md +++ b/docs/en/server/create-a-server.md @@ -191,7 +191,11 @@ Description = "Total Random Beam MP Server" ResourceFolder = "Resources" ``` -This is your configuration file. It uses a format called TOML. Refer to the [Server Maintenance](server-maintenance.md) section for more info on this file. +!!! info + + This is your configuration file. It uses a format called TOML. Refer to the [Server Maintenance](server-maintenance.md) section for more info on this file and the variables. + Your server will **NOT** show in the server list as long as `Private = true`. _If_ you want it to show in the list, set that to **`Private = false`**. + For now, we only care about the `AuthKey` field. Between the quotes `''`, you want to paste in your AuthKey you copied in the first step. For our example key, it should then look like this: @@ -202,10 +206,6 @@ Give your server a name, too, in the `Name` field. You can format this with colo If you picked a different **Port** other than **30814**, make sure to replace it here under `Port`. -!!! info - - Your server will **NOT** show in the server list as long as `Private = true`. _If_ you want it to show in the list, set that to **`Private = false`**. - ### **5. Validation** Now run your server again, and see if it spits out any more `[ERROR]` or `[WARN]` messages. The server should stay open now. In the following steps (6.) below you can find out how to join the server.