变更: v1.0.1 → v1.0.2
2026-06-30 08:30 → 2026-06-30 10:21
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:36+00:00", | |
| 8 | "name": "Project Zomboid", | |
| 9 | "author": "iamkubi@gmail.com", | |
| 10 | - | "description": "Project Zomboid is an open world survival horror video game in alpha stage development by British and Canadian independent developer, The Indie Stone. The game is set in a post apocalyptic, zombie infested world where the player is challenged to survive for as long as possible before inevitably dying.", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | - | "name": "Server Name", |
| 35 | - | "description": "The internal server name used for save/ config files.", |
| 36 | "env_variable": "SERVER_NAME", | |
| 37 | "default_value": "Pterodactyl", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": true, | |
| 40 | "rules": "required|alpha_num|max:64", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "Admin Username", |
| 45 | - | "description": "Username for the admin account", |
| 46 | "env_variable": "ADMIN_USER", | |
| 47 | "default_value": "admin", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|string|max:20", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | - | "name": "Admin Password", |
| 55 | - | "description": "Password for the admin account", |
| 56 | "env_variable": "ADMIN_PASSWORD", | |
| 57 | "default_value": "", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|string|max:32", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "SteamPort", |
| 65 | - | "description": "Sets the UDPPort option", |
| 66 | "env_variable": "STEAM_PORT", | |
| 67 | "default_value": "16262", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|string|max:20", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "Max Players", |
| 75 | - | "description": "Maximum players to allow", |
| 76 | "env_variable": "MAX_PLAYERS", | |
| 77 | "default_value": "10", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": false, | |
| 80 | "rules": "required|string|max:20", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | - | "name": "PZ Steam App ID", |
| 85 | - | "description": "PZ Steam App ID", |
| 86 | "env_variable": "SRCDS_APPID", | |
| 87 | "default_value": "380870", | |
| 88 | "user_viewable": false, | |
| 89 | "user_editable": false, | |
| 90 | "rules": "required|string|max:20", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "Steam Beta Branch [requires reinstall]", |
| 95 | - | "description": "Beta branch to install, such as b41multiplayer. Leave blank to install normal branch", |
| 96 | "env_variable": "SRCDS_BETAID", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": true, | |
| 100 | "rules": "nullable|string|max:64", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | - | "name": "Steam Auto Update", |
| 105 | - | "description": "Enable or disable auto-update on startup. 0 to disable and 1 to enable.", |
| 106 | "env_variable": "AUTO_UPDATE", | |
| 107 | "default_value": "0", | |
| 108 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 112 | } | |
| 113 | ] | |
| 114 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-06-01T00:04:36+00:00", | |
| 8 | "name": "Project Zomboid", | |
| 9 | "author": "iamkubi@gmail.com", | |
| 10 | + | "description": "《僵尸毁灭工程》是一款由英国和加拿大独立开发商The Indie Stone开发的开放世界生存恐怖视频游戏,目前处于Alpha阶段。游戏设定在一个末日后的僵尸肆虐世界中,玩家需要尽可能长时间地生存下去,直到最终不可避免地死亡。", |
| 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", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": true, | |
| 40 | "rules": "required|alpha_num|max:64", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | + | "name": "管理员用户名", |
| 45 | + | "description": "管理员账户的用户名", |
| 46 | "env_variable": "ADMIN_USER", | |
| 47 | "default_value": "admin", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|string|max:20", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | + | "name": "管理员密码", |
| 55 | + | "description": "管理员账户的密码", |
| 56 | "env_variable": "ADMIN_PASSWORD", | |
| 57 | "default_value": "", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|string|max:32", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "Steam端口", |
| 65 | + | "description": "设置UDPPort选项", |
| 66 | "env_variable": "STEAM_PORT", | |
| 67 | "default_value": "16262", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|string|max:20", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "最大玩家数", |
| 75 | + | "description": "允许的最大玩家数", |
| 76 | "env_variable": "MAX_PLAYERS", | |
| 77 | "default_value": "10", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": false, | |
| 80 | "rules": "required|string|max:20", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | + | "name": "PZ Steam 应用 ID", |
| 85 | + | "description": "PZ Steam 应用 ID", |
| 86 | "env_variable": "SRCDS_APPID", | |
| 87 | "default_value": "380870", | |
| 88 | "user_viewable": false, | |
| 89 | "user_editable": false, | |
| 90 | "rules": "required|string|max:20", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "Steam 测试版分支 [需要重新安装]", |
| 95 | + | "description": "要安装的测试分支,例如 b41multiplayer。留空则安装普通分支。", |
| 96 | "env_variable": "SRCDS_BETAID", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": true, | |
| 100 | "rules": "nullable|string|max:64", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | + | "name": "Steam 自动更新", |
| 105 | + | "description": "在启动时启用或禁用自动更新。0 为禁用,1 为启用。", |
| 106 | "env_variable": "AUTO_UPDATE", | |
| 107 | "default_value": "0", | |
| 108 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 112 | } | |
| 113 | ] | |
| 114 | } | |
更新说明
v1.0.1
[AI翻译] 名称、描述、说明、JSON描述、变量
v1.0.2
[AI翻译] 描述、说明、JSON描述、变量