原版基岩版 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:33 → 2026-06-30 10:33
v1.0.1 v1.0.2
-14 +14
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-06-18T12:40:19+02:00",
8 "name": "Vanilla Bedrock",
9 "author": "parker@parkervcp.com",
10 - "description": "Bedrock Edition (also known as the Bedrock Version, Bedrock Codebase, Bedrock Engine or just Bedrock) refers to the multi-platform family of editions of Minecraft developed by Mojang AB, Microsoft Studios, 4J Studios, and SkyBox Labs. Prior to this term, as the engine originated with Pocket Edition, this entire product family was referred to as \"Pocket Edition\", \"MCPE\", or \"Pocket/Windows 10 Edition\".",
11 "features": [
12 "pid_limit"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 - "name": "Bedrock Version",
35 - "description": "The version of bedrock. (Ex. 1.7.0.13)\r\n\r\nDefault version is latest.",
36 "env_variable": "BEDROCK_VERSION",
37 "default_value": "latest",
38 "user_viewable": true,
展开 3 行未改动
42 },
43 {
44 "name": "ld lib path",
45 - "description": "Dumb reasons to need this",
46 "env_variable": "LD_LIBRARY_PATH",
47 "default_value": ".",
48 "user_viewable": false,
49 "user_editable": false,
50 "rules": "required|string|max:20",
51 "field_type": "text"
52 },
53 {
54 - "name": "Server Name",
55 - "description": "The name for the server",
56 "env_variable": "SERVERNAME",
57 "default_value": "Bedrock Dedicated Server",
58 "user_viewable": true,
59 "user_editable": true,
60 "rules": "required|string|max:50",
61 "field_type": "text"
62 },
63 {
64 - "name": "Gamemode",
65 - "description": "Allowed values: \"survival\", \"creative\", or \"adventure\"",
66 "env_variable": "GAMEMODE",
67 "default_value": "survival",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "required|string|in:survival,creative,adventure",
71 "field_type": "text"
72 },
73 {
74 - "name": "Difficulty",
75 - "description": "Allowed values: \"peaceful\", \"easy\", \"normal\", or \"hard\"",
76 "env_variable": "DIFFICULTY",
77 "default_value": "easy",
78 "user_viewable": true,
79 "user_editable": true,
80 "rules": "required|string|in:peaceful,easy,normal,hard",
81 "field_type": "text"
82 },
83 {
84 - "name": "Allow cheats",
85 - "description": "If true then cheats like commands can be used.\r\n\r\nAllowed values: \"true\" or \"false\"",
86 "env_variable": "CHEATS",
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": "Choose World",
95 - "description": "If you have multiple world files, Enter the World Folder Name you want to Select to Start the Server",
96 "env_variable": "WORLDNAME",
97 "default_value": "default",
98 "user_viewable": true,
展开 3 行未改动
102 }
103 ]
104 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-06-18T12:40:19+02:00",
8 "name": "Vanilla Bedrock",
9 "author": "parker@parkervcp.com",
10 + "description": "基岩版(也称为基岩版本、基岩代码库、基岩引擎或简称为基岩)是指由Mojang AB、Microsoft Studios、4J Studios和SkyBox Labs开发的《我的世界》多平台系列版本。在此术语出现之前,由于该引擎最初源自携带版,整个产品系列曾被称为\"携带版\"、\"MCPE\"或\"携带版/Windows 10版\"。",
11 "features": [
12 "pid_limit"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 + "name": "基岩版",
35 + "description": "基岩版的版本号。(例如 1.7.0.13)\n\n默认版本为最新版。",
36 "env_variable": "BEDROCK_VERSION",
37 "default_value": "latest",
38 "user_viewable": true,
展开 3 行未改动
42 },
43 {
44 "name": "ld lib path",
45 + "description": "需要这个的愚蠢理由",
46 "env_variable": "LD_LIBRARY_PATH",
47 "default_value": ".",
48 "user_viewable": false,
49 "user_editable": false,
50 "rules": "required|string|max:20",
51 "field_type": "text"
52 },
53 {
54 + "name": "服务器名称",
55 + "description": "服务器的名称",
56 "env_variable": "SERVERNAME",
57 "default_value": "Bedrock Dedicated Server",
58 "user_viewable": true,
59 "user_editable": true,
60 "rules": "required|string|max:50",
61 "field_type": "text"
62 },
63 {
64 + "name": "游戏模式",
65 + "description": "允许的值:\"survival\"、\"creative\" 或 \"adventure",
66 "env_variable": "GAMEMODE",
67 "default_value": "survival",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "required|string|in:survival,creative,adventure",
71 "field_type": "text"
72 },
73 {
74 + "name": "难度",
75 + "description": "允许的值:\"peaceful\"(和平)、\"easy\"(简单)、\"normal\"(普通)或\"hard\"(困难)",
76 "env_variable": "DIFFICULTY",
77 "default_value": "easy",
78 "user_viewable": true,
79 "user_editable": true,
80 "rules": "required|string|in:peaceful,easy,normal,hard",
81 "field_type": "text"
82 },
83 {
84 + "name": "允许作弊",
85 + "description": "如果为 true,则可以使用命令等作弊功能。\n\n允许的值:\"true\" 或 \"false",
86 "env_variable": "CHEATS",
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": "选择世界",
95 + "description": "如果你有多个世界文件,请输入你想要选择启动服务器的世界文件夹名称。",
96 "env_variable": "WORLDNAME",
97 "default_value": "default",
98 "user_viewable": true,
展开 3 行未改动
102 }
103 ]
104 }