|
1
|
|
{
|
|
2
|
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
|
3
|
|
"meta": {
|
|
展开 54 行未改动
|
|
4
|
|
"version": "PTDL_v2",
|
|
5
|
|
"update_url": "https://eggs.pterodactyl.top/eggs/190/download/egg-bungeecord.json"
|
|
6
|
|
},
|
|
7
|
|
"exported_at": "2025-12-31T12:56:47+00:00",
|
|
8
|
|
"name": "Bungeecord",
|
|
9
|
|
"author": "panel@example.com",
|
|
10
|
|
"description": "For a long time, Minecraft server owners have had a dream that encompasses a free, easy, and\nreliable way to connect multiple Minecraft servers together. BungeeCord is the answer to said dream.\nWhether you are a small server wishing to string multiple game-modes together, or the owner of the\nShotBow Network, BungeeCord is the ideal solution for you. With the help of BungeeCord, you will be\nable to unlock your community's full potential.",
|
|
11
|
|
"features": [
|
|
12
|
|
"eula",
|
|
13
|
|
"java_version",
|
|
14
|
|
"pid_limit"
|
|
15
|
|
],
|
|
16
|
|
"docker_images": {
|
|
17
|
|
"Java 21": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:java_21",
|
|
18
|
|
"Java 17": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:java_17",
|
|
19
|
|
"Java 16": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:java_16",
|
|
20
|
|
"Java 11": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:java_11",
|
|
21
|
|
"Java 8": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:java_8"
|
|
22
|
|
},
|
|
23
|
|
"file_denylist": [],
|
|
24
|
|
"startup": "java -Xms128M -XX:MaxRAMPercentage=95.0 -jar {{SERVER_JARFILE}}",
|
|
25
|
|
"config": {
|
|
26
|
|
"files": "{\n \"config.yml\": {\n \"parser\": \"yaml\",\n \"find\": {\n \"listeners[0].query_port\": \"{{server.build.default.port}}\",\n \"listeners[0].host\": \"0.0.0.0:{{server.build.default.port}}\",\n \"servers.*.address\": {\n \"regex:^(127\\\\.0\\\\.0\\\\.1|localhost)(:\\\\d{1,5})?$\": \"{{config.docker.interface}}$2\"\n }\n }\n }\n}",
|
|
27
|
|
"startup": "{\n \"done\": \"Listening on \"\n}",
|
|
28
|
|
"logs": "[]",
|
|
29
|
|
"stop": "end"
|
|
30
|
|
},
|
|
31
|
|
"scripts": {
|
|
32
|
|
"installation": {
|
|
33
|
|
"script": "#!/bin/ash\n# Bungeecord Installation Script\n#\n# Server Files: /mnt/server\n\ncd /mnt/server\n\nif [ -z \"${BUNGEE_VERSION}\" ] || [ \"${BUNGEE_VERSION}\" == \"latest\" ]; then\n BUNGEE_VERSION=\"lastStableBuild\"\nfi\n\ncurl -sSL -o ${SERVER_JARFILE} https://ci.md-5.net/job/BungeeCord/${BUNGEE_VERSION}/artifact/bootstrap/target/BungeeCord.jar",
|
|
34
|
|
"container": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/installers:alpine",
|
|
35
|
|
"entrypoint": "ash"
|
|
36
|
|
}
|
|
37
|
|
},
|
|
38
|
|
"variables": [
|
|
39
|
|
{
|
|
40
|
|
"name": "Bungeecord Jar File",
|
|
41
|
|
"description": "The name of the Jarfile to use when running Bungeecord.",
|
|
42
|
|
"env_variable": "SERVER_JARFILE",
|
|
43
|
|
"default_value": "bungeecord.jar",
|
|
44
|
|
"user_viewable": true,
|
|
45
|
|
"user_editable": true,
|
|
46
|
|
"rules": "required|regex:/^([\\w\\d._-]+)(\\.jar)$/",
|
|
47
|
|
"field_type": "text"
|
|
48
|
|
},
|
|
49
|
|
{
|
|
50
|
|
"name": "Bungeecord Version",
|
|
51
|
|
"description": "The version of Bungeecord to download and use.",
|
|
52
|
|
"env_variable": "BUNGEE_VERSION",
|
|
53
|
|
"default_value": "latest",
|
|
54
|
|
"user_viewable": true,
|
|
55
|
|
"user_editable": true,
|
|
56
|
|
"rules": "required|alpha_num|between:1,6",
|
|
57
|
|
"field_type": "text"
|
|
58
|
|
}
|
|
59
|
|
]
|
|
60
|
|
}
|