《剑与魔法与物语》 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:32 → 2026-06-30 10:28
v1.0.1 v1.0.2
-18 +18
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-12-20T05:15:41+00:00",
8 "name": "Swords 'n Magic and Stuff",
9 "author": "josdekurk@gmail.com",
10 - "description": "Grab your friends and set out for adventure in a world of swords, magic, and stuff. Discover tons of cool loot, uncover hidden secrets, and meet new friends and foes along the way. Make your mark and find a place to call home in this cute, multiplayer, open world RPG",
11 "features": null,
12 "docker_images": {
13 "Wine": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_latest"
展开 16 行未改动
30 },
31 "variables": [
32 {
33 - "name": "Auto update",
34 - "description": "Auto update the server on startup",
35 "env_variable": "AUTO_UPDATE",
36 "default_value": "1",
37 "user_viewable": true,
38 "user_editable": true,
39 "rules": "boolean",
40 "field_type": "text"
41 },
42 {
43 - "name": "Query port",
44 - "description": "The port that Steam uses for clients to query the server (ping, etc)",
45 "env_variable": "QUERY_PORT",
46 "default_value": "27015",
47 "user_viewable": true,
48 "user_editable": false,
49 "rules": "required|string|",
50 "field_type": "text"
51 },
52 {
53 - "name": "Reset time",
54 - "description": "This is the number of days between resets.",
55 "env_variable": "SNM_DAYS_UNTIL_RESET",
56 "default_value": "1",
57 "user_viewable": true,
58 "user_editable": true,
59 "rules": "required|string|max:20",
60 "field_type": "text"
61 },
62 {
63 - "name": "Max players",
64 - "description": "You can specify the maximum number of players",
65 "env_variable": "SNM_MAX_PLAYERS",
66 "default_value": "16",
67 "user_viewable": true,
68 "user_editable": false,
69 "rules": "required|string|max:16",
70 "field_type": "text"
71 },
72 {
73 - "name": "Server name",
74 - "description": "This is the server name used for your server.\r\n\r\nYou must pick between 2 and 5 UNIQUE words (no duplicate words).\r\nThe words are case insensitive \r\nThe list of approved words changes can be found: `SNM2020/Saved/Logs/Allowed-Words.txt`",
75 "env_variable": "SNM_NAME",
76 "default_value": "",
77 "user_viewable": true,
78 "user_editable": true,
79 "rules": "nullable|string|max:64",
80 "field_type": "text"
81 },
82 {
83 - "name": "Admin steam id",
84 - "description": "This the Steam ID of the owner/admin of this server.",
85 "env_variable": "SNM_OWNER_STEAM_ID",
86 "default_value": "",
87 "user_viewable": true,
88 "user_editable": true,
89 "rules": "required|string|max:20",
90 "field_type": "text"
91 },
92 {
93 - "name": "Server password",
94 - "description": "This is the server password; it is disabled by default.",
95 "env_variable": "SNM_PASSWORD",
96 "default_value": "",
97 "user_viewable": true,
98 "user_editable": true,
99 "rules": "nullable|string|max:32",
100 "field_type": "text"
101 },
102 {
103 - "name": "Reset time day",
104 - "description": "This is the local time of day when the server will\r\nreset. The format is HH:MM, and it is 24 hour format.\r\nMidnight => 00:00, 10:30AM => 10:30, 4:30PM => 16:30",
105 "env_variable": "SNM_RESET_TIME_OF_DAY",
106 "default_value": "00:00",
107 "user_viewable": true,
108 "user_editable": true,
109 "rules": "required|string|max:20",
110 "field_type": "text"
111 },
112 {
113 - "name": "App id",
114 "description": "",
115 "env_variable": "SRCDS_APPID",
116 "default_value": "2058450",
展开 44 行未改动
161 }
162 ]
163 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2025-12-20T05:15:41+00:00",
8 "name": "Swords 'n Magic and Stuff",
9 "author": "josdekurk@gmail.com",
10 + "description": "叫上你的朋友,一起踏上充满刀剑、魔法与各种奇妙事物的冒险世界。发现大量酷炫的战利品,揭开隐藏的秘密,沿途结识新朋友与敌人。在这款可爱的多人开放世界角色扮演游戏中,留下你的印记,找到一处可以称之为家的地方。",
11 "features": null,
12 "docker_images": {
13 "Wine": "registry.cn-shanghai.aliyuncs.com/pterodactyl-images/yolks:wine_latest"
展开 16 行未改动
30 },
31 "variables": [
32 {
33 + "name": "自动更新",
34 + "description": "在启动时自动更新服务器",
35 "env_variable": "AUTO_UPDATE",
36 "default_value": "1",
37 "user_viewable": true,
38 "user_editable": true,
39 "rules": "boolean",
40 "field_type": "text"
41 },
42 {
43 + "name": "查询端口",
44 + "description": "Steam用于客户端查询服务器(如ping等)的端口",
45 "env_variable": "QUERY_PORT",
46 "default_value": "27015",
47 "user_viewable": true,
48 "user_editable": false,
49 "rules": "required|string|",
50 "field_type": "text"
51 },
52 {
53 + "name": "重置时间",
54 + "description": "这是重置之间的天数。",
55 "env_variable": "SNM_DAYS_UNTIL_RESET",
56 "default_value": "1",
57 "user_viewable": true,
58 "user_editable": true,
59 "rules": "required|string|max:20",
60 "field_type": "text"
61 },
62 {
63 + "name": "最大玩家数",
64 + "description": "你可以指定最大玩家数量。",
65 "env_variable": "SNM_MAX_PLAYERS",
66 "default_value": "16",
67 "user_viewable": true,
68 "user_editable": false,
69 "rules": "required|string|max:16",
70 "field_type": "text"
71 },
72 {
73 + "name": "服务器名称",
74 + "description": "这是用于您服务器的服务器名称。\n\n您必须选择2到5个**不重复**的单词(不能有重复单词)。\n单词不区分大小写。\n已批准的单词列表变更可在此处查看:`SNM2020/Saved/Logs/Allowed-Words.txt`",
75 "env_variable": "SNM_NAME",
76 "default_value": "",
77 "user_viewable": true,
78 "user_editable": true,
79 "rules": "nullable|string|max:64",
80 "field_type": "text"
81 },
82 {
83 + "name": "管理员Steam ID",
84 + "description": "这是该服务器所有者/管理员的Steam ID。",
85 "env_variable": "SNM_OWNER_STEAM_ID",
86 "default_value": "",
87 "user_viewable": true,
88 "user_editable": true,
89 "rules": "required|string|max:20",
90 "field_type": "text"
91 },
92 {
93 + "name": "服务器密码",
94 + "description": "这是服务器密码;默认情况下是禁用的。",
95 "env_variable": "SNM_PASSWORD",
96 "default_value": "",
97 "user_viewable": true,
98 "user_editable": true,
99 "rules": "nullable|string|max:32",
100 "field_type": "text"
101 },
102 {
103 + "name": "重置时间为白天",
104 + "description": "这是服务器重置时的一天中的本地时间。格式为 HH:MM,采用 24 小时制。午夜 => 00:00,上午 10:30 => 10:30,下午 4:30 => 16:30",
105 "env_variable": "SNM_RESET_TIME_OF_DAY",
106 "default_value": "00:00",
107 "user_viewable": true,
108 "user_editable": true,
109 "rules": "required|string|max:20",
110 "field_type": "text"
111 },
112 {
113 + "name": "App ID",
114 "description": "",
115 "env_variable": "SRCDS_APPID",
116 "default_value": "2058450",
展开 44 行未改动
161 }
162 ]
163 }