From 78e7fd39ba1d769d99eaead72d2f46a375f88d00 Mon Sep 17 00:00:00 2001 From: Sciirof Date: Thu, 30 Apr 2020 22:08:04 +0200 Subject: [PATCH 1/5] Add tekkit classic --- .../tekkit-classic/egg-tekkit-classic.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 minecraft_java/technic/tekkit-classic/egg-tekkit-classic.json 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 From 2724a1884aece7e1a10d234905a13daaa504ff5a Mon Sep 17 00:00:00 2001 From: Sciirof Date: Thu, 30 Apr 2020 22:11:08 +0200 Subject: [PATCH 2/5] Update README.md --- minecraft_java/technic/README.md | 1 + 1 file changed, 1 insertion(+) 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/) From 584515240bcf0106be3cbea0845a6097e30b9646 Mon Sep 17 00:00:00 2001 From: Sciirof Date: Sun, 3 May 2020 16:33:15 +0200 Subject: [PATCH 3/5] Update main minecraft_java README.md --- minecraft_java/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/minecraft_java/README.md b/minecraft_java/README.md index 55d1cc0b..00b06bd0 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-legends) +The official Tekkit Classic modpack. Build factories, automate crafting! ## Tuinity Fork of Paper aimed at improving server performance at high playercounts. From 24673390d91256301d39c3f121abaf9f76ac15a8 Mon Sep 17 00:00:00 2001 From: Geoffrey Everaert Date: Sun, 3 May 2020 16:36:55 +0200 Subject: [PATCH 4/5] Fix tekkit classic link forgot to change the link to point to tekkit-classic directory --- minecraft_java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft_java/README.md b/minecraft_java/README.md index 00b06bd0..b00841d7 100644 --- a/minecraft_java/README.md +++ b/minecraft_java/README.md @@ -65,7 +65,7 @@ Blightfall is a combination modpack and adventure map about surviving on an alie [Tekkit Legends](https://www.technicpack.net/modpack/tekkit-legends) The ancient power of Tekkits past return in this legendary pack! -[Tekkit Classic](https://www.technicpack.net/modpack/tekkit-legends) +[Tekkit Classic](https://www.technicpack.net/modpack/tekkit-classic) The official Tekkit Classic modpack. Build factories, automate crafting! ## Tuinity From d31fca82784fea58f6fb2ff814b93fc169e29dd1 Mon Sep 17 00:00:00 2001 From: Geoffrey Everaert Date: Sun, 3 May 2020 16:37:46 +0200 Subject: [PATCH 5/5] Update tekkit classic link --- minecraft_java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft_java/README.md b/minecraft_java/README.md index b00841d7..b93d1f9e 100644 --- a/minecraft_java/README.md +++ b/minecraft_java/README.md @@ -65,7 +65,7 @@ Blightfall is a combination modpack and adventure map about surviving on an alie [Tekkit Legends](https://www.technicpack.net/modpack/tekkit-legends) The ancient power of Tekkits past return in this legendary pack! -[Tekkit Classic](https://www.technicpack.net/modpack/tekkit-classic) +[Tekkit Classic](https://www.technicpack.net/modpack/tekkit.552560) The official Tekkit Classic modpack. Build factories, automate crafting! ## Tuinity