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*