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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,17 +116,24 @@ The following options can be configured:
116
116
|`Allow Operators`| Do you wish to allow operators or not |`true`|
117
117
|`Auth Mode`| Authentication mode (authenticated or offline) |`authenticated`|
118
118
|`Automatic Update`| Update the hytale server automatically |`true`|
119
+
|`Boot Commands`| A list of commands to run when the server boots. | (empty) |
120
+
|`Enforce Permissions`| Enforce correct file permissions on startup. This may increase startup time. |`false`|
121
+
|`Event Debug`| Enables detailed debug logging for the internal event system. |`false`|
122
+
|`Force Network Flush`| Forces the network buffer to flush immediately. Can help with latency debugging. |`false`|
119
123
|`JVM Arguments`| Additional Java Virtual Machine arguments for advanced configuration. | See egg config |
120
124
|`Leverage Ahead-Of-Time Cache`| The server ships with a pre-trained AOT cache (HytaleServer.aot) that improves boot times by skipping JIT warmup |`true`|
121
125
|`Disable Sentry Crash Reporting`| Disable Sentry during active plugin development. Hytale uses Sentry to track crashes. Disable it to avoid submitting your development errors |`true`|
|`Backup Frequency`| Backup interval in minutes |`30`|
128
+
|`Maximum Backups`| The maximum number of backups to retain. Older backups will be deleted when this limit is reached. |`5`|
124
129
|`Patchline`| What release channel you want to use |`release`|
130
+
|`Persistent Authentication`| Enables caching of authentication tokens. This prevents the need to re-authenticate via the web browser on every server restart. |`ENABLED`|
125
131
|`Memory overhead`| The amount of RAM (in MB) kept aside for the system so the server doesn’t use everything. Java will get the rest. |`0`|
126
132
|`Logger Level`| Sets the logging level for specific components. Use a comma-separated list in the format LoggerName:LEVEL (for example, com.example:INFO) to control how much detail is logged. |`empty`|
127
-
|`Validate Assets`| Causes the server to exit with an error code if assets are invalid. Leave empty to skip validation. |`0`|
133
+
|`Source Query Support`| Automatically installs the Hytale Source Query plugin, allowing external services to query server status. |`false`|
134
+
|`Validate Assets`| Causes the server to exit with an error code if assets are invalid. Leave empty to skip validation. |`false`|
128
135
|`Validate prefabs`| Forces the server to stop and exit with an error if any specified prefab types are invalid. Provide a comma-separated list of prefab categories (e.g. PHYSICS,BLOCKS,BLOCK_STATES,ENTITIES,BLOCK_FILLER) to check. Leave empty to skip validation. |`0`|
129
-
|`Validate world generation`| Causes the server to exit with an error code if world gen is invalid. Leave empty to skip validation. |`0`|
136
+
|`Validate world generation`| Causes the server to exit with an error code if world gen is invalid. Leave empty to skip validation. |`false`|
0 commit comments