You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,12 @@ Before continuing, I wanted to break down and explain the required startup comma
58
58
| `server.ip` | `0.0.0.0` | The IP address to bind the server to. Use `0.0.0.0` to bind to all IPs and network interfaces (most common).
59
59
| `server.port` | `28015` | The UDP port to bind the server to.
60
60
| `server.tickrate` | `10` | The tickrate to run the server at. Increasing this value will consume more resources. Use `10` if you're not sure.
61
-
| `server.hostname` | `` | The server's hostname to use when users are trying to find the server within the server browser (or via A2S queries).
62
-
| `server.identity` | `` | The name of the folder created inside of the `servers/` folder. This folder contains additional configuration files, map saves, player storage, and more.
63
-
|`server.worldsize`| `` | The size of the world when generating a new one. |
64
-
|`server.seed`| `` | The seed to use when generating a new world. |
65
-
|`server.maxplayers`| `` | The maximum amount of players allowed on the server at once. |
61
+
| `server.hostname` | *N/A* | The server's hostname to use when users are trying to find the server within the server browser (or via A2S queries).
62
+
|`server.identity`|*N/A*| The name of the folder created inside of the `servers/` folder. This folder contains additional configuration files, map saves, player storage, and more. |
63
+
|`server.level`|`Procedural Map`| The level to run the server on. |
64
+
|`server.worldsize`|`4000`| The size of the world when generating a new one. |
65
+
|`server.seed`|`8675309`| The seed to use when generating a new world. |
66
+
|`server.maxplayers`|`200`| The maximum amount of players allowed on the server at once. |
66
67
|`rcon.ip`|`0.0.0.0`| The IP to bind the RCON listener to. Use `0.0.0.0` to bind to all IPs and network interfaces (most command). |
67
68
|`rcon.port`|`28016`| The TCP port to bind the RCON listener to. |
68
69
|`rcon.password`|*N/A*| The password required to use RCON (make sure it's secure and **at least** 8 characters in length!). |
0 commit comments