"_comment":"DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta":{
"version":"PTDL_v1"
},
"exported_at":"2020-07-15T18:19:27-04:00",
"name":"FTB-modpacks.ch Server",
"author":"runemaster580@gmail.com",
"description":"Since the release of the FTB APP, FTB modpacks are now distributed through modpacks.ch. This egg was developed for support for modpacks that are distributed through this.",
"description":"the search term for finding the modpack. needs to be at least 4 characters long.\r\nFind out what term is needed by using the ftb app and searching with the term. make sure it only returns 1 result.\r\ncan also be searched for via: https:\/\/api.modpacks.ch\/public\/modpack\/search\/8?term={SEARCHTERM}\r\n\r\nonly needed if the modpack id and modpack version id is unknown.",
"env_variable":"FTB_SEARCH_TERM",
"default_value":"",
"user_viewable":1,
"user_editable":1,
"rules":"nullable|string|max:99|min:4"
},
{
"name":"FTB modpack ID",
"description":"The FTB Api modpack ID.\r\nNeeded if not using the search variable\r\n\r\nExample: FTB Interactions ID is 5.\r\nhttps:\/\/api.modpacks.ch\/public\/modpack\/5",
"env_variable":"FTB_MODPACK_ID",
"default_value":"",
"user_viewable":1,
"user_editable":1,
"rules":"nullable|string|max:20"
},
{
"name":"FTB Pack Version",
"description":"what version of the modpack to install. leave empty if using the modpack version id variable.",
"env_variable":"FTB_VERSION_STRING",
"default_value":"",
"user_viewable":1,
"user_editable":1,
"rules":"nullable|string|max:20"
},
{
"name":"FTB Pack Version ID",
"description":"The modpack api version ID.\r\nneeded if not using the string for the version.\r\n\r\nExample FTB Revelations version id for version \"2.0.2\" is 86.\r\nwhich would come out as: https:\/\/api.modpacks.ch\/public\/modpack\/5\/86",