变更: v1.0.0 → v1.0.1
2026-07-01 03:48 → 2026-07-01 04:01
v1.0.0
v1.0.1
-19
+19
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-06-15T09:58:09+02:00", | |
| 8 | "name": "tModloader", | |
| 9 | "author": "parker@parkervcp.com", | |
| 10 | - | "description": "tModLoader is essentially a mod that provides a way to load your own mods without having to work directly with Terraria's source code itself. This means you can easily make mods that are compatible with other people's mods, save yourself the trouble of having to decompile and recompile Terraria.exe, and escape from having to understand all of the obscure \"intricacies\" of Terraria's source code. It is made to work for Terraria 1.3+.", |
| 11 | "features": [], | |
| 12 | "docker_images": { | |
| 13 | "Dotnet 8": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:dotnet_8", | |
| 展开 16 行未改动 | ||
| 30 | }, | |
| 31 | "variables": [ | |
| 32 | { | |
| 33 | - | "name": "World Name", |
| 34 | - | "description": "The name for the world file.", |
| 35 | "env_variable": "WORLD_NAME", | |
| 36 | "default_value": "world", | |
| 37 | "user_viewable": true, | |
| 38 | "user_editable": true, | |
| 39 | "rules": "required|string|max:20", | |
| 40 | "field_type": "text" | |
| 41 | }, | |
| 42 | { | |
| 43 | - | "name": "Max Players", |
| 44 | - | "description": "The maximum number of players a server will hold.", |
| 45 | "env_variable": "MAX_PLAYERS", | |
| 46 | "default_value": "8", | |
| 47 | "user_viewable": true, | |
| 48 | "user_editable": false, | |
| 49 | "rules": "required|numeric|digits_between:1,3", | |
| 50 | "field_type": "text" | |
| 51 | }, | |
| 52 | { | |
| 53 | - | "name": "World Size", |
| 54 | - | "description": "Defines the worlds size. 3 sizes 1 (small), 2 (medium), 3 (large).", |
| 55 | "env_variable": "WORLD_SIZE", | |
| 56 | "default_value": "1", | |
| 57 | "user_viewable": true, | |
| 58 | "user_editable": true, | |
| 59 | "rules": "required|string|in:1,2,3", | |
| 60 | "field_type": "text" | |
| 61 | }, | |
| 62 | { | |
| 63 | - | "name": "tModloader Version", |
| 64 | - | "description": "The version of tModloader that is to be used.", |
| 65 | "env_variable": "VERSION", | |
| 66 | "default_value": "latest", | |
| 67 | "user_viewable": true, | |
| 68 | "user_editable": true, | |
| 69 | "rules": "required|string|max:20", | |
| 70 | "field_type": "text" | |
| 71 | }, | |
| 72 | { | |
| 73 | - | "name": "GitHub User", |
| 74 | - | "description": "GitHub user to use for api calls.\r\n\r\nThis only needs to be set if you hit the GitHub API too often across multiple servers.", |
| 75 | "env_variable": "GITHUB_USER", | |
| 76 | "default_value": "", | |
| 77 | "user_viewable": false, | |
| 展开 3 行未改动 | ||
| 81 | }, | |
| 82 | { | |
| 83 | "name": "GitHub OAuth Token", | |
| 84 | - | "description": "This can be either an OAuth or a Personal Access Token.\r\n\r\nThis is required for the install is you set a user.", |
| 85 | "env_variable": "GITHUB_OAUTH_TOKEN", | |
| 86 | "default_value": "", | |
| 87 | "user_viewable": false, | |
| 88 | "user_editable": false, | |
| 89 | "rules": "string|nullable", | |
| 90 | "field_type": "text" | |
| 91 | }, | |
| 92 | { | |
| 93 | - | "name": "Difficulty", |
| 94 | - | "description": "Sets the difficulty of the world when using auto-create. Options: 0(normal), 1(expert), 2(master), 3(journey)", |
| 95 | "env_variable": "DIFFICULTY", | |
| 96 | "default_value": "0", | |
| 97 | "user_viewable": true, | |
| 98 | "user_editable": true, | |
| 99 | "rules": "required|string|in:0,1,2,3", | |
| 100 | "field_type": "text" | |
| 101 | }, | |
| 102 | { | |
| 103 | - | "name": "Server Password", |
| 104 | - | "description": "Server password for users to connect to your server.\r\nCan be empty for no password.", |
| 105 | "env_variable": "SERVER_PASSWORD", | |
| 106 | "default_value": "", | |
| 107 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 111 | }, | |
| 112 | { | |
| 113 | "name": "MOTD", | |
| 114 | - | "description": "Message of the Day for the server", |
| 115 | "env_variable": "MOTD", | |
| 116 | "default_value": "Please don’t cut the purple trees!", | |
| 117 | "user_viewable": true, | |
| 118 | "user_editable": true, | |
| 119 | "rules": "required|string|max:40", | |
| 120 | "field_type": "text" | |
| 121 | }, | |
| 122 | { | |
| 123 | - | "name": "Language", |
| 124 | - | "description": "Sets the server language \r\n1:English, \r\n2:German, \r\n3:Italian, \r\n4:French, \r\n5:Spanish", |
| 125 | "env_variable": "LANGUAGE", | |
| 126 | "default_value": "1", | |
| 127 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 131 | } | |
| 132 | ] | |
| 133 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-06-15T09:58:09+02:00", | |
| 8 | "name": "tModloader", | |
| 9 | "author": "parker@parkervcp.com", | |
| 10 | + | "description": "tModLoader本质上是一个模组,它提供了一种在不直接处理泰拉瑞亚源代码的情况下加载你自己模组的方式。这意味着你可以轻松制作与其他人的模组兼容的模组,省去反编译和重新编译Terraria.exe的麻烦,并且不必理解泰拉瑞亚源代码中所有晦涩难懂的“复杂之处”。它被设计为适用于泰拉瑞亚1.3及以上版本。", |
| 11 | "features": [], | |
| 12 | "docker_images": { | |
| 13 | "Dotnet 8": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:dotnet_8", | |
| 展开 16 行未改动 | ||
| 30 | }, | |
| 31 | "variables": [ | |
| 32 | { | |
| 33 | + | "name": "世界名称", |
| 34 | + | "description": "世界文件的名称。", |
| 35 | "env_variable": "WORLD_NAME", | |
| 36 | "default_value": "world", | |
| 37 | "user_viewable": true, | |
| 38 | "user_editable": true, | |
| 39 | "rules": "required|string|max:20", | |
| 40 | "field_type": "text" | |
| 41 | }, | |
| 42 | { | |
| 43 | + | "name": "最大玩家数", |
| 44 | + | "description": "服务器能容纳的最大玩家数量。", |
| 45 | "env_variable": "MAX_PLAYERS", | |
| 46 | "default_value": "8", | |
| 47 | "user_viewable": true, | |
| 48 | "user_editable": false, | |
| 49 | "rules": "required|numeric|digits_between:1,3", | |
| 50 | "field_type": "text" | |
| 51 | }, | |
| 52 | { | |
| 53 | + | "name": "世界大小", |
| 54 | + | "description": "定义世界的尺寸。3种尺寸:1(小型)、2(中型)、3(大型)。", |
| 55 | "env_variable": "WORLD_SIZE", | |
| 56 | "default_value": "1", | |
| 57 | "user_viewable": true, | |
| 58 | "user_editable": true, | |
| 59 | "rules": "required|string|in:1,2,3", | |
| 60 | "field_type": "text" | |
| 61 | }, | |
| 62 | { | |
| 63 | + | "name": "tModloader 版本", |
| 64 | + | "description": "要使用的 tModloader 版本。", |
| 65 | "env_variable": "VERSION", | |
| 66 | "default_value": "latest", | |
| 67 | "user_viewable": true, | |
| 68 | "user_editable": true, | |
| 69 | "rules": "required|string|max:20", | |
| 70 | "field_type": "text" | |
| 71 | }, | |
| 72 | { | |
| 73 | + | "name": "GitHub用户", |
| 74 | + | "description": "用于API调用的GitHub用户。\n\n如果你在多台服务器上频繁调用GitHub API,才需要设置此项。", |
| 75 | "env_variable": "GITHUB_USER", | |
| 76 | "default_value": "", | |
| 77 | "user_viewable": false, | |
| 展开 3 行未改动 | ||
| 81 | }, | |
| 82 | { | |
| 83 | "name": "GitHub OAuth Token", | |
| 84 | + | "description": "这可以是OAuth或Personal Access Token。如果你设置了用户,则在安装时需要此项。", |
| 85 | "env_variable": "GITHUB_OAUTH_TOKEN", | |
| 86 | "default_value": "", | |
| 87 | "user_viewable": false, | |
| 88 | "user_editable": false, | |
| 89 | "rules": "string|nullable", | |
| 90 | "field_type": "text" | |
| 91 | }, | |
| 92 | { | |
| 93 | + | "name": "难度", |
| 94 | + | "description": "设置使用自动创建时的世界难度。选项:0(正常),1(专家),2(大师),3(旅途)", |
| 95 | "env_variable": "DIFFICULTY", | |
| 96 | "default_value": "0", | |
| 97 | "user_viewable": true, | |
| 98 | "user_editable": true, | |
| 99 | "rules": "required|string|in:0,1,2,3", | |
| 100 | "field_type": "text" | |
| 101 | }, | |
| 102 | { | |
| 103 | + | "name": "服务器密码", |
| 104 | + | "description": "用户连接服务器所需的密码。 \n留空表示无密码。", |
| 105 | "env_variable": "SERVER_PASSWORD", | |
| 106 | "default_value": "", | |
| 107 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 111 | }, | |
| 112 | { | |
| 113 | "name": "MOTD", | |
| 114 | + | "description": "服务器每日消息", |
| 115 | "env_variable": "MOTD", | |
| 116 | "default_value": "Please don’t cut the purple trees!", | |
| 117 | "user_viewable": true, | |
| 118 | "user_editable": true, | |
| 119 | "rules": "required|string|max:40", | |
| 120 | "field_type": "text" | |
| 121 | }, | |
| 122 | { | |
| 123 | + | "name": "语言", |
| 124 | + | "description": "设置服务器语言\n1:英语,\n2:德语,\n3:意大利语,\n4:法语,\n5:西班牙语", |
| 125 | "env_variable": "LANGUAGE", | |
| 126 | "default_value": "1", | |
| 127 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 131 | } | |
| 132 | ] | |
| 133 | } | |
更新说明
v1.0.0
批量导入
v1.0.1
[AI翻译] 描述、说明、JSON描述、变量