diff --git a/minecraft/java/technic/README.md b/minecraft/java/technic/README.md index e255b049..5e1f1426 100644 --- a/minecraft/java/technic/README.md +++ b/minecraft/java/technic/README.md @@ -19,6 +19,7 @@ If you are reading this it looks like you are looking to add an egg to your serv * [Attack of the B-Team](/minecraft/java/technic/attack-of-the-bteam/) * [Blightfall](/minecraft/java/technic/blightfall/) * [Hexxit](/minecraft/java/technic/hexxit/) +* [Tekkit](/minecraft/java/technic/Tekkit/) * [Tekkit Classic](/minecraft/java/technic/tekkit-classic/) * [Tekkit Legends](/minecraft/java/technic/tekkit-legends/) * [The 1.7.10 Pack](/minecraft/java/technic/the-1-7-10-pack/) \ No newline at end of file diff --git a/minecraft/java/technic/Tekkit/README.md b/minecraft/java/technic/Tekkit/README.md new file mode 100644 index 00000000..a691367f --- /dev/null +++ b/minecraft/java/technic/Tekkit/README.md @@ -0,0 +1,9 @@ +# Minecraft: Tekkit + +## 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/Tekkit/egg-tekkit.json b/minecraft/java/technic/Tekkit/egg-tekkit.json new file mode 100644 index 00000000..a7052b26 --- /dev/null +++ b/minecraft/java/technic/Tekkit/egg-tekkit.json @@ -0,0 +1,36 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2020-09-08T08:25:54+02:00", + "name": "Tekkit", + "author": "contact@zennodes.dk", + "description": "Tekkit is set to reignite the same sort of wonder and awe that we all received from booting up Minecraft for the first time. With the skies open, the moon ready to be colonized (by force if need be) and dimensional mysteries to be plied, with tesseracts to be networked, \u201cmeat\u201d to be processed, items to be digitized, and power suits to be manufactured, there is virtually limitless engineering projects to be assembled.", + "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\/tekkitmain\/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": "v1.2.9g-2", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:20" + } + ] +} \ No newline at end of file