From 3dcbafb87ede2f41af751c6ddec0db525c78d9b2 Mon Sep 17 00:00:00 2001 From: NATroutter Date: Tue, 20 Jan 2026 20:54:30 +0200 Subject: [PATCH 1/2] Fixed wrong default port for source quary in both eggs --- egg-hytale.pelican.json | 2 +- egg-hytale.pterodactyl.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egg-hytale.pelican.json b/egg-hytale.pelican.json index 834b856..66074d8 100644 --- a/egg-hytale.pelican.json +++ b/egg-hytale.pelican.json @@ -363,7 +363,7 @@ "name": "Source Query Listening Port", "description": "Specifies the port used by the Source Query service to handle A2S requests. This must be separate from the main game port. By default, it is set to the game port plus one.", "env_variable": "QUERY_PORT", - "default_value": "5021", + "default_value": "5521", "user_viewable": true, "user_editable": true, "rules": [ diff --git a/egg-hytale.pterodactyl.json b/egg-hytale.pterodactyl.json index d3801cb..a9329cd 100644 --- a/egg-hytale.pterodactyl.json +++ b/egg-hytale.pterodactyl.json @@ -254,7 +254,7 @@ "name": "Source Query Listening Port", "description": "Specifies the port used by the Source Query service to handle A2S requests. This must be separate from the main game port. By default, it is set to the game port plus one.", "env_variable": "QUERY_PORT", - "default_value": "5021", + "default_value": "5521", "user_viewable": true, "user_editable": true, "rules": "required|integer|between:1,65535", From 10e5c9d2a01cf8801f1403c88496e853a32e4ac1 Mon Sep 17 00:00:00 2001 From: NATroutter Date: Wed, 21 Jan 2026 20:44:30 +0200 Subject: [PATCH 2/2] Added version question to bug issue tempalte --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2218d3e..fa1895c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -84,6 +84,20 @@ body: validations: required: true + - type: dropdown + id: latest-version + attributes: + label: Are you using the latest version of the egg? + description: | + Have you re-imported the egg from this repository recently? + Check the latest commit date on GitHub to see if there have been updates since you installed it. + options: + - Yes, I just re-imported the egg + - I'm not sure / I haven't checked + - No, I'm using an older version + validations: + required: true + - type: dropdown id: stage attributes: