mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-07-15 21:47:20 +03:00
Updated default JVM_ARGS to suggested ones by "Stereo528" in pr 16
Updated readme
This commit is contained in:
26
README.md
26
README.md
@@ -44,10 +44,28 @@ When a new version of the egg is released, follow these steps to update:
|
||||
|
||||
### Pelican Panel
|
||||
|
||||
1. Download the latest [egg-hytale.pelican.json](egg-hytale.pelican.json) file from this repository
|
||||
2. In your Pelican Panel, navigate to **Admin Panel** > **Eggs**
|
||||
3. Click the "Hytale" egg from the list
|
||||
4. Click **Import** on top right and select the downloaded JSON file
|
||||
**Important:** Pelican cannot update eggs that have active servers. Choose one of these methods:
|
||||
|
||||
#### Method 1: Full Reinstall
|
||||
|
||||
1. **Backup your server files** - Download all important data from `/home/container`
|
||||
2. **Delete all servers** using the Hytale egg
|
||||
3. **Delete the old egg** from **Admin Panel** > **Eggs**
|
||||
4. Download the latest [egg-hytale.pelican.json](egg-hytale.pelican.json) file from this repository
|
||||
5. **Import the new egg** via **Admin Panel** > **Eggs** > **Import**
|
||||
6. **Recreate your servers** and restore your backed-up files
|
||||
|
||||
#### Method 2: Manual Update (Advanced)
|
||||
|
||||
1. Download the latest [egg-hytale.pelican.json](egg-hytale.pelican.json) file
|
||||
2. Open both the new egg file and your current egg in a text editor
|
||||
3. Compare the files and manually copy changes to your egg:
|
||||
- Navigate to **Admin Panel** > **Eggs** > Click on the Hytale egg
|
||||
- Update **Docker Images**, **Startup Command**, **Configuration Files**, and **Variables** sections
|
||||
- Pay special attention to new variables or changed default values
|
||||
4. Save changes and restart your servers
|
||||
|
||||
> **Note:** Method 2 requires careful attention to avoid configuration errors. Always backup before making changes.
|
||||
|
||||
### Pterodactyl Panel
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
|
||||
"version": "PTDL_v2",
|
||||
"update_url": "https:\/\/raw.githubusercontent.com\/NATroutter\/egg-hytale\/refs\/heads\/main\/egg-hytale.pterodactyl.json"
|
||||
},
|
||||
"exported_at": "2026-01-14T16:59:30+02:00",
|
||||
"exported_at": "2026-01-14T18:03:32+02:00",
|
||||
"name": "Hytale",
|
||||
"author": "contact@natroutter.fi",
|
||||
"description": "Hytale is a block-based sandbox game that blends creative building with RPG adventure. Explore procedurally generated worlds filled with unique biomes, dungeons, and creatures. Build anything from simple homes to grand castles, craft items, and battle monsters. Create custom content with built-in modding tools, host your own servers, and shape the experience with plugins and mods. Play solo or with friends in a world designed for both creation and exploration.\r\n\r\nCredits:\r\n- Made by NATroutter\r\n- https:\/\/natroutter.fi\r\n- https:\/\/github.com\/NATroutter",
|
||||
@@ -114,7 +114,7 @@
|
||||
"name": "JVM Arguments",
|
||||
"description": "Additional Java Virtual Machine arguments for advanced configuration.\r\n\r\nWarning: Improper JVM settings can lead to poor performance, crashes, or failure to start. Only modify if you understand what these parameters do.",
|
||||
"env_variable": "JVM_ARGS",
|
||||
"default_value": "-XX:+UseZGC -XX:+UseCompactObjectHeaders -XX:-ZUncommit -XX:+UseStringDeduplication",
|
||||
"default_value": "-XX:+UseG1GC -XX:+UseCompactObjectHeaders -XX:+UseStringDeduplication",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "nullable|string",
|
||||
|
||||
Reference in New Issue
Block a user