diff --git a/minecraft_java/technic/README.md b/minecraft_java/technic/README.md index 8ff73a6b..dd6127a4 100644 --- a/minecraft_java/technic/README.md +++ b/minecraft_java/technic/README.md @@ -20,4 +20,5 @@ If you are reading this it looks like you are looking to add an egg to your serv * [Hexxit](/minecraft_java/technic/hexxit/) * [Tekkit Legends](/minecraft_java/technic/tekkit-legends/) * [Attack of the B-Team](/minecraft_java/technic/attack-of-the-bteam/) +* [The 1.7.10 Pack](/minecraft_java/technic/the-1-7-10-pack/) * [Tekkit Classic](/minecraft_java/technic/tekkit-classic/) diff --git a/minecraft_java/technic/the-1-7-10-pack/README.MD b/minecraft_java/technic/the-1-7-10-pack/README.MD new file mode 100644 index 00000000..117f3b69 --- /dev/null +++ b/minecraft_java/technic/the-1-7-10-pack/README.MD @@ -0,0 +1,13 @@ +# Minecraft: The 1.7.10 Pack + +A very good modpack! + +https://www.technicpack.net/modpack/the-1710-pack.453902 + +## Server Ports +The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server. + + +| Port | default | +|-------|---------| +| Game | 25565 | diff --git a/minecraft_java/technic/the-1-7-10-pack/egg-the1-7-10-pack.json b/minecraft_java/technic/the-1-7-10-pack/egg-the1-7-10-pack.json new file mode 100644 index 00000000..519e1be4 --- /dev/null +++ b/minecraft_java/technic/the-1-7-10-pack/egg-the1-7-10-pack.json @@ -0,0 +1,36 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2020-04-19T18:58:27+02:00", + "name": "The 1.7.10 Pack", + "author": "contact@sweplox.se", + "description": "The 1.7.10 Pack", + "image": "quay.io\/pterodactyl\/core:java", + "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar forge-*.jar", + "config": { + "files": "{\r\n \"server.properties\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"server-ip\": \"0.0.0.0\",\r\n \"server-port\": \"{{server.build.default.port}}\",\r\n \"query.port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}", + "startup": "{\r\n \"done\": \")! For help, type \",\r\n \"userInteraction\": [\r\n \"Go to eula.txt for more info.\"\r\n ]\r\n}", + "logs": "{\r\n \"custom\": false,\r\n \"location\": \"logs\/latest.log\"\r\n}", + "stop": "stop" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/ash\r\n# Forge Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\ncurl -sS http:\/\/solder.endermedia.com\/repository\/downloads\/the-1710-pack\/the-1710-pack_$MODPACK_VERSION.zip -o the-1710-pack_$MODPACK_VERSION.zip\r\n\r\nunzip the-1710-pack_$MODPACK_VERSION.zip\r\n\r\nrm -rf the-1710-pack_$MODPACK_VERSION.zip", + "container": "alpine:3.9", + "entrypoint": "ash" + } + }, + "variables": [ + { + "name": "Modpack Version", + "description": "Version of the modpack to use", + "env_variable": "MODPACK_VERSION", + "default_value": "0.9.8d", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:20" + } + ] +} \ No newline at end of file