变更: v1.0.0 → v1.0.1
2026-06-30 08:24 → 2026-07-01 04:10
v1.0.0
v1.0.1
-30
+30
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2026-01-03T15:22:52+00:00", | |
| 8 | "name": "Valheim BepINex", | |
| 9 | "author": "eggs@goover.dev", | |
| 10 | - | "description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture incl the Plugin Framework BepInEx", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | - | "name": "Auto Update", |
| 35 | "description": "", | |
| 36 | "env_variable": "AUTO_UPDATE", | |
| 37 | "default_value": "1", | |
| 展开 3 行未改动 | ||
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "Backup Count", |
| 45 | - | "description": "Sets how many automatic backups will be kept. The first is the 'short' backup length, and the rest are the 'long' backup length. When default values are used means one backup that is 2 hours old, and 3 backups that are 12 hours apart. Default: 4.", |
| 46 | "env_variable": "BACKUP_COUNT", | |
| 47 | "default_value": "4", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|numeric|min:0", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | - | "name": "Backup Interval", |
| 55 | - | "description": "Change how often the world will save in seconds. Default: 1800 (30 minutes).", |
| 56 | "env_variable": "BACKUP_INTERVAL", | |
| 57 | "default_value": "1800", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|numeric|min:0", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "Backup Longtime", |
| 65 | - | "description": "Sets the interval between the subsequent automatic backups in seconds. Default: 43200 (12 hours).", |
| 66 | "env_variable": "BACKUP_LONGTIME", | |
| 67 | "default_value": "43200", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|numeric|min:0", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "Backup Shorttime", |
| 75 | - | "description": "Sets the interval between the first automatic backups in seconds. Default: 7200 (2 hours).", |
| 76 | "env_variable": "BACKUP_SHORTTIME", | |
| 77 | "default_value": "7200", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "required|numeric|min:0", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | - | "name": "[System] BepInEx URL", |
| 85 | "description": "", | |
| 86 | "env_variable": "BEPINEX_URL", | |
| 87 | "default_value": "https://thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/", | |
| 展开 3 行未改动 | ||
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "[System] Console Filter", |
| 95 | - | "description": "Remove unwanted outputs from the console.", |
| 96 | "env_variable": "CONSOLE_FILTER", | |
| 97 | "default_value": "/^\\(Filename:.*Line:[[:space:]]+[[:digit:]]+\\)$/d; /^([[:space:]]+)?$/d", | |
| 98 | "user_viewable": false, | |
| 99 | "user_editable": false, | |
| 100 | "rules": "string", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | - | "name": "Enable Crossplay", |
| 105 | - | "description": "Enable crossplay support", |
| 106 | "env_variable": "ENABLE_CROSSPLAY", | |
| 107 | "default_value": "0", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "boolean", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | - | "name": "[System] LD Library Path", |
| 115 | - | "description": "Required to load server libraries.", |
| 116 | "env_variable": "LD_LIBRARY_PATH", | |
| 117 | "default_value": "./linux64", | |
| 118 | "user_viewable": false, | |
| 119 | "user_editable": false, | |
| 120 | "rules": "required|string", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | - | "name": "Server Password", |
| 125 | - | "description": "Server password.", |
| 126 | "env_variable": "PASSWORD", | |
| 127 | "default_value": "secret", | |
| 128 | "user_viewable": true, | |
| 129 | "user_editable": true, | |
| 130 | "rules": "required|string|min:5|max:20", | |
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | - | "name": "Public Server", |
| 135 | "description": "", | |
| 136 | "env_variable": "PUBLIC_SERVER", | |
| 137 | "default_value": "1", | |
| 展开 3 行未改动 | ||
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | - | "name": "Server Name", |
| 145 | - | "description": "Name that appears in server browser.", |
| 146 | "env_variable": "SERVER_NAME", | |
| 147 | "default_value": "My Server", | |
| 148 | "user_viewable": true, | |
| 149 | "user_editable": true, | |
| 150 | "rules": "required|string|max:60", | |
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | - | "name": "[System] App ID", |
| 155 | - | "description": "Valheim steam app id for auto updates.", |
| 156 | "env_variable": "SRCDS_APPID", | |
| 157 | "default_value": "896660", | |
| 158 | "user_viewable": true, | |
| 159 | "user_editable": false, | |
| 160 | "rules": "nullable|numeric", | |
| 161 | "field_type": "text" | |
| 162 | }, | |
| 163 | { | |
| 164 | - | "name": "Beta Branch", |
| 165 | "description": "", | |
| 166 | "env_variable": "SRCDS_BETAID", | |
| 167 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 171 | "field_type": "text" | |
| 172 | }, | |
| 173 | { | |
| 174 | - | "name": "Beta Password", |
| 175 | "description": "", | |
| 176 | "env_variable": "SRCDS_BETAPASS", | |
| 177 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 181 | "field_type": "text" | |
| 182 | }, | |
| 183 | { | |
| 184 | - | "name": "ModPack", |
| 185 | - | "description": "Enter the Dependency String name for a ModPack to automatically be installed\r\nNOTE: If the modpack Updates, you will need to update this variable with the new Dependency String. This is done to allow Old Versions to be used.\r\nCHANGING THIS REQUIRES A SERVER REINSTALL", |
| 186 | "env_variable": "V_MODPACK", | |
| 187 | "default_value": "", | |
| 188 | "user_viewable": true, | |
| 189 | "user_editable": true, | |
| 190 | "rules": "string|nullable", | |
| 191 | "field_type": "text" | |
| 192 | }, | |
| 193 | { | |
| 194 | - | "name": "World Name", |
| 195 | - | "description": "Name to load if switching between multiple saved worlds.", |
| 196 | "env_variable": "WORLD", | |
| 197 | "default_value": "Dedicated", | |
| 198 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 202 | } | |
| 203 | ] | |
| 204 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2026-01-03T15:22:52+00:00", | |
| 8 | "name": "Valheim BepINex", | |
| 9 | "author": "eggs@goover.dev", | |
| 10 | + | "description": "一款供1-10名玩家游玩的残酷探索与生存游戏,设定在受维京文化启发的程序生成炼狱中,包含插件框架BepInEx", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | + | "name": "自动更新", |
| 35 | "description": "", | |
| 36 | "env_variable": "AUTO_UPDATE", | |
| 37 | "default_value": "1", | |
| 展开 3 行未改动 | ||
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | + | "name": "备份数量", |
| 45 | + | "description": "设置将保留的自动备份数量。第一个是“短”备份时长,其余的是“长”备份时长。使用默认值时,表示保留1个2小时前的备份,以及3个间隔12小时的备份。默认值:4。", |
| 46 | "env_variable": "BACKUP_COUNT", | |
| 47 | "default_value": "4", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|numeric|min:0", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | + | "name": "备份间隔", |
| 55 | + | "description": "更改世界保存的频率(秒)。默认值:1800(30分钟)。", |
| 56 | "env_variable": "BACKUP_INTERVAL", | |
| 57 | "default_value": "1800", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|numeric|min:0", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "长期备份", |
| 65 | + | "description": "设置连续自动备份之间的间隔时间(秒)。默认值:43200(12小时)。", |
| 66 | "env_variable": "BACKUP_LONGTIME", | |
| 67 | "default_value": "43200", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|numeric|min:0", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "短期备份", |
| 75 | + | "description": "设置首次自动备份之间的间隔(秒)。默认值:7200(2小时)。", |
| 76 | "env_variable": "BACKUP_SHORTTIME", | |
| 77 | "default_value": "7200", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "required|numeric|min:0", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | + | "name": "[系统] BepInEx 网址", |
| 85 | "description": "", | |
| 86 | "env_variable": "BEPINEX_URL", | |
| 87 | "default_value": "https://thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/", | |
| 展开 3 行未改动 | ||
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "[系统] 控制台过滤器", |
| 95 | + | "description": "从控制台中移除不需要的输出。", |
| 96 | "env_variable": "CONSOLE_FILTER", | |
| 97 | "default_value": "/^\\(Filename:.*Line:[[:space:]]+[[:digit:]]+\\)$/d; /^([[:space:]]+)?$/d", | |
| 98 | "user_viewable": false, | |
| 99 | "user_editable": false, | |
| 100 | "rules": "string", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | + | "name": "启用跨平台联机", |
| 105 | + | "description": "启用跨平台游戏支持", |
| 106 | "env_variable": "ENABLE_CROSSPLAY", | |
| 107 | "default_value": "0", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "boolean", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | + | "name": "[系统] LD Library Path", |
| 115 | + | "description": "需要加载服务器库。", |
| 116 | "env_variable": "LD_LIBRARY_PATH", | |
| 117 | "default_value": "./linux64", | |
| 118 | "user_viewable": false, | |
| 119 | "user_editable": false, | |
| 120 | "rules": "required|string", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | + | "name": "服务器密码", |
| 125 | + | "description": "服务器密码。", |
| 126 | "env_variable": "PASSWORD", | |
| 127 | "default_value": "secret", | |
| 128 | "user_viewable": true, | |
| 129 | "user_editable": true, | |
| 130 | "rules": "required|string|min:5|max:20", | |
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | + | "name": "公共服务器", |
| 135 | "description": "", | |
| 136 | "env_variable": "PUBLIC_SERVER", | |
| 137 | "default_value": "1", | |
| 展开 3 行未改动 | ||
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | + | "name": "服务器名称", |
| 145 | + | "description": "出现在服务器列表中的名称。", |
| 146 | "env_variable": "SERVER_NAME", | |
| 147 | "default_value": "My Server", | |
| 148 | "user_viewable": true, | |
| 149 | "user_editable": true, | |
| 150 | "rules": "required|string|max:60", | |
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | + | "name": "[系统] 应用 ID", |
| 155 | + | "description": "Valheim 自动更新的 Steam 应用 ID。", |
| 156 | "env_variable": "SRCDS_APPID", | |
| 157 | "default_value": "896660", | |
| 158 | "user_viewable": true, | |
| 159 | "user_editable": false, | |
| 160 | "rules": "nullable|numeric", | |
| 161 | "field_type": "text" | |
| 162 | }, | |
| 163 | { | |
| 164 | + | "name": "测试版分支", |
| 165 | "description": "", | |
| 166 | "env_variable": "SRCDS_BETAID", | |
| 167 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 171 | "field_type": "text" | |
| 172 | }, | |
| 173 | { | |
| 174 | + | "name": "测试版密码", |
| 175 | "description": "", | |
| 176 | "env_variable": "SRCDS_BETAPASS", | |
| 177 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 181 | "field_type": "text" | |
| 182 | }, | |
| 183 | { | |
| 184 | + | "name": "模组包", |
| 185 | + | "description": "输入要自动安装的整合包的依赖字符串名称。 \n注意:如果整合包更新,您需要使用新的依赖字符串更新此变量。这样做是为了允许使用旧版本。 \n更改此设置需要重新安装服务器。", |
| 186 | "env_variable": "V_MODPACK", | |
| 187 | "default_value": "", | |
| 188 | "user_viewable": true, | |
| 189 | "user_editable": true, | |
| 190 | "rules": "string|nullable", | |
| 191 | "field_type": "text" | |
| 192 | }, | |
| 193 | { | |
| 194 | + | "name": "世界名称", |
| 195 | + | "description": "在多个已保存的世界之间切换时加载的世界名称。", |
| 196 | "env_variable": "WORLD", | |
| 197 | "default_value": "Dedicated", | |
| 198 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 202 | } | |
| 203 | ] | |
| 204 | } | |
更新说明
v1.0.0
批量导入
v1.0.1
[AI翻译] 名称、描述、说明、JSON描述、变量