Empyrion: 银河生存 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:27 → 2026-06-30 10:05
v1.0.1 v1.0.2
-18 +18
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:10+00:00",
8 "name": "Empyrion: Galactic Survival",
9 "author": "eggs@goover.dev",
10 - "description": "Empyrion: Galactic Survival dedicated server",
11 "features": null,
12 "docker_images": {
13 "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_staging": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_staging"
展开 15 行未改动
29 },
30 "variables": [
31 {
32 - "name": "Server Name",
33 - "description": "Name that will be shown in the Server Browser.",
34 "env_variable": "SRV_NAME",
35 "default_value": "My Server",
36 "user_viewable": true,
37 "user_editable": true,
38 "rules": "required|string|max:20",
39 "field_type": "text"
40 },
41 {
42 - "name": "Server Password",
43 - "description": "Password used to connect to the server - Optional, defaults to no password.",
44 "env_variable": "SRV_PWD",
45 "default_value": "",
46 "user_viewable": true,
47 "user_editable": true,
48 "rules": "nullable|string|max:20",
49 "field_type": "text"
50 },
51 {
52 - "name": "Max Players",
53 - "description": "Maximum number of player allowed to join simultaneously in the server. Defaults to 20.",
54 "env_variable": "MAX_PLAYERS",
55 "default_value": "20",
56 "user_viewable": true,
57 "user_editable": true,
58 "rules": "required|numeric",
59 "field_type": "text"
60 },
61 {
62 - "name": "Enable Telnet",
63 - "description": "Telnet access to control the server.",
64 "env_variable": "TELNET_ENABLED",
65 "default_value": "true",
66 "user_viewable": true,
67 "user_editable": true,
68 "rules": "required|string|regex:/^(?:true)?(?:false)?\\b/",
69 "field_type": "text"
70 },
71 {
72 - "name": "Telnet Port",
73 - "description": "Telnet Server Port DO NOT EXPOSE THIS TO THE INTERNET.",
74 "env_variable": "TELNET_PORT",
75 "default_value": "30004",
76 "user_viewable": true,
77 "user_editable": true,
78 "rules": "required|numeric",
79 "field_type": "text"
80 },
81 {
82 - "name": "Game Seed",
83 - "description": "World generation seed. Numeric between 1 and 7 characters.",
84 "env_variable": "SEED",
85 "default_value": "1011345",
86 "user_viewable": true,
87 "user_editable": true,
88 "rules": "required|numeric|min:1",
89 "field_type": "text"
90 },
91 {
92 - "name": "Server Description",
93 - "description": "Server info between the \" \", can contain [b]bold[/b] text or a [u][url=empyriongame.com]link[/url][/u] up to 127 chars.",
94 "env_variable": "SRV_DESC",
95 "default_value": "Empyrion Galactic Survival Dedicated Server running on Pterodactyl Panel",
96 "user_viewable": true,
97 "user_editable": true,
98 "rules": "nullable|string|max:127",
99 "field_type": "text"
100 },
101 {
102 - "name": "Version",
103 - "description": "Enable 'experimental'. Optional, defaults to public branch.",
104 "env_variable": "VERSION",
105 "default_value": "",
106 "user_viewable": true,
展开 32 行未改动
139 "field_type": "text"
140 },
141 {
142 - "name": "Auto Update",
143 "description": "",
144 "env_variable": "AUTO_UPDATE",
145 "default_value": "0",
展开 14 行未改动
160 }
161 ]
162 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:10+00:00",
8 "name": "Empyrion: Galactic Survival",
9 "author": "eggs@goover.dev",
10 + "description": "Empyrion: Galactic Survival 专用服务器",
11 "features": null,
12 "docker_images": {
13 "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_staging": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_staging"
展开 15 行未改动
29 },
30 "variables": [
31 {
32 + "name": "服务器名称",
33 + "description": "将在服务器浏览器中显示的名称。",
34 "env_variable": "SRV_NAME",
35 "default_value": "My Server",
36 "user_viewable": true,
37 "user_editable": true,
38 "rules": "required|string|max:20",
39 "field_type": "text"
40 },
41 {
42 + "name": "服务器密码",
43 + "description": "用于连接服务器的密码 - 可选,默认为无密码。",
44 "env_variable": "SRV_PWD",
45 "default_value": "",
46 "user_viewable": true,
47 "user_editable": true,
48 "rules": "nullable|string|max:20",
49 "field_type": "text"
50 },
51 {
52 + "name": "最大玩家数",
53 + "description": "服务器允许同时加入的最大玩家数量。默认为20。",
54 "env_variable": "MAX_PLAYERS",
55 "default_value": "20",
56 "user_viewable": true,
57 "user_editable": true,
58 "rules": "required|numeric",
59 "field_type": "text"
60 },
61 {
62 + "name": "启用Telnet",
63 + "description": "通过Telnet访问来控制服务器。",
64 "env_variable": "TELNET_ENABLED",
65 "default_value": "true",
66 "user_viewable": true,
67 "user_editable": true,
68 "rules": "required|string|regex:/^(?:true)?(?:false)?\\b/",
69 "field_type": "text"
70 },
71 {
72 + "name": "Telnet 端口",
73 + "description": "Telnet 服务器端口 请勿将此端口暴露到互联网上。",
74 "env_variable": "TELNET_PORT",
75 "default_value": "30004",
76 "user_viewable": true,
77 "user_editable": true,
78 "rules": "required|numeric",
79 "field_type": "text"
80 },
81 {
82 + "name": "游戏种子",
83 + "description": "世界生成种子。数字,长度为1到7个字符。",
84 "env_variable": "SEED",
85 "default_value": "1011345",
86 "user_viewable": true,
87 "user_editable": true,
88 "rules": "required|numeric|min:1",
89 "field_type": "text"
90 },
91 {
92 + "name": "服务器描述",
93 + "description": " \"之间的服务器信息,可包含[b]粗体[/b]文本或[u][url=empyriongame.com]链接[/url][/u],最多127个字符。",
94 "env_variable": "SRV_DESC",
95 "default_value": "Empyrion Galactic Survival Dedicated Server running on Pterodactyl Panel",
96 "user_viewable": true,
97 "user_editable": true,
98 "rules": "nullable|string|max:127",
99 "field_type": "text"
100 },
101 {
102 + "name": "版本",
103 + "description": "启用“实验性”功能。可选,默认为公开分支。",
104 "env_variable": "VERSION",
105 "default_value": "",
106 "user_viewable": true,
展开 32 行未改动
139 "field_type": "text"
140 },
141 {
142 + "name": "自动更新",
143 "description": "",
144 "env_variable": "AUTO_UPDATE",
145 "default_value": "0",
展开 14 行未改动
160 }
161 ]
162 }