Skip to content

Commit f725f50

Browse files
committed
Update startup commands.
1 parent fe586dd commit f725f50

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ Before continuing, I wanted to break down and explain the required startup comma
5858
| `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).
5959
| `server.port` | `28015` | The UDP port to bind the server to.
6060
| `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. |
6667
| `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). |
6768
| `rcon.port` | `28016` | The TCP port to bind the RCON listener to. |
6869
| `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

Comments
 (0)