变更: v1.0.1 → v1.0.2
2026-06-30 08:33 → 2026-06-30 10:31
v1.0.1
v1.0.2
-13
+13
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2025-11-02T10:25:41+00:00", | |
| 8 | "name": "Voyagers of Nera", | |
| 9 | "author": "quinten@pelican.dev", | |
| 10 | - | "description": " Voyagers of Nera is a cooperative survival-crafting game where you must survive a magical ocean world brimming with lost spirits and deadly monsters. Sail to distant islands, build beautiful villages and surf across the waves with up to 10 players. ", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | - | "name": "Auto saveTimer Seconds", |
| 35 | - | "description": "How often your server will automatically save. It’s not recommended to adjust this setting unless you specifically have a reason to.", |
| 36 | "env_variable": "AUTO_SAVE_TIMER_SECONDS", | |
| 37 | "default_value": "300", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": true, | |
| 40 | "rules": "required|int|between:10,900", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "Auto Update", |
| 45 | - | "description": "Automatically update the server on startup", |
| 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": "Display Name", |
| 55 | - | "description": "The public name of your server other players will see when browsing servers.", |
| 56 | "env_variable": "DISPLAY_NAME", | |
| 57 | "default_value": "My_Super_Cool_Server", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|alpha_dash|max:30", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "Max Players", |
| 65 | - | "description": "The maximum number of players allowed to be connected to your server at once.", |
| 66 | "env_variable": "MAX_PLAYERS", | |
| 67 | "default_value": "10", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|int|between:0,10", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "Server Password", |
| 75 | - | "description": "The password required for players to join your game.\n\nA blank value means the server will not be password-protected and is joinable by any player.", |
| 76 | "env_variable": "SERVER_PASSWORD", | |
| 77 | "default_value": "noonewilleverguessthis", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "nullable|alpha_dash", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | - | "name": "App ID", |
| 85 | "description": "", | |
| 86 | "env_variable": "SRCDS_APPID", | |
| 87 | "default_value": "3937860", | |
| 展开 3 行未改动 | ||
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "Windows Install", |
| 95 | "description": "", | |
| 96 | "env_variable": "WINDOWS_INSTALL", | |
| 97 | "default_value": "1", | |
| 展开 4 行未改动 | ||
| 102 | } | |
| 103 | ] | |
| 104 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2025-11-02T10:25:41+00:00", | |
| 8 | "name": "Voyagers of Nera", | |
| 9 | "author": "quinten@pelican.dev", | |
| 10 | + | "description": "《奈拉航海者》是一款合作生存建造游戏,你必须在充满迷失灵魂与致命怪物的魔法海洋世界中生存。与最多10名玩家一同航行至遥远岛屿,建造美丽村庄,并在海浪上冲浪前行。", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | + | "name": "自动保存计时器秒数", |
| 35 | + | "description": "服务器自动保存的频率。除非有特定原因,否则不建议调整此设置。", |
| 36 | "env_variable": "AUTO_SAVE_TIMER_SECONDS", | |
| 37 | "default_value": "300", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": true, | |
| 40 | "rules": "required|int|between:10,900", | |
| 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": "DISPLAY_NAME", | |
| 57 | "default_value": "My_Super_Cool_Server", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|alpha_dash|max:30", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "最大玩家数", |
| 65 | + | "description": "服务器允许同时连接的最大玩家数量。", |
| 66 | "env_variable": "MAX_PLAYERS", | |
| 67 | "default_value": "10", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|int|between:0,10", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "服务器密码", |
| 75 | + | "description": "玩家加入你的游戏所需的密码。\n\n留空表示服务器将不设密码保护,任何玩家均可加入。", |
| 76 | "env_variable": "SERVER_PASSWORD", | |
| 77 | "default_value": "noonewilleverguessthis", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "nullable|alpha_dash", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | + | "name": "应用ID", |
| 85 | "description": "", | |
| 86 | "env_variable": "SRCDS_APPID", | |
| 87 | "default_value": "3937860", | |
| 展开 3 行未改动 | ||
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "Windows 安装程序", |
| 95 | "description": "", | |
| 96 | "env_variable": "WINDOWS_INSTALL", | |
| 97 | "default_value": "1", | |
| 展开 4 行未改动 | ||
| 102 | } | |
| 103 | ] | |
| 104 | } | |