变更: v1.0.0 → v1.0.1
2026-07-01 03:48 → 2026-07-01 04:03
v1.0.0
v1.0.1
-17
+17
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-06-01T00:17:13+00:00", | |
| 8 | "name": "Terraria Vanilla", | |
| 9 | "author": "iamkubi@gmail.com", | |
| 10 | - | "description": "Dig, fight, explore, build! Nothing is impossible in this action-packed adventure game.", |
| 11 | "features": null, | |
| 12 | "docker_images": { | |
| 13 | "Debian": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:debian" | |
| 展开 15 行未改动 | ||
| 29 | }, | |
| 30 | "variables": [ | |
| 31 | { | |
| 32 | - | "name": "Terraria version", |
| 33 | - | "description": "the version of Terraria that is to be used.\r\n\r\nYou can use the full version number or the file number. (ex. 1.3.5.3 or 1353)\r\n\r\nGet version numbers here - https://terraria.wiki.gg/wiki/Server#Downloads", |
| 34 | "env_variable": "TERRARIA_VERSION", | |
| 35 | "default_value": "latest", | |
| 36 | "user_viewable": true, | |
| 37 | "user_editable": true, | |
| 38 | "rules": "required|string|max:20", | |
| 39 | "field_type": "text" | |
| 40 | }, | |
| 41 | { | |
| 42 | - | "name": "World Name", |
| 43 | - | "description": "The name for the world file.", |
| 44 | "env_variable": "WORLD_NAME", | |
| 45 | "default_value": "world", | |
| 46 | "user_viewable": true, | |
| 47 | "user_editable": true, | |
| 48 | "rules": "required|string|max:20", | |
| 49 | "field_type": "text" | |
| 50 | }, | |
| 51 | { | |
| 52 | - | "name": "Max Players", |
| 53 | - | "description": "The maximum number of players a server will hold.", |
| 54 | "env_variable": "MAX_PLAYERS", | |
| 55 | "default_value": "8", | |
| 56 | "user_viewable": true, | |
| 57 | "user_editable": true, | |
| 58 | "rules": "required|numeric|max:255", | |
| 59 | "field_type": "text" | |
| 60 | }, | |
| 61 | { | |
| 62 | - | "name": "World Size", |
| 63 | - | "description": "Defines the worlds size. 3 sizes 1 (small), 2 (medium), 3 (large).", |
| 64 | "env_variable": "WORLD_SIZE", | |
| 65 | "default_value": "1", | |
| 66 | "user_viewable": true, | |
| 67 | "user_editable": true, | |
| 68 | "rules": "required|numeric|in:1,2,3", | |
| 69 | "field_type": "text" | |
| 70 | }, | |
| 71 | { | |
| 72 | - | "name": "Difficulty", |
| 73 | - | "description": "World Difficulty\r\n\r\nOptions: 0(normal), 1(expert), 2(master), 3(journey)", |
| 74 | "env_variable": "WORLD_DIFFICULTY", | |
| 75 | "default_value": "3", | |
| 76 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 80 | }, | |
| 81 | { | |
| 82 | "name": "MOTD", | |
| 83 | - | "description": "Server MOTD", |
| 84 | "env_variable": "SERVER_MOTD", | |
| 85 | "default_value": "Welcome!", | |
| 86 | "user_viewable": true, | |
| 87 | "user_editable": true, | |
| 88 | "rules": "required|string|max:128", | |
| 89 | "field_type": "text" | |
| 90 | }, | |
| 91 | { | |
| 92 | - | "name": "World Seed", |
| 93 | - | "description": "The Seed to use when creating the World", |
| 94 | "env_variable": "WORLD_SEED", | |
| 95 | "default_value": "", | |
| 96 | "user_viewable": true, | |
| 97 | "user_editable": true, | |
| 98 | "rules": "nullable|string|max:20", | |
| 99 | "field_type": "text" | |
| 100 | }, | |
| 101 | { | |
| 102 | - | "name": "Password", |
| 103 | - | "description": "The password which should be used.", |
| 104 | "env_variable": "PASSWORD", | |
| 105 | "default_value": "", | |
| 106 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 110 | }, | |
| 111 | { | |
| 112 | "name": "NPCStream", | |
| 113 | - | "description": "Reduces enemy skipping but increases bandwidth usage. The lower the number the less skipping will happen, but more data is sent. 0 is off.", |
| 114 | "env_variable": "NPCSTREAM", | |
| 115 | "default_value": "0", | |
| 116 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 120 | } | |
| 121 | ] | |
| 122 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-06-01T00:17:13+00:00", | |
| 8 | "name": "Terraria Vanilla", | |
| 9 | "author": "iamkubi@gmail.com", | |
| 10 | + | "description": "挖掘、战斗、探索、建造!在这个充满动作的冒险游戏中,一切皆有可能。", |
| 11 | "features": null, | |
| 12 | "docker_images": { | |
| 13 | "Debian": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:debian" | |
| 展开 15 行未改动 | ||
| 29 | }, | |
| 30 | "variables": [ | |
| 31 | { | |
| 32 | + | "name": "泰拉瑞亚版本", |
| 33 | + | "description": "要使用的泰拉瑞亚版本。\n\n您可以使用完整版本号或文件编号。(例如 1.3.5.3 或 1353)\n\n在此处获取版本号 - https://terraria.wiki.gg/wiki/Server#Downloads", |
| 34 | "env_variable": "TERRARIA_VERSION", | |
| 35 | "default_value": "latest", | |
| 36 | "user_viewable": true, | |
| 37 | "user_editable": true, | |
| 38 | "rules": "required|string|max:20", | |
| 39 | "field_type": "text" | |
| 40 | }, | |
| 41 | { | |
| 42 | + | "name": "世界名称", |
| 43 | + | "description": "世界文件的名称。", |
| 44 | "env_variable": "WORLD_NAME", | |
| 45 | "default_value": "world", | |
| 46 | "user_viewable": true, | |
| 47 | "user_editable": true, | |
| 48 | "rules": "required|string|max:20", | |
| 49 | "field_type": "text" | |
| 50 | }, | |
| 51 | { | |
| 52 | + | "name": "最大玩家数", |
| 53 | + | "description": "服务器能容纳的最大玩家数量。", |
| 54 | "env_variable": "MAX_PLAYERS", | |
| 55 | "default_value": "8", | |
| 56 | "user_viewable": true, | |
| 57 | "user_editable": true, | |
| 58 | "rules": "required|numeric|max:255", | |
| 59 | "field_type": "text" | |
| 60 | }, | |
| 61 | { | |
| 62 | + | "name": "世界大小", |
| 63 | + | "description": "定义世界的尺寸。3种尺寸:1(小型)、2(中型)、3(大型)。", |
| 64 | "env_variable": "WORLD_SIZE", | |
| 65 | "default_value": "1", | |
| 66 | "user_viewable": true, | |
| 67 | "user_editable": true, | |
| 68 | "rules": "required|numeric|in:1,2,3", | |
| 69 | "field_type": "text" | |
| 70 | }, | |
| 71 | { | |
| 72 | + | "name": "难度", |
| 73 | + | "description": "世界难度\n\n选项:0(普通),1(专家),2(大师),3(旅途)", |
| 74 | "env_variable": "WORLD_DIFFICULTY", | |
| 75 | "default_value": "3", | |
| 76 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 80 | }, | |
| 81 | { | |
| 82 | "name": "MOTD", | |
| 83 | + | "description": "服务器MOTD", |
| 84 | "env_variable": "SERVER_MOTD", | |
| 85 | "default_value": "Welcome!", | |
| 86 | "user_viewable": true, | |
| 87 | "user_editable": true, | |
| 88 | "rules": "required|string|max:128", | |
| 89 | "field_type": "text" | |
| 90 | }, | |
| 91 | { | |
| 92 | + | "name": "世界种子", |
| 93 | + | "description": "创建世界时使用的种子", |
| 94 | "env_variable": "WORLD_SEED", | |
| 95 | "default_value": "", | |
| 96 | "user_viewable": true, | |
| 97 | "user_editable": true, | |
| 98 | "rules": "nullable|string|max:20", | |
| 99 | "field_type": "text" | |
| 100 | }, | |
| 101 | { | |
| 102 | + | "name": "密码", |
| 103 | + | "description": "应该使用的密码。", |
| 104 | "env_variable": "PASSWORD", | |
| 105 | "default_value": "", | |
| 106 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 110 | }, | |
| 111 | { | |
| 112 | "name": "NPCStream", | |
| 113 | + | "description": "减少敌人跳跃但增加带宽使用。数值越低,跳跃现象越少,但发送的数据量越大。设为0则关闭。", |
| 114 | "env_variable": "NPCSTREAM", | |
| 115 | "default_value": "0", | |
| 116 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 120 | } | |
| 121 | ] | |
| 122 | } | |
更新说明
v1.0.0
批量导入
v1.0.1
[AI翻译] 名称、描述、说明、JSON描述、变量