Skip to content

Commit c1adbaa

Browse files
committed
Added missing options to readme
1 parent fcfafb0 commit c1adbaa

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,17 +116,24 @@ The following options can be configured:
116116
| `Allow Operators` | Do you wish to allow operators or not | `true` |
117117
| `Auth Mode` | Authentication mode (authenticated or offline) | `authenticated` |
118118
| `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` |
119123
| `JVM Arguments` | Additional Java Virtual Machine arguments for advanced configuration. | See egg config |
120124
| `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` |
121125
| `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` |
122126
| `Enable Backups` | Enable automatic backups | `false` |
123127
| `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` |
124129
| `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` |
125131
| `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` |
126132
| `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` |
128135
| `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` |
130137

131138
### First-Time Authentication
132139

0 commit comments

Comments
 (0)