变更: v1.0.1 → v1.0.2
2026-06-30 08:27 → 2026-06-30 10:04
v1.0.1
v1.0.2
-30
+30
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-09-20T09:14:59+02:00", | |
| 8 | "name": "Eco", | |
| 9 | "author": "eggs@goover.dev", | |
| 10 | - | "description": "Eco is an online world from Strange Loop Games where players must build civilization using resources from an ecosystem that can be damaged and destroyed. The world of Eco is an incredibly reactive one, and whatever any player does in the world affects the underlying ecosystem.", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | - | "name": "[STEAM] AppID", |
| 35 | "description": "", | |
| 36 | "env_variable": "SRCDS_APPID", | |
| 37 | "default_value": "739590", | |
| 展开 3 行未改动 | ||
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "[SERVER] Webserver Port", |
| 45 | - | "description": "Port for the Webserver", |
| 46 | "env_variable": "WEB_PORT", | |
| 47 | "default_value": "", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|integer|between:1024,65536", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | - | "name": "[SERVER] Public Server", |
| 55 | - | "description": "Set to True to have the server listed in the Eco client", |
| 56 | "env_variable": "PUB_SRV", | |
| 57 | "default_value": "false", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|string|in:true,false", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "[SERVER] Server Password", |
| 65 | - | "description": "Set a password for the server, or leave this blank to not require a password. Players on the whitelist will not have to enter a password.", |
| 66 | "env_variable": "SRV_PW", | |
| 67 | "default_value": "", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "nullable|string|max:20", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "[SERVER] Server Name", |
| 75 | - | "description": "Sets the name of your server in the client server browser. Chat_Commands#Text_markup can be used to add color or modify the appearance of the text.", |
| 76 | "env_variable": "SRV_NAME", | |
| 77 | "default_value": "Hosted by panel", | |
| 78 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 82 | }, | |
| 83 | { | |
| 84 | "name": "UPNP", | |
| 85 | - | "description": "UPNP OFF", |
| 86 | "env_variable": "UPNP", | |
| 87 | "default_value": "false", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|string|in:true,false", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "[SERVER] Auto Update", |
| 95 | "description": "", | |
| 96 | "env_variable": "AUTO_UPDATE", | |
| 97 | "default_value": "1", | |
| 展开 3 行未改动 | ||
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | - | "name": "[SERVER] Webserver URL", |
| 105 | - | "description": "your webserver url.", |
| 106 | "env_variable": "WEBSRVURL", | |
| 107 | "default_value": "", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "nullable|url", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | - | "name": "[SERVER] Max Connections", |
| 115 | - | "description": "Maximum number of concurrent players (-1 no limits).", |
| 116 | "env_variable": "MAX_CON", | |
| 117 | "default_value": "-1", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": true, | |
| 120 | "rules": "required|string|max:20", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | - | "name": "[SERVER] Playtime", |
| 125 | - | "description": "This is automatically filled in if you created the server in the Eco client and made a Timetable (schedule of preferred playtimes). If this is blank, the best way to fill it in is to “Set Playtime” through the Game Menu (Esc), and copy and paste the data from playtime.eco.", |
| 126 | "env_variable": "PLAYTIME", | |
| 127 | "default_value": "", | |
| 128 | "user_viewable": true, | |
| 129 | "user_editable": true, | |
| 130 | "rules": "nullable|string", | |
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | - | "name": "[SERVER] Detailed Description", |
| 135 | - | "description": "Sets the long-form description of your server when people click on it in the server browser. Adding this description helps the server show up more prominently in the browser.", |
| 136 | "env_variable": "DEDES", | |
| 137 | "default_value": "", | |
| 138 | "user_viewable": true, | |
| 139 | "user_editable": true, | |
| 140 | "rules": "nullable|string|max:50", | |
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | - | "name": "[SERVER] RCON Port", |
| 145 | "description": "", | |
| 146 | "env_variable": "RCON_PORT", | |
| 147 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | - | "name": "[SERVER] RCON Password", |
| 155 | "description": "", | |
| 156 | "env_variable": "RCON_PW", | |
| 157 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 161 | "field_type": "text" | |
| 162 | }, | |
| 163 | { | |
| 164 | - | "name": "[SERVER] Discord Server", |
| 165 | - | "description": "Invite link ID for a Discord server (the ID after the “discord.gg/”).", |
| 166 | "env_variable": "DISCORD_SRV", | |
| 167 | "default_value": "", | |
| 168 | "user_viewable": true, | |
| 169 | "user_editable": true, | |
| 170 | "rules": "nullable|string", | |
| 171 | "field_type": "text" | |
| 172 | }, | |
| 173 | { | |
| 174 | - | "name": "[SERVER] Server Category", |
| 175 | - | "description": "Choose from 1 of 4 categories that will show up when players first click on “New Game” in the Eco client. Selecting a category makes it much more likely new players will join your server. Strings available for this option are: None; Beginner; Established; BeginnerHard; Strange", |
| 176 | "env_variable": "SRV_CAT", | |
| 177 | "default_value": "None", | |
| 178 | "user_viewable": true, | |
| 179 | "user_editable": true, | |
| 180 | "rules": "required|string|in:None,Beginner,Established,BeginnerHard,Strange", | |
| 181 | "field_type": "text" | |
| 182 | }, | |
| 183 | { | |
| 184 | - | "name": "[SERVER] Language", |
| 185 | - | "description": "Defines the language.", |
| 186 | "env_variable": "LANGUAGE", | |
| 187 | "default_value": "English", | |
| 188 | "user_viewable": true, | |
| 189 | "user_editable": true, | |
| 190 | "rules": "required|string|in:English,French,German", | |
| 191 | "field_type": "text" | |
| 192 | }, | |
| 193 | { | |
| 194 | - | "name": "[ACCOUNT] SLG Username", |
| 195 | "description": "", | |
| 196 | "env_variable": "SLG_USER", | |
| 197 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 201 | "field_type": "text" | |
| 202 | }, | |
| 203 | { | |
| 204 | - | "name": "[ACCOUNT] SLG Pasword", |
| 205 | "description": "", | |
| 206 | "env_variable": "SLG_PW", | |
| 207 | "default_value": "", | |
| 展开 4 行未改动 | ||
| 212 | } | |
| 213 | ] | |
| 214 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-09-20T09:14:59+02:00", | |
| 8 | "name": "Eco", | |
| 9 | "author": "eggs@goover.dev", | |
| 10 | + | "description": "Eco 是一款由 Strange Loop Games 开发的在线世界游戏,玩家必须利用生态系统中的资源来建设文明,而这一生态系统可能会受到损害甚至被摧毁。Eco 的世界具有极强的反应性,任何玩家在游戏中所做的行为都会影响底层的生态系统。", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | + | "name": "[STEAM] 应用ID", |
| 35 | "description": "", | |
| 36 | "env_variable": "SRCDS_APPID", | |
| 37 | "default_value": "739590", | |
| 展开 3 行未改动 | ||
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | + | "name": "[SERVER] 网络服务器端口", |
| 45 | + | "description": "Web服务器的端口", |
| 46 | "env_variable": "WEB_PORT", | |
| 47 | "default_value": "", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|integer|between:1024,65536", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | + | "name": "[SERVER] 公共服务器", |
| 55 | + | "description": "设置为 True 以使服务器在 Eco 客户端中列出。", |
| 56 | "env_variable": "PUB_SRV", | |
| 57 | "default_value": "false", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|string|in:true,false", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "[SERVER] 服务器密码", |
| 65 | + | "description": "为服务器设置密码,留空则无需密码。白名单中的玩家无需输入密码。", |
| 66 | "env_variable": "SRV_PW", | |
| 67 | "default_value": "", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "nullable|string|max:20", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "[SERVER] 服务器名称", |
| 75 | + | "description": "在客户端服务器浏览器中设置您的服务器名称。可以使用聊天命令#文本标记来添加颜色或修改文本的外观。", |
| 76 | "env_variable": "SRV_NAME", | |
| 77 | "default_value": "Hosted by panel", | |
| 78 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 82 | }, | |
| 83 | { | |
| 84 | "name": "UPNP", | |
| 85 | + | "description": "UPNP 关闭", |
| 86 | "env_variable": "UPNP", | |
| 87 | "default_value": "false", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|string|in:true,false", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "[SERVER] 自动更新", |
| 95 | "description": "", | |
| 96 | "env_variable": "AUTO_UPDATE", | |
| 97 | "default_value": "1", | |
| 展开 3 行未改动 | ||
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | + | "name": "[SERVER] 网络服务器URL", |
| 105 | + | "description": "你的网络服务器网址。", |
| 106 | "env_variable": "WEBSRVURL", | |
| 107 | "default_value": "", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "nullable|url", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | + | "name": "[SERVER] 最大连接数", |
| 115 | + | "description": "最大同时在线玩家数(-1 表示无限制)。", |
| 116 | "env_variable": "MAX_CON", | |
| 117 | "default_value": "-1", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": true, | |
| 120 | "rules": "required|string|max:20", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | + | "name": "[SERVER] 游戏时间", |
| 125 | + | "description": "如果你在Eco客户端创建服务器并设置了时间表(偏好游戏时间安排),此项将自动填写。若此项为空,最佳填写方式是通过游戏菜单(Esc键)选择“设置游戏时间”,然后从playtime.eco复制粘贴数据。", |
| 126 | "env_variable": "PLAYTIME", | |
| 127 | "default_value": "", | |
| 128 | "user_viewable": true, | |
| 129 | "user_editable": true, | |
| 130 | "rules": "nullable|string", | |
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | + | "name": "[SERVER] 详细描述", |
| 135 | + | "description": "设置服务器在浏览器中被点击时显示的长格式描述。添加此描述有助于服务器在浏览器中更突出地显示。", |
| 136 | "env_variable": "DEDES", | |
| 137 | "default_value": "", | |
| 138 | "user_viewable": true, | |
| 139 | "user_editable": true, | |
| 140 | "rules": "nullable|string|max:50", | |
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | + | "name": "[SERVER] RCON 端口", |
| 145 | "description": "", | |
| 146 | "env_variable": "RCON_PORT", | |
| 147 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | + | "name": "[SERVER] RCON 密码", |
| 155 | "description": "", | |
| 156 | "env_variable": "RCON_PW", | |
| 157 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 161 | "field_type": "text" | |
| 162 | }, | |
| 163 | { | |
| 164 | + | "name": "[SERVER] Discord 服务器", |
| 165 | + | "description": "Discord 服务器的邀请链接 ID(\"discord.gg/\" 后面的 ID)。", |
| 166 | "env_variable": "DISCORD_SRV", | |
| 167 | "default_value": "", | |
| 168 | "user_viewable": true, | |
| 169 | "user_editable": true, | |
| 170 | "rules": "nullable|string", | |
| 171 | "field_type": "text" | |
| 172 | }, | |
| 173 | { | |
| 174 | + | "name": "[SERVER] 服务器类别", |
| 175 | + | "description": "在Eco客户端中,当玩家首次点击“新游戏”时,从4个类别中选择1个显示。选择一个类别将大大提高新玩家加入您服务器的可能性。此选项可用的字符串为:无;新手;已建立;新手困难;奇特。", |
| 176 | "env_variable": "SRV_CAT", | |
| 177 | "default_value": "None", | |
| 178 | "user_viewable": true, | |
| 179 | "user_editable": true, | |
| 180 | "rules": "required|string|in:None,Beginner,Established,BeginnerHard,Strange", | |
| 181 | "field_type": "text" | |
| 182 | }, | |
| 183 | { | |
| 184 | + | "name": "[SERVER] 语言", |
| 185 | + | "description": "定义语言。", |
| 186 | "env_variable": "LANGUAGE", | |
| 187 | "default_value": "English", | |
| 188 | "user_viewable": true, | |
| 189 | "user_editable": true, | |
| 190 | "rules": "required|string|in:English,French,German", | |
| 191 | "field_type": "text" | |
| 192 | }, | |
| 193 | { | |
| 194 | + | "name": "[账户] SLG 用户名", |
| 195 | "description": "", | |
| 196 | "env_variable": "SLG_USER", | |
| 197 | "default_value": "", | |
| 展开 3 行未改动 | ||
| 201 | "field_type": "text" | |
| 202 | }, | |
| 203 | { | |
| 204 | + | "name": "[账户] SLG密码", |
| 205 | "description": "", | |
| 206 | "env_variable": "SLG_PW", | |
| 207 | "default_value": "", | |
| 展开 4 行未改动 | ||
| 212 | } | |
| 213 | ] | |
| 214 | } | |
更新说明
v1.0.1
[AI翻译] 名称、描述、说明、JSON描述、变量
v1.0.2
[AI翻译] 描述、说明、JSON描述、变量