From 5603dbcc747367e21ad1bef1cb34f2868d145f11 Mon Sep 17 00:00:00 2001 From: Arnaud Lier Date: Sun, 2 Jun 2019 11:30:53 +0200 Subject: [PATCH 1/3] Create egg-attack-of-the-b--team.json --- .../egg-attack-of-the-b--team.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 minecraft_java/technic/attack-of-the-bteam/egg-attack-of-the-b--team.json diff --git a/minecraft_java/technic/attack-of-the-bteam/egg-attack-of-the-b--team.json b/minecraft_java/technic/attack-of-the-bteam/egg-attack-of-the-b--team.json new file mode 100644 index 00000000..f38046e3 --- /dev/null +++ b/minecraft_java/technic/attack-of-the-bteam/egg-attack-of-the-b--team.json @@ -0,0 +1,36 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2019-06-02T11:29:46+02:00", + "name": "Attack of the B-Team", + "author": "support@pterodactyl.io", + "description": "This modpack was designed with one thing in mind, crazy mad science! With the help of the B-Team we hand picked the wackiest mods we could find and shoved them all in a modpack for you guys. The result is Attack of the B-Team!", + "image": "quay.io\/pterodactyl\/core:java", + "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar BTeam.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:\/\/servers.technicpack.net\/Technic\/servers\/bteam\/BTeam_Server_v$MODPACK_VERSION.zip -o BTeam_Server_v$MODPACK_VERSION.zip\r\n\r\nunzip BTeam_Server_v$MODPACK_VERSION.zip\r\n\r\nrm -rf BTeam_Server_v$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": "1.0.12c", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:20" + } + ] +} From ee8bd5c21a38724c611600e978af233d4fb7f8e9 Mon Sep 17 00:00:00 2001 From: Arnaud Lier Date: Sun, 2 Jun 2019 11:33:19 +0200 Subject: [PATCH 2/3] Create README.MD --- minecraft_java/technic/attack-of-the-bteam/README.MD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 minecraft_java/technic/attack-of-the-bteam/README.MD diff --git a/minecraft_java/technic/attack-of-the-bteam/README.MD b/minecraft_java/technic/attack-of-the-bteam/README.MD new file mode 100644 index 00000000..f5bc5be3 --- /dev/null +++ b/minecraft_java/technic/attack-of-the-bteam/README.MD @@ -0,0 +1,11 @@ +# Minecraft: Attack of the B Team + +A very good modpack! + +## 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 | From 8ec037589ad76e55d964f6704f749c9a5ab52ce4 Mon Sep 17 00:00:00 2001 From: Arnaud Lier Date: Mon, 10 Jun 2019 21:37:29 +0200 Subject: [PATCH 3/3] Create README.md --- minecraft_java/technic/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 minecraft_java/technic/README.md diff --git a/minecraft_java/technic/README.md b/minecraft_java/technic/README.md new file mode 100644 index 00000000..4f2e1e57 --- /dev/null +++ b/minecraft_java/technic/README.md @@ -0,0 +1,22 @@ +## How to import an egg + +If you are reading this it looks like you are looking to add an egg to your server. + +1. Download any of the json files located in the folders below. + 1. It's easiest to right click the `raw` button and save as. +2. In your panel go to the `Nests` section in the admin part of the panel +3. Click the green `Import Egg` button +4. Browse to the json file you saved earlier +5. Select what nest you want to put the egg in. + 1. If you want a new nest you need to create it before importing the egg. +6. Restart the daemon on your node before creating a server using the new egg(s). + +# You must restart your daemon after importing an egg + +## Technic Eggs + +[Technic](/minecraft_java/technic/) +* [Blightfall](/minecraft_java/technic/blightfall/) +* [Hexxit](/minecraft_java/technic/hexxit/) +* [Tekkit Legends](/minecraft_java/technic/tekkit-legends/) +* [Attack of the B-Team](/minecraft_java/technic/attack-of-the-bteam/)