Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Diyagi committed Oct 22, 2024
1 parent 42e49db commit ac77651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ These are the arguments you can use to customize server behavior with default va
| PUID | 1000 | The user ID on the host that the container should use for file ownership and permissions. |
| PGID | 1000 | The group ID on the host that the container should use for file ownership and permissions. |
| WORLD_INDEX | 0 | Which world index to use. |
| WORLD_NAME | "" | The name to use for the server. |
| WORLD_NAME | "Core Keeper Server" | The name to use for the server. |
| WORLD_SEED | 0 | The seed to use for a new world. Set to 0 to generate random seed. |
| WORLD_MODE | 0 | Sets the world mode for the world. Can be Normal (0), Hard (1), Creative (2), Casual (4). |
| SEASON | -1 | Overrides current season by setting to any of None (0), Easter (1), Halloween (2), Christmas (3), Valentine (4), Anniversary (5), CherryBlossom (6), LunarNewYear(7) or Normal Date (-1). |
| GAME_ID | "" | Game ID to use for the server. Need to be at least 28 characters and alphanumeric, excluding Y,y,x,0,O. Empty or not valid means a new ID will be generated at start. |
| MAX_PLAYERS | 3 | Maximum number of players that will be allowed to connect to server. |
| MAX_PLAYERS | 10 | Maximum number of players that will be allowed to connect to server. |
| DATA_PATH | "/home/steam/core-keeper-data" | Save file location. |
| DISCORD_HOOK | "" | Webhook url (Edit channel > Integrations > Create Webhook). |
| DISCORD_PRINTF_STR | "%s" | The format string used to generate the content of the Discord webook. |
Expand Down

0 comments on commit ac77651

Please sign in to comment.