Tower Unite 版本对比

变更: v1.0.2v1.0.3 2026-06-30 08:34 → 2026-06-30 10:29
v1.0.2 v1.0.3
-17 +17
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-12-28T10:55:54+00:00",
8 "name": "Tower Unite",
9 "author": "teamwuffy@gmail.com",
10 - "description": "PLAY, CREATE, PARTY! Tower Unite is a community-based virtual world party game with online games, entertainment, activities, and absolutely NO microtransactions.",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 - "name": "Auto Save",
35 - "description": "Enables the auto save system, which will periodically save the condo data after changes have been made.",
36 "env_variable": "AUTO_SAVE",
37 "default_value": "True",
38 "user_viewable": true,
39 "user_editable": true,
40 "rules": "in:True,False",
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": "Game Map",
55 - "description": "The Condo map your Dedicated Condo will use.",
56 "env_variable": "GAME_MAP",
57 "default_value": "/Game/Maps/C_Condo",
58 "user_viewable": true,
59 "user_editable": true,
60 "rules": "in:/Game/Maps/C_Condo,/Game/Maps/C_House,/Game/Maps/C_SmoothDirt,/Game/Maps/C_Lobby1,/Game/Maps/C_SmoothAutumn,/Game/Maps/C_Underwater,/Game/Maps/C_Highrise,/Game/Maps/C_Studio,/Game/Maps/C_Theatre,/Game/Maps/C_Courtyard,/Game/Maps/C_IcePlanet",
61 "field_type": "text"
62 },
63 {
64 - "name": "Max Players",
65 - "description": "Set the max players (2 - 64) (default 32)",
66 "env_variable": "MAX_PLAYERS",
67 "default_value": "32",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "integer|between:2,64",
71 "field_type": "text"
72 },
73 {
74 - "name": "Query Port",
75 "description": "",
76 "env_variable": "QUERY_PORT",
77 "default_value": "27016",
展开 3 行未改动
81 "field_type": "text"
82 },
83 {
84 - "name": "Server Title",
85 - "description": "Set the title of the server",
86 "env_variable": "SERVER_TITLE",
87 "default_value": "My Dedicated Condo",
88 "user_viewable": true,
89 "user_editable": true,
90 "rules": "required|string",
91 "field_type": "text"
92 },
93 {
94 - "name": "App ID",
95 "description": "",
96 "env_variable": "SRCDS_APPID",
97 "default_value": "439660",
展开 3 行未改动
101 "field_type": "text"
102 },
103 {
104 - "name": "Steam Login Token",
105 - "description": "Sets the token to grant you a static Steam ID.\nhttps://steamcommunity.com/dev/managegameservers: APP_ID:394690",
106 "env_variable": "STEAM_LOGIN_TOKEN",
107 "default_value": "",
108 "user_viewable": true,
109 "user_editable": true,
110 "rules": "required|string",
111 "field_type": "text"
112 },
113 {
114 - "name": "Tower Login Token",
115 - "description": "Allows you to connect to Tower Unite's condo server list.\nhttps://moderation.towerunite.com/manage_game_servers.php",
116 "env_variable": "TOWER_LOGIN_TOKEN",
117 "default_value": "",
118 "user_viewable": true,
展开 3 行未改动
122 }
123 ]
124 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-12-28T10:55:54+00:00",
8 "name": "Tower Unite",
9 "author": "teamwuffy@gmail.com",
10 + "description": "游玩、创造、派对!Tower Unite 是一款基于社区的虚拟世界派对游戏,包含在线游戏、娱乐、活动,并且绝对没有微交易。",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 + "name": "自动保存",
35 + "description": "启用自动保存系统,该系统将在更改后定期保存公寓数据。",
36 "env_variable": "AUTO_SAVE",
37 "default_value": "True",
38 "user_viewable": true,
39 "user_editable": true,
40 "rules": "in:True,False",
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": "GAME_MAP",
57 "default_value": "/Game/Maps/C_Condo",
58 "user_viewable": true,
59 "user_editable": true,
60 "rules": "in:/Game/Maps/C_Condo,/Game/Maps/C_House,/Game/Maps/C_SmoothDirt,/Game/Maps/C_Lobby1,/Game/Maps/C_SmoothAutumn,/Game/Maps/C_Underwater,/Game/Maps/C_Highrise,/Game/Maps/C_Studio,/Game/Maps/C_Theatre,/Game/Maps/C_Courtyard,/Game/Maps/C_IcePlanet",
61 "field_type": "text"
62 },
63 {
64 + "name": "最大玩家数",
65 + "description": "设置最大玩家数(2 - 64)(默认 32)",
66 "env_variable": "MAX_PLAYERS",
67 "default_value": "32",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "integer|between:2,64",
71 "field_type": "text"
72 },
73 {
74 + "name": "查询端口",
75 "description": "",
76 "env_variable": "QUERY_PORT",
77 "default_value": "27016",
展开 3 行未改动
81 "field_type": "text"
82 },
83 {
84 + "name": "服务器标题",
85 + "description": "设置服务器的标题",
86 "env_variable": "SERVER_TITLE",
87 "default_value": "My Dedicated Condo",
88 "user_viewable": true,
89 "user_editable": true,
90 "rules": "required|string",
91 "field_type": "text"
92 },
93 {
94 + "name": "应用ID",
95 "description": "",
96 "env_variable": "SRCDS_APPID",
97 "default_value": "439660",
展开 3 行未改动
101 "field_type": "text"
102 },
103 {
104 + "name": "Steam 登录令牌",
105 + "description": "设置令牌以授予您一个静态Steam ID。 \nhttps://steamcommunity.com/dev/managegameservers: APP_ID:394690",
106 "env_variable": "STEAM_LOGIN_TOKEN",
107 "default_value": "",
108 "user_viewable": true,
109 "user_editable": true,
110 "rules": "required|string",
111 "field_type": "text"
112 },
113 {
114 + "name": "Tower 登录令牌",
115 + "description": "允许您连接到Tower Unite的公寓服务器列表。\nhttps://moderation.towerunite.com/manage_game_servers.php",
116 "env_variable": "TOWER_LOGIN_TOKEN",
117 "default_value": "",
118 "user_viewable": true,
展开 3 行未改动
122 }
123 ]
124 }

更新说明

v1.0.2

[AI翻译] 名称、描述、说明、JSON描述、变量

v1.0.3

[AI翻译] 描述、说明、JSON描述、变量