Rising World Java 旧版 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:28 → 2026-06-30 10:13
v1.0.1 v1.0.2
-10 +10
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:41+00:00",
8 "name": "Rising World Java Legacy",
9 "author": "eggs@goover.dev",
10 - "description": "Rising World is a voxel based open-world sandbox game, featuring a procedurally generated world, playable in single and multi-player.",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 - "name": "Server Name",
35 - "description": "Name of the server",
36 "env_variable": "SERVER_NAME",
37 "default_value": "Rising World Server",
38 "user_viewable": true,
39 "user_editable": true,
40 "rules": "required|string|max:32",
41 "field_type": "text"
42 },
43 {
44 - "name": "Max Players",
45 - "description": "Maximum player count for the server.",
46 "env_variable": "MAX_PLAYERS",
47 "default_value": "4",
48 "user_viewable": true,
49 "user_editable": false,
50 "rules": "required|integer|max:64",
51 "field_type": "text"
52 },
53 {
54 - "name": "RCON Port",
55 - "description": "Overrides the default RCON Port",
56 "env_variable": "RCON_PORT",
57 "default_value": "4253",
58 "user_viewable": true,
59 "user_editable": false,
60 "rules": "required|string|max:20",
61 "field_type": "text"
62 },
63 {
64 - "name": "RCON Password",
65 "description": "",
66 "env_variable": "RCON_PASSWORD",
67 "default_value": "changeme",
展开 3 行未改动
71 "field_type": "text"
72 },
73 {
74 - "name": "LD Library Path",
75 "description": "",
76 "env_variable": "LD_LIBRARY_PATH",
77 "default_value": "./linux64",
展开 3 行未改动
81 "field_type": "text"
82 },
83 {
84 - "name": "Server Password",
85 "description": "",
86 "env_variable": "SERVER_PASSWORD",
87 "default_value": "",
展开 24 行未改动
112 }
113 ]
114 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:41+00:00",
8 "name": "Rising World Java Legacy",
9 "author": "eggs@goover.dev",
10 + "description": "《崛起世界》是一款基于体素的开放世界沙盒游戏,拥有程序化生成的世界,支持单人及多人模式。",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 + "name": "服务器名称",
35 + "description": "服务器名称",
36 "env_variable": "SERVER_NAME",
37 "default_value": "Rising World Server",
38 "user_viewable": true,
39 "user_editable": true,
40 "rules": "required|string|max:32",
41 "field_type": "text"
42 },
43 {
44 + "name": "最大玩家数",
45 + "description": "服务器的最大玩家数量。",
46 "env_variable": "MAX_PLAYERS",
47 "default_value": "4",
48 "user_viewable": true,
49 "user_editable": false,
50 "rules": "required|integer|max:64",
51 "field_type": "text"
52 },
53 {
54 + "name": "RCON 端口",
55 + "description": "覆盖默认的RCON端口",
56 "env_variable": "RCON_PORT",
57 "default_value": "4253",
58 "user_viewable": true,
59 "user_editable": false,
60 "rules": "required|string|max:20",
61 "field_type": "text"
62 },
63 {
64 + "name": "RCON 密码",
65 "description": "",
66 "env_variable": "RCON_PASSWORD",
67 "default_value": "changeme",
展开 3 行未改动
71 "field_type": "text"
72 },
73 {
74 + "name": "LD 库路径",
75 "description": "",
76 "env_variable": "LD_LIBRARY_PATH",
77 "default_value": "./linux64",
展开 3 行未改动
81 "field_type": "text"
82 },
83 {
84 + "name": "服务器密码",
85 "description": "",
86 "env_variable": "SERVER_PASSWORD",
87 "default_value": "",
展开 24 行未改动
112 }
113 ]
114 }