From 46a6c7e21c6dcd1077a628dca911ee2b9be21eed Mon Sep 17 00:00:00 2001 From: NATroutter Date: Wed, 14 Jan 2026 17:37:26 +0200 Subject: [PATCH] Improved the note message in initial setup Updated readme to include new options and include caution about authentication --- README.md | 7 +++++++ entry.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 064842d..a94db9d 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,18 @@ The following options can be configured: | `Backup Frequency` | Backup interval in minutes | `30` | | `Patchline` | What release channel you want to use | `release` | | `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` | +| `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` | +| `Validate Assets` | Causes the server to exit with an error code if assets are invalid. Leave empty to skip validation. | `0` | +| `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` | +| `Validate world generation` | Causes the server to exit with an error code if world gen is invalid. Leave empty to skip validation. | `0` | ### First-Time Authentication During the first start, the Hytale downloader will require authentication with your Hytale account. You'll see output similar to this in the console: +> [!CAUTION] +> **You must have purchased Hytale on the account you are using to authenticate.** + ```txt Please visit the following URL to authenticate: https://oauth.accounts.hytale.com/oauth2/device/verify?user_code=XXXXXXXX diff --git a/entry.sh b/entry.sh index 15338d7..177a5f4 100644 --- a/entry.sh +++ b/entry.sh @@ -335,7 +335,7 @@ if [ ! -f ".hytale-downloader-credentials.json" ]; then echo " " echo "════════════════════════════════════════════════════════════════" - echo " NOTE: You must own Hytale with the account you authenticate" + echo " NOTE: You must have purchased Hytale on the account you are using to authenticate." echo "════════════════════════════════════════════════════════════════" echo " "