变更: v1.0.1 → v1.0.2
2026-06-30 08:30 → 2026-06-30 10:19
v1.0.1
v1.0.2
-23
+23
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2025-03-08T21:17:07+00:00", | |
| 8 | "name": "No One Survived", | |
| 9 | "author": "josdekurk@gmail.com", | |
| 10 | - | "description": "This is a multiplayer cooperative open world construction survival sandbox game, where you and your friends must find supplies and build shelters in this world. You have to keep an eye on your character's needs state at all times, a bad state is likely to lead to death.", |
| 11 | "features": [], | |
| 12 | "docker_images": { | |
| 13 | "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_latest": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_latest" | |
| 展开 25 行未改动 | ||
| 39 | "field_type": "text" | |
| 40 | }, | |
| 41 | { | |
| 42 | - | "name": "App id", |
| 43 | "description": "", | |
| 44 | "env_variable": "SRCDS_APPID", | |
| 45 | "default_value": "2329680", | |
| 展开 3 行未改动 | ||
| 49 | "field_type": "text" | |
| 50 | }, | |
| 51 | { | |
| 52 | - | "name": "Auto update", |
| 53 | - | "description": "Auto update the server on restart", |
| 54 | "env_variable": "AUTO_UPDATE", | |
| 55 | "default_value": "1", | |
| 56 | "user_viewable": true, | |
| 展开 42 行未改动 | ||
| 99 | "field_type": "text" | |
| 100 | }, | |
| 101 | { | |
| 102 | - | "name": "Query Port", |
| 103 | "description": "", | |
| 104 | "env_variable": "QUERY_PORT", | |
| 105 | "default_value": "27015", | |
| 展开 3 行未改动 | ||
| 109 | "field_type": "text" | |
| 110 | }, | |
| 111 | { | |
| 112 | - | "name": "Steam Networking", |
| 113 | - | "description": "Enable or disable steam networking.\r\nLeave this to False as with True it will fail to start!", |
| 114 | "env_variable": "STEAM_NETWORKING", | |
| 115 | "default_value": "False", | |
| 116 | "user_viewable": true, | |
| 117 | "user_editable": true, | |
| 118 | "rules": "required|string|in:False,True", | |
| 119 | "field_type": "text" | |
| 120 | }, | |
| 121 | { | |
| 122 | - | "name": "Server save name", |
| 123 | - | "description": "The name of the archive, which is also the archive loaded by default.", |
| 124 | "env_variable": "SERVER_SAVE_NAME", | |
| 125 | "default_value": "MySave", | |
| 126 | "user_viewable": true, | |
| 127 | "user_editable": true, | |
| 128 | "rules": "required|string|max:32", | |
| 129 | "field_type": "text" | |
| 130 | }, | |
| 131 | { | |
| 132 | - | "name": "Server name", |
| 133 | - | "description": "The name of the server", |
| 134 | "env_variable": "SERVER_NAME", | |
| 135 | "default_value": "Test", | |
| 136 | "user_viewable": true, | |
| 137 | "user_editable": true, | |
| 138 | "rules": "required|string|max:32", | |
| 139 | "field_type": "text" | |
| 140 | }, | |
| 141 | { | |
| 142 | - | "name": "Toggle server password", |
| 143 | - | "description": "True indicates that the server needs a password and False indicates that it does not need a password.", |
| 144 | "env_variable": "SERVER_NEED_PASSWORD", | |
| 145 | "default_value": "False", | |
| 146 | "user_viewable": true, | |
| 147 | "user_editable": true, | |
| 148 | "rules": "required|string|in:False,True", | |
| 149 | "field_type": "text" | |
| 150 | }, | |
| 151 | { | |
| 152 | - | "name": "Server password", |
| 153 | - | "description": "The password for the server. Only works if 'Toggle server password' is set to True", |
| 154 | "env_variable": "SERVER_PASSWORD", | |
| 155 | "default_value": "", | |
| 156 | "user_viewable": true, | |
| 157 | "user_editable": true, | |
| 158 | "rules": "nullable|string|max:32", | |
| 159 | "field_type": "text" | |
| 160 | }, | |
| 161 | { | |
| 162 | - | "name": "Server players", |
| 163 | - | "description": "The maximum amount of players the server can join", |
| 164 | "env_variable": "SERVER_PLAYERS", | |
| 165 | "default_value": "50", | |
| 166 | "user_viewable": true, | |
| 167 | "user_editable": false, | |
| 168 | "rules": "required|numeric|between:1,100", | |
| 169 | "field_type": "text" | |
| 170 | }, | |
| 171 | { | |
| 172 | - | "name": "Number of zombies", |
| 173 | - | "description": "Number of zombies generated by the wave of corpse tide (25-100).", |
| 174 | "env_variable": "SERVER_NUM_ZOMBIES", | |
| 175 | "default_value": "50", | |
| 176 | "user_viewable": true, | |
| 177 | "user_editable": true, | |
| 178 | "rules": "required|numeric|between:25,100", | |
| 179 | "field_type": "text" | |
| 180 | }, | |
| 181 | { | |
| 182 | - | "name": "Server region", |
| 183 | - | "description": "All = non-registered region, AF = Africa, AS = Asia, EU = Europe, NA = North America, OC = Oceania, and SA = South America.", |
| 184 | "env_variable": "SERVER_REGION", | |
| 185 | "default_value": "All", | |
| 186 | "user_viewable": true, | |
| 187 | "user_editable": true, | |
| 188 | "rules": "required|string|in:All,AF,AS,EU,NA,OC,SA", | |
| 189 | "field_type": "text" | |
| 190 | }, | |
| 191 | { | |
| 192 | - | "name": "Server admin password", |
| 193 | - | "description": "Server administrator password", |
| 194 | "env_variable": "SERVER_ADMIN_PASSWORD", | |
| 195 | "default_value": "", | |
| 196 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 200 | } | |
| 201 | ] | |
| 202 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2025-03-08T21:17:07+00:00", | |
| 8 | "name": "No One Survived", | |
| 9 | "author": "josdekurk@gmail.com", | |
| 10 | + | "description": "这是一款多人合作的开放世界建造生存沙盒游戏,你和朋友们必须在这个世界中寻找物资并建造庇护所。你需要时刻关注角色的需求状态,不良状态很可能导致死亡。", |
| 11 | "features": [], | |
| 12 | "docker_images": { | |
| 13 | "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_latest": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_latest" | |
| 展开 25 行未改动 | ||
| 39 | "field_type": "text" | |
| 40 | }, | |
| 41 | { | |
| 42 | + | "name": "App ID", |
| 43 | "description": "", | |
| 44 | "env_variable": "SRCDS_APPID", | |
| 45 | "default_value": "2329680", | |
| 展开 3 行未改动 | ||
| 49 | "field_type": "text" | |
| 50 | }, | |
| 51 | { | |
| 52 | + | "name": "自动更新", |
| 53 | + | "description": "重启时自动更新服务器", |
| 54 | "env_variable": "AUTO_UPDATE", | |
| 55 | "default_value": "1", | |
| 56 | "user_viewable": true, | |
| 展开 42 行未改动 | ||
| 99 | "field_type": "text" | |
| 100 | }, | |
| 101 | { | |
| 102 | + | "name": "查询端口", |
| 103 | "description": "", | |
| 104 | "env_variable": "QUERY_PORT", | |
| 105 | "default_value": "27015", | |
| 展开 3 行未改动 | ||
| 109 | "field_type": "text" | |
| 110 | }, | |
| 111 | { | |
| 112 | + | "name": "Steam 网络", |
| 113 | + | "description": "启用或禁用Steam网络功能。 \n请将其保留为False,因为设置为True时将无法启动!", |
| 114 | "env_variable": "STEAM_NETWORKING", | |
| 115 | "default_value": "False", | |
| 116 | "user_viewable": true, | |
| 117 | "user_editable": true, | |
| 118 | "rules": "required|string|in:False,True", | |
| 119 | "field_type": "text" | |
| 120 | }, | |
| 121 | { | |
| 122 | + | "name": "服务器存档名称", |
| 123 | + | "description": "存档的名称,也是默认加载的存档。", |
| 124 | "env_variable": "SERVER_SAVE_NAME", | |
| 125 | "default_value": "MySave", | |
| 126 | "user_viewable": true, | |
| 127 | "user_editable": true, | |
| 128 | "rules": "required|string|max:32", | |
| 129 | "field_type": "text" | |
| 130 | }, | |
| 131 | { | |
| 132 | + | "name": "服务器名称", |
| 133 | + | "description": "服务器名称", |
| 134 | "env_variable": "SERVER_NAME", | |
| 135 | "default_value": "Test", | |
| 136 | "user_viewable": true, | |
| 137 | "user_editable": true, | |
| 138 | "rules": "required|string|max:32", | |
| 139 | "field_type": "text" | |
| 140 | }, | |
| 141 | { | |
| 142 | + | "name": "切换服务器密码", |
| 143 | + | "description": "True 表示服务器需要密码,False 表示不需要密码。", |
| 144 | "env_variable": "SERVER_NEED_PASSWORD", | |
| 145 | "default_value": "False", | |
| 146 | "user_viewable": true, | |
| 147 | "user_editable": true, | |
| 148 | "rules": "required|string|in:False,True", | |
| 149 | "field_type": "text" | |
| 150 | }, | |
| 151 | { | |
| 152 | + | "name": "服务器密码", |
| 153 | + | "description": "服务器的密码。仅当“启用服务器密码”设置为“True”时生效。", |
| 154 | "env_variable": "SERVER_PASSWORD", | |
| 155 | "default_value": "", | |
| 156 | "user_viewable": true, | |
| 157 | "user_editable": true, | |
| 158 | "rules": "nullable|string|max:32", | |
| 159 | "field_type": "text" | |
| 160 | }, | |
| 161 | { | |
| 162 | + | "name": "服务器玩家", |
| 163 | + | "description": "服务器可以加入的最大玩家数量", |
| 164 | "env_variable": "SERVER_PLAYERS", | |
| 165 | "default_value": "50", | |
| 166 | "user_viewable": true, | |
| 167 | "user_editable": false, | |
| 168 | "rules": "required|numeric|between:1,100", | |
| 169 | "field_type": "text" | |
| 170 | }, | |
| 171 | { | |
| 172 | + | "name": "僵尸数量", |
| 173 | + | "description": "尸潮波次生成的僵尸数量(25-100)。", |
| 174 | "env_variable": "SERVER_NUM_ZOMBIES", | |
| 175 | "default_value": "50", | |
| 176 | "user_viewable": true, | |
| 177 | "user_editable": true, | |
| 178 | "rules": "required|numeric|between:25,100", | |
| 179 | "field_type": "text" | |
| 180 | }, | |
| 181 | { | |
| 182 | + | "name": "服务器区域", |
| 183 | + | "description": "所有 = 未注册区域,AF = 非洲,AS = 亚洲,EU = 欧洲,NA = 北美洲,OC = 大洋洲,SA = 南美洲。", |
| 184 | "env_variable": "SERVER_REGION", | |
| 185 | "default_value": "All", | |
| 186 | "user_viewable": true, | |
| 187 | "user_editable": true, | |
| 188 | "rules": "required|string|in:All,AF,AS,EU,NA,OC,SA", | |
| 189 | "field_type": "text" | |
| 190 | }, | |
| 191 | { | |
| 192 | + | "name": "服务器管理员密码", |
| 193 | + | "description": "服务器管理员密码", |
| 194 | "env_variable": "SERVER_ADMIN_PASSWORD", | |
| 195 | "default_value": "", | |
| 196 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 200 | } | |
| 201 | ] | |
| 202 | } | |