diff --git a/minecraft_java/README.md b/minecraft_java/README.md index 55d1cc0b..b93d1f9e 100644 --- a/minecraft_java/README.md +++ b/minecraft_java/README.md @@ -63,7 +63,10 @@ Gear up and set forth on a campaign worthy of legend, for Hexxit has been uneart Blightfall is a combination modpack and adventure map about surviving on an alien planet. [Tekkit Legends](https://www.technicpack.net/modpack/tekkit-legends) -The ancient power of Tekkits past return in this legendary pack! +The ancient power of Tekkits past return in this legendary pack! + +[Tekkit Classic](https://www.technicpack.net/modpack/tekkit.552560) +The official Tekkit Classic modpack. Build factories, automate crafting! ## Tuinity Fork of Paper aimed at improving server performance at high playercounts. diff --git a/minecraft_java/technic/README.md b/minecraft_java/technic/README.md index 4f2e1e57..8ff73a6b 100644 --- a/minecraft_java/technic/README.md +++ b/minecraft_java/technic/README.md @@ -20,3 +20,4 @@ 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/) +* [Tekkit Classic](/minecraft_java/technic/tekkit-classic/) diff --git a/minecraft_java/technic/tekkit-classic/egg-tekkit-classic.json b/minecraft_java/technic/tekkit-classic/egg-tekkit-classic.json new file mode 100644 index 00000000..d225188f --- /dev/null +++ b/minecraft_java/technic/tekkit-classic/egg-tekkit-classic.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-30T21:51:06+02:00", + "name": "Tekkit Classic", + "author": "geoffrey@remedygaming.net", + "description": "Created by the Technic team, Tekkit Classic is a modpack for the record breaking sandbox construction game Minecraft. \r\nIt brings together some of the best mods from the Minecraft community for automating, industrializing and powering your worlds and bundles them into one easy download!", + "image": "quay.io\/pterodactyl\/core:java", + "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar Tekkit.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 }\r\n }\r\n}", + "startup": "{\r\n \"done\": \")! For help, type \"\r\n}", + "logs": "{}", + "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:\/\/servers.technicpack.net\/Technic\/servers\/tekkit\/Tekkit_Server_$MODPACK_VERSION.zip -o Tekkit_Server_$MODPACK_VERSION.zip\r\n\r\nunzip Tekkit_Server_$MODPACK_VERSION.zip\r\n\r\nrm -rf Tekkit_Server_$MODPACK_VERSION.zip\r\n\r\nrm launch.bat\r\n\r\nrm launch.sh\r\n\r\nif [ ! -f server.properties ]; then\r\n echo -e \"Downloading MC server.properties\"\r\n curl -o server.properties https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/minecraft_java\/server.properties\r\nfi", + "container": "alpine:3.9", + "entrypoint": "ash" + } + }, + "variables": [ + { + "name": "Modpack Version", + "description": "", + "env_variable": "MODPACK_VERSION", + "default_value": "3.1.2", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:20" + } + ] +} \ No newline at end of file