空间工程师 版本对比

变更: v1.0.0v1.0.1 2026-06-30 08:24 → 2026-07-01 04:10
v1.0.0 v1.0.1
-17 +17
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:05:09+00:00",
8 "name": "Stationeers",
9 "author": "eggs@goover.dev",
10 - "description": "Stationeers Server",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 - "name": "Server Name",
35 "description": "",
36 "env_variable": "SERVER_NAME",
37 "default_value": "Pterodactyl Hosted Server",
展开 3 行未改动
41 "field_type": "text"
42 },
43 {
44 - "name": "World Name",
45 - "description": "Available Maps: Moon, Mars, Europa, Europa2, Mimas, Vulcan, Vulcan2, Space, Loulan, Venus",
46 "env_variable": "WORLD_NAME",
47 "default_value": "moon",
48 "user_viewable": true,
49 "user_editable": true,
50 "rules": "nullable|string|in:,Moon,Mars,Europa,Europa2,Mimas,Vulcan,Vulcan2,Space,Loulan,Venus",
51 "field_type": "text"
52 },
53 {
54 - "name": "Max Players",
55 "description": "",
56 "env_variable": "MAX_PLAYERS",
57 "default_value": "10",
展开 3 行未改动
61 "field_type": "text"
62 },
63 {
64 - "name": "Server Password",
65 "description": "",
66 "env_variable": "SERVER_PASSWD",
67 "default_value": "",
展开 3 行未改动
71 "field_type": "text"
72 },
73 {
74 - "name": "Save Name",
75 - "description": "Name of the save of your world.\r\nAuto save & auto load worlds on server startup.",
76 "env_variable": "SAVE_NAME",
77 "default_value": "stationeers_1",
78 "user_viewable": true,
79 "user_editable": true,
80 "rules": "required|string|max:20",
81 "field_type": "text"
82 },
83 {
84 - "name": "Auto Save",
85 - "description": "Turn Autosave on and off",
86 "env_variable": "AUTOSAVE",
87 "default_value": "true",
88 "user_viewable": true,
89 "user_editable": true,
90 "rules": "required|string|in:true,false",
91 "field_type": "text"
92 },
93 {
94 - "name": "Save Interval",
95 - "description": "Sets the server’s auto-save interval in seconds.",
96 "env_variable": "SAVE_INTERVAL",
97 "default_value": "300",
98 "user_viewable": true,
展开 12 行未改动
111 "field_type": "text"
112 },
113 {
114 - "name": "Steam App ID",
115 - "description": "Required for automatic updates.",
116 "env_variable": "SRCDS_APPID",
117 "default_value": "600760",
118 "user_viewable": false,
119 "user_editable": false,
120 "rules": "required|integer",
121 "field_type": "text"
122 },
123 {
124 - "name": "Auto Update",
125 "description": "",
126 "env_variable": "AUTO_UPDATE",
127 "default_value": "1",
展开 3 行未改动
131 "field_type": "text"
132 },
133 {
134 - "name": "Update Port",
135 "description": "",
136 "env_variable": "UPDATE_PORT",
137 "default_value": "27014",
展开 3 行未改动
141 "field_type": "text"
142 },
143 {
144 - "name": "Beta Branch",
145 "description": "",
146 "env_variable": "SRCDS_BETAID",
147 "default_value": "",
展开 4 行未改动
152 }
153 ]
154 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:05:09+00:00",
8 "name": "Stationeers",
9 "author": "eggs@goover.dev",
10 + "description": "Stationeers 服务器",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 + "name": "服务器名称",
35 "description": "",
36 "env_variable": "SERVER_NAME",
37 "default_value": "Pterodactyl Hosted Server",
展开 3 行未改动
41 "field_type": "text"
42 },
43 {
44 + "name": "世界名称",
45 + "description": "可用地图:Moon, Mars, Europa, Europa2, Mimas, Vulcan, Vulcan2, Space, Loulan, Venus",
46 "env_variable": "WORLD_NAME",
47 "default_value": "moon",
48 "user_viewable": true,
49 "user_editable": true,
50 "rules": "nullable|string|in:,Moon,Mars,Europa,Europa2,Mimas,Vulcan,Vulcan2,Space,Loulan,Venus",
51 "field_type": "text"
52 },
53 {
54 + "name": "最大玩家数",
55 "description": "",
56 "env_variable": "MAX_PLAYERS",
57 "default_value": "10",
展开 3 行未改动
61 "field_type": "text"
62 },
63 {
64 + "name": "服务器密码",
65 "description": "",
66 "env_variable": "SERVER_PASSWD",
67 "default_value": "",
展开 3 行未改动
71 "field_type": "text"
72 },
73 {
74 + "name": "保存名称",
75 + "description": "你的世界的存档名称。 \n服务器启动时自动保存和自动加载世界。",
76 "env_variable": "SAVE_NAME",
77 "default_value": "stationeers_1",
78 "user_viewable": true,
79 "user_editable": true,
80 "rules": "required|string|max:20",
81 "field_type": "text"
82 },
83 {
84 + "name": "自动保存",
85 + "description": "打开和关闭自动保存",
86 "env_variable": "AUTOSAVE",
87 "default_value": "true",
88 "user_viewable": true,
89 "user_editable": true,
90 "rules": "required|string|in:true,false",
91 "field_type": "text"
92 },
93 {
94 + "name": "保存间隔",
95 + "description": "设置服务器的自动保存间隔(秒)。",
96 "env_variable": "SAVE_INTERVAL",
97 "default_value": "300",
98 "user_viewable": true,
展开 12 行未改动
111 "field_type": "text"
112 },
113 {
114 + "name": "Steam 应用ID",
115 + "description": "自动更新所需的。",
116 "env_variable": "SRCDS_APPID",
117 "default_value": "600760",
118 "user_viewable": false,
119 "user_editable": false,
120 "rules": "required|integer",
121 "field_type": "text"
122 },
123 {
124 + "name": "自动更新",
125 "description": "",
126 "env_variable": "AUTO_UPDATE",
127 "default_value": "1",
展开 3 行未改动
131 "field_type": "text"
132 },
133 {
134 + "name": "更新端口",
135 "description": "",
136 "env_variable": "UPDATE_PORT",
137 "default_value": "27014",
展开 3 行未改动
141 "field_type": "text"
142 },
143 {
144 + "name": "测试版分支",
145 "description": "",
146 "env_variable": "SRCDS_BETAID",
147 "default_value": "",
展开 4 行未改动
152 }
153 ]
154 }

更新说明

v1.0.0

批量导入

v1.0.1

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