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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ These are the arguments you can use to customize server behavior with default va
101
101
| SERVER_IP | No Default | Only used if port is set. Sets the address that the server will bind to. Supports ipv4 and ipv6 addresses. If not set, default value 0.0.0.0 is used, which will accept connections from any internal ip. |
102
102
| SERVER_PORT | No Default | Port used for direct connection mode. **Setting an value to this will cause the server behaviour to change!** [See Network Mode](#network-mode) |
103
103
| PASSWORD | No Default | Password players should use when trying to join using direct connections. Maximum length password can be 28 characters. If omitted or invalid, a random password will be generated.|
104
+
| ACTIVATE_CONTENT | "" | Comma separated list to turn on biomes for worlds created prior to v1.1. Valid values are `GiantCicadaBossDungeon`, `NatureBiomeCicadas`, `GuaranteedOases`, `BiomeStatues`, and `AbioticFactor`. Once enabled, they cannot be disabled! |
105
+
| ACTIVATE_ALL_CONTENT | false | Same as `ACTIVATE_CONTENT` but activates all content bundles. |
104
106
| ALLOW_ONLY_PLATFORM | No Default | Allow only players from given platform. If not set all platforms are allowed. Has no effect unless -port is also set enabling Direct Connections. Can be Steam (1), Epic (2), Microsoft (3), GOG (4). |
| DISCORD_PLAYER_JOIN_ENABLED | true | Enable/Disable message on player join |
@@ -123,8 +125,6 @@ These are the arguments you can use to customize server behavior with default va
123
125
| MODIO_API_KEY | "" | mod.io API key |
124
126
| MODIO_API_URL | "" | mod.io API path |
125
127
| MODS | "" | List of mods to install |
126
-
| ACTIVATE_CONTENT | "" | Comma separated list to turn on biomes for worlds created prior to v1.1. Valid values are `GiantCicadaBossDungeon`, `NatureBiomeCicadas`, `GuaranteedOases`, and `AbioticFactor`. Once enabled, they cannot be disabled! |
127
-
128
128
## Mod Support
129
129
130
130
The container supports automatically installing mods from [mod.io](https://mod.io/g/corekeeper).
0 commit comments