变更: v1.0.1 → v1.0.2
2026-06-30 08:30 → 2026-06-30 10:20
v1.0.1
v1.0.2
-21
+21
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-07-15T19:00:34+02:00", | |
| 8 | "name": "Palworld Proton", | |
| 9 | "author": "josdekurk@gmail.com", | |
| 10 | - | "description": "Fight, farm, build and work alongside mysterious creatures called \"Pals\" in this completely new multiplayer, open world survival and crafting game!", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | - | "name": "App ID", |
| 35 | - | "description": "Do not edit!", |
| 36 | "env_variable": "SRCDS_APPID", | |
| 37 | "default_value": "2394010", | |
| 38 | "user_viewable": false, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|string|in:2394010", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "Auto Update", |
| 45 | - | "description": "Auto update the server on start.", |
| 46 | "env_variable": "AUTO_UPDATE", | |
| 47 | "default_value": "1", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "boolean", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | - | "name": "Max Players", |
| 55 | "description": "", | |
| 56 | "env_variable": "MAX_PLAYERS", | |
| 57 | "default_value": "32", | |
| 展开 3 行未改动 | ||
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "Server Name", |
| 65 | "description": "", | |
| 66 | "env_variable": "SERVER_NAME", | |
| 67 | "default_value": "A Pterodactyl hosted Palworld Server", | |
| 展开 3 行未改动 | ||
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "Server Password", |
| 75 | - | "description": "If specified, players must provide this password to join the server.", |
| 76 | "env_variable": "SERVER_PASSWORD", | |
| 77 | "default_value": "", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "nullable|alpha_dash|between:1,30", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | - | "name": "Admin Password", |
| 85 | - | "description": "If specified, players must provide this password (via the in-game chat or RCON) to gain access to administrator commands on the server.", |
| 86 | "env_variable": "ADMIN_PASSWORD", | |
| 87 | "default_value": "", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|alpha_dash|between:1,30", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "Public IP", |
| 95 | - | "description": "Set this to the server public ip address.\r\nOnly needed if the allocation is a local ip, else the allocate ip will be used automatically", |
| 96 | "env_variable": "PUBLIC_IP", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": false, | |
| 100 | "rules": "nullable|string", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | - | "name": "RCON Port", |
| 105 | - | "description": "Does not need to be allocated!", |
| 106 | "env_variable": "RCON_PORT", | |
| 107 | "default_value": "25575", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": false, | |
| 110 | "rules": "required|numeric", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | - | "name": "Enable RCON", |
| 115 | - | "description": "Must Be ON", |
| 116 | "env_variable": "RCON_ENABLE", | |
| 117 | "default_value": "True", | |
| 118 | "user_viewable": false, | |
| 119 | "user_editable": false, | |
| 120 | "rules": "required|string|in:True", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | - | "name": "Server Description", |
| 125 | - | "description": "The description of the server.", |
| 126 | "env_variable": "SERVER_DESCRIPTION", | |
| 127 | "default_value": "", | |
| 128 | "user_viewable": true, | |
| 展开 12 行未改动 | ||
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | - | "name": "Connection Platfrom", |
| 145 | - | "description": "The platform players will be able to connect from", |
| 146 | "env_variable": "ALLOW_CONNECT_PLATFORM", | |
| 147 | "default_value": "Steam", | |
| 148 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 152 | } | |
| 153 | ] | |
| 154 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-07-15T19:00:34+02:00", | |
| 8 | "name": "Palworld Proton", | |
| 9 | "author": "josdekurk@gmail.com", | |
| 10 | + | "description": "在这款全新的多人开放世界生存与制作游戏中,与被称为“帕鲁”的神秘生物一同战斗、耕种、建造和工作吧!", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | + | "name": "应用ID", |
| 35 | + | "description": "不要编辑!", |
| 36 | "env_variable": "SRCDS_APPID", | |
| 37 | "default_value": "2394010", | |
| 38 | "user_viewable": false, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|string|in:2394010", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | + | "name": "自动更新", |
| 45 | + | "description": "启动时自动更新服务器。", |
| 46 | "env_variable": "AUTO_UPDATE", | |
| 47 | "default_value": "1", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "boolean", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | + | "name": "最大玩家数", |
| 55 | "description": "", | |
| 56 | "env_variable": "MAX_PLAYERS", | |
| 57 | "default_value": "32", | |
| 展开 3 行未改动 | ||
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "服务器名称", |
| 65 | "description": "", | |
| 66 | "env_variable": "SERVER_NAME", | |
| 67 | "default_value": "A Pterodactyl hosted Palworld Server", | |
| 展开 3 行未改动 | ||
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "服务器密码", |
| 75 | + | "description": "如果指定,玩家必须提供此密码才能加入服务器。", |
| 76 | "env_variable": "SERVER_PASSWORD", | |
| 77 | "default_value": "", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "nullable|alpha_dash|between:1,30", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | + | "name": "管理员密码", |
| 85 | + | "description": "如果指定,玩家必须提供此密码(通过游戏内聊天或RCON)才能获得服务器上的管理员命令权限。", |
| 86 | "env_variable": "ADMIN_PASSWORD", | |
| 87 | "default_value": "", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|alpha_dash|between:1,30", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "公网IP", |
| 95 | + | "description": "将此设置为服务器的公网IP地址。 \n仅当分配的是本地IP时需要,否则将自动使用分配的IP。", |
| 96 | "env_variable": "PUBLIC_IP", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": false, | |
| 100 | "rules": "nullable|string", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | + | "name": "RCON 端口", |
| 105 | + | "description": "无需分配!", |
| 106 | "env_variable": "RCON_PORT", | |
| 107 | "default_value": "25575", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": false, | |
| 110 | "rules": "required|numeric", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | + | "name": "启用RCON", |
| 115 | + | "description": "必须开启", |
| 116 | "env_variable": "RCON_ENABLE", | |
| 117 | "default_value": "True", | |
| 118 | "user_viewable": false, | |
| 119 | "user_editable": false, | |
| 120 | "rules": "required|string|in:True", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | + | "name": "服务器描述", |
| 125 | + | "description": "服务器的描述。", |
| 126 | "env_variable": "SERVER_DESCRIPTION", | |
| 127 | "default_value": "", | |
| 128 | "user_viewable": true, | |
| 展开 12 行未改动 | ||
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | + | "name": "连接平台", |
| 145 | + | "description": "玩家将能够从该平台连接。", |
| 146 | "env_variable": "ALLOW_CONNECT_PLATFORM", | |
| 147 | "default_value": "Steam", | |
| 148 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 152 | } | |
| 153 | ] | |
| 154 | } | |
更新说明
v1.0.1
[AI翻译] 名称、描述、说明、JSON描述、变量
v1.0.2
[AI翻译] 描述、说明、JSON描述、变量