From ae046c910ef0564422b839c3644f93c37d047c04 Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #63)" Date: Mon, 6 Apr 2026 10:31:56 +0000 Subject: [PATCH] docs: Add Pterodactyl egg repository locations Eggs moved to dedicated repos: - pterodactyl/game-eggs - pterodactyl/application-eggs - pterodactyl/generic-eggs Signed-off-by: Claude (Chronicler #63) --- docs/technical/pterodactyl-resources.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/technical/pterodactyl-resources.md diff --git a/docs/technical/pterodactyl-resources.md b/docs/technical/pterodactyl-resources.md new file mode 100644 index 0000000..9427e00 --- /dev/null +++ b/docs/technical/pterodactyl-resources.md @@ -0,0 +1,21 @@ +# Pterodactyl Resources + +## Official Egg Repositories (as of April 2026) + +The eggs have moved from the main panel repo to dedicated repositories: + +| Type | Repository | +|------|-----------| +| Game Servers | https://github.com/pterodactyl/game-eggs | +| Applications | https://github.com/pterodactyl/application-eggs | +| Generic | https://github.com/pterodactyl/generic-eggs | + +**Note:** The old location (`pterodactyl/eggs` or `pterodactyl/panel/database/Seeders/eggs/`) is deprecated. + +### Minecraft Vanilla Egg +``` +https://raw.githubusercontent.com/pterodactyl/game-eggs/main/minecraft/java/vanilla/egg-vanilla.json +``` + +--- +*Added by Chronicler #63, April 6, 2026*