mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-27 00:42:59 +08:00
Merge pull request #216 from ZeProf2Code/patch-3
add attack of the b-team egg
This commit is contained in:
commit
67a62fabd1
22
minecraft_java/technic/README.md
Normal file
22
minecraft_java/technic/README.md
Normal file
@ -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/)
|
11
minecraft_java/technic/attack-of-the-bteam/README.MD
Normal file
11
minecraft_java/technic/attack-of-the-bteam/README.MD
Normal file
@ -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 |
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user