mirror of
https://github.com/BeamMP/Docs.git
synced 2026-04-02 22:16:26 +00:00
Update create-a-server.md
Change .toml info note
This commit is contained in:
@@ -191,7 +191,11 @@ Description = "Total Random Beam MP Server"
|
|||||||
ResourceFolder = "Resources"
|
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 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:
|
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`.
|
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**
|
### **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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user