PixARK 版本对比

变更: v1.0.1 → v1.0.2 2026-06-30 08:30 → 2026-06-30 10:20
v1.0.1 v1.0.2
-17 +17
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:34+00:00",
8 "name": "PixARK",
9 "author": "hello@venatus.digital",
10 - "description": "A simple Docker container with Wine to run PixARK using Pterodactyl Panel",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 - "name": "Server Password",
35 - "description": "If specified, players must provide this password to join the server.",
36 "env_variable": "ARK_PASSWORD",
37 "default_value": "",
38 "user_viewable": true,
39 "user_editable": true,
40 "rules": "nullable|alpha_dash|between:1,100",
41 "field_type": "text"
42 },
43 {
44 - "name": "Admin Password",
45 - "description": "If specified, players must provide this password (via the in-game console) to gain access to administrator commands on the server.",
46 "env_variable": "ARK_ADMIN_PASSWORD",
47 "default_value": "",
48 "user_viewable": true,
49 "user_editable": true,
50 "rules": "nullable|alpha_dash|between:1,100",
51 "field_type": "text"
52 },
53 {
54 - "name": "Maximum Players",
55 - "description": "Specifies the maximum number of players that can play on the server simultaneously.",
56 "env_variable": "MAX_PLAYERS",
57 "default_value": "10",
58 "user_viewable": true,
59 "user_editable": false,
60 "rules": "required|numeric|digits_between:1,4",
61 "field_type": "text"
62 },
63 {
64 - "name": "Query Port",
65 - "description": "The port assigned for use as query port",
66 "env_variable": "QPORT",
67 "default_value": "",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "required|numeric|digits_between:1,5",
71 "field_type": "text"
72 },
73 {
74 - "name": "RCON Port",
75 - "description": "The port assigned for use as RCON port",
76 "env_variable": "RCPORT",
77 "default_value": "",
78 "user_viewable": true,
79 "user_editable": false,
80 "rules": "required|numeric|digits_between:1,5",
81 "field_type": "text"
82 },
83 {
84 - "name": "Cube Port",
85 - "description": "The port to be used for terrain",
86 "env_variable": "CUBEPORT",
87 "default_value": "",
88 "user_viewable": true,
89 "user_editable": false,
90 "rules": "required|numeric|digits_between:1,5",
91 "field_type": "text"
92 },
93 {
94 - "name": "App ID",
95 - "description": "PixARK Source App ID",
96 "env_variable": "SRCDS_APPID",
97 "default_value": "824360",
98 "user_viewable": false,
展开 12 行未改动
111 "field_type": "text"
112 },
113 {
114 - "name": "Server Name",
115 - "description": "Name of the Server !!!! NO SPACES ALLOWED !!!!",
116 "env_variable": "SRV_NAME",
117 "default_value": "PteroPixARKServer",
118 "user_viewable": true,
展开 53 行未改动
172 }
173 ]
174 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:34+00:00",
8 "name": "PixARK",
9 "author": "hello@venatus.digital",
10 + "description": "一个简单的Docker容器,带有Wine,用于通过Pterodactyl面板运行PixARK。",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 + "name": "服务器密码",
35 + "description": "如果指定,玩家必须提供此密码才能加入服务器。",
36 "env_variable": "ARK_PASSWORD",
37 "default_value": "",
38 "user_viewable": true,
39 "user_editable": true,
40 "rules": "nullable|alpha_dash|between:1,100",
41 "field_type": "text"
42 },
43 {
44 + "name": "管理员密码",
45 + "description": "如果指定了此密码,玩家必须(通过游戏内控制台)提供该密码才能获得服务器管理员命令的访问权限。",
46 "env_variable": "ARK_ADMIN_PASSWORD",
47 "default_value": "",
48 "user_viewable": true,
49 "user_editable": true,
50 "rules": "nullable|alpha_dash|between:1,100",
51 "field_type": "text"
52 },
53 {
54 + "name": "最大玩家数",
55 + "description": "指定服务器上可以同时游玩的最大玩家数量。",
56 "env_variable": "MAX_PLAYERS",
57 "default_value": "10",
58 "user_viewable": true,
59 "user_editable": false,
60 "rules": "required|numeric|digits_between:1,4",
61 "field_type": "text"
62 },
63 {
64 + "name": "查询端口",
65 + "description": "分配给查询端口使用的端口号",
66 "env_variable": "QPORT",
67 "default_value": "",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "required|numeric|digits_between:1,5",
71 "field_type": "text"
72 },
73 {
74 + "name": "RCON 端口",
75 + "description": "分配给RCON使用的端口",
76 "env_variable": "RCPORT",
77 "default_value": "",
78 "user_viewable": true,
79 "user_editable": false,
80 "rules": "required|numeric|digits_between:1,5",
81 "field_type": "text"
82 },
83 {
84 + "name": "立方体端口",
85 + "description": "用于地形的端口",
86 "env_variable": "CUBEPORT",
87 "default_value": "",
88 "user_viewable": true,
89 "user_editable": false,
90 "rules": "required|numeric|digits_between:1,5",
91 "field_type": "text"
92 },
93 {
94 + "name": "应用ID",
95 + "description": "PixARK 源应用 ID",
96 "env_variable": "SRCDS_APPID",
97 "default_value": "824360",
98 "user_viewable": false,
展开 12 行未改动
111 "field_type": "text"
112 },
113 {
114 + "name": "服务器名称",
115 + "description": "服务器的名称!!!!不允许有空格!!!!",
116 "env_variable": "SRV_NAME",
117 "default_value": "PteroPixARKServer",
118 "user_viewable": true,
展开 53 行未改动
172 }
173 ]
174 }

更新说明

v1.0.1

[AI翻译] 名称、描述、说明、JSON描述、变量

v1.0.2

[AI翻译] 描述、说明、JSON描述、变量