[PR #21] [CLOSED] Add hibernation options to Hytale egg configs #46

Closed
opened 2026-02-05 16:40:31 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NATroutter/egg-hytale/pull/21
Author: @MrLuckyGamer
Created: 1/14/2026
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 02d3a22 Add hibernation monitor and Hytale egg configs
  • e5cbb3d Add hibernation options to Hytale egg configs
  • afe6b3f Merge branch 'main' into main

📊 Changes

5 files changed (+297 additions, -9 deletions)

View changed files

📝 Dockerfile (+5 -1)
📝 egg-hytale.pelican.json (+30 -0)
📝 egg-hytale.pterodactyl.json (+38 -8)
hibernation-monitor.sh (+217 -0)
📝 start.sh (+7 -0)

📄 Description

Introduces new environment variables for enabling server hibernation, setting hibernation timeout, and check interval in both Pelican and Pterodactyl Hytale egg JSON files. In an attempt to reduce server performance when instance is not in use by a player.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NATroutter/egg-hytale/pull/21 **Author:** [@MrLuckyGamer](https://github.com/MrLuckyGamer) **Created:** 1/14/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`02d3a22`](https://github.com/NATroutter/egg-hytale/commit/02d3a227ead3ac601370fc628a6baa8306b8becd) Add hibernation monitor and Hytale egg configs - [`e5cbb3d`](https://github.com/NATroutter/egg-hytale/commit/e5cbb3dceb5a69430b2409d00dc0993a056fc306) Add hibernation options to Hytale egg configs - [`afe6b3f`](https://github.com/NATroutter/egg-hytale/commit/afe6b3f015498c253e759897c50af26e2c9110ed) Merge branch 'main' into main ### 📊 Changes **5 files changed** (+297 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+5 -1) 📝 `egg-hytale.pelican.json` (+30 -0) 📝 `egg-hytale.pterodactyl.json` (+38 -8) ➕ `hibernation-monitor.sh` (+217 -0) 📝 `start.sh` (+7 -0) </details> ### 📄 Description Introduces new environment variables for enabling server hibernation, setting hibernation timeout, and check interval in both Pelican and Pterodactyl Hytale egg JSON files. In an attempt to reduce server performance when instance is not in use by a player. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 16:40:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/egg-hytale#46