This repository contains Pterodactyl panel-related resources used by TRCloud Studio
-
docker/
: Image building related toolsinstaller/
: For automatically downloading and installing serversruntime/
: Environment required for running servers (including MCDR and related dependencies)
-
template/
: Pterodactyl panel preset configuration files- Includes YAML and JSON format versions
convert.py
: Script for converting between YAML and JSON formats
Note: Only JSON format preset configuration files are supported for import. Do not directly import YAML format files.
- Image Building: Use the tools in the
docker/
directory for server installation and environment configuration - Preset Configuration: Select the required JSON format configuration file from the
template/
directory and import it into the Pterodactyl panel - Format Conversion: If you need to convert YAML format to JSON, please use the
template/convert.py
script
Most of the code in this repository is referenced from Fallen_breath's personal repository: pterodactyl-eggs
All files in this repository are subject to the Apache 2.0 license. For detailed information, please refer to the LICENSE file