Skip to content

Commit 817e3e5

Browse files
authored
sync with upstream (#5)
1 parent 3bdaf13 commit 817e3e5

37 files changed

+384
-274
lines changed

Minecraft/加入服务器.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"__Author__": "柚子柚子、风释清然SC、Enigma_SOul",
2+
"__Author__": "柚子柚子、虾米逃生计划、Enigma_SOul",
33
"Title": "多人游戏常见问题",
44
"Description": "加入服务器的方法,常见联机失败原因的解决方案",
55
"Keywords": "掉线主机server",

Minecraft/加入服务器.xaml

Lines changed: 47 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
<local:MyCard Title="如何加入服务器?" CanSwap="True" IsSwaped="True" Margin="0,0,0,15">
1+
<local:MyCard Title="如何加入服务器?" CanSwap="True" IsSwapped="True" Margin="0,0,0,15">
22
<StackPanel Margin="25,40,23,15">
33
<Grid>
44
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
55
Text="1. 点击启动游戏按钮,然后单击 &quot;多人游戏&quot;" HorizontalAlignment="Left" />
6-
<local:MyImage Margin="220,0,0,15" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/5b8c21a0c000dbe259a878370df19148565437509.png" FallbackSource="https://img.z0z0r4.top/local/2023/08/01/64c8715fcc1ab.png?comment=启动游戏" />
6+
<local:MyImage Margin="220,0,0,15" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/5b8c21a0c000dbe259a878370df19148565437509.png" />
77
</Grid>
88
<!-- <local:MyHint Margin="0,0,0,15" Text="如果无法点击多人游戏按钮,请不要使用 1.16.4 或 1.16.5 版本,或者切换到正版登录。" IsWarn="False" /> -->
99

1010
<Grid>
1111
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
1212
Text="2. 如果选择 &quot;直接连接&quot; 按钮,则输入服务器地址(即 IP),然后点击 &quot;加入服务器&quot;" HorizontalAlignment="Left" />
13-
<local:MyImage Margin="220,0,0,15" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/db756a18373d86a9315379a29eae15cc565437509.png" FallbackSource="https://img.z0z0r4.top/local/2023/08/01/64c8715dd99cd.png?comment=多人游戏直接连接" />
13+
<local:MyImage Margin="220,0,0,15" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/db756a18373d86a9315379a29eae15cc565437509.png" />
1414
</Grid>
1515

1616
<Grid>
1717
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
1818
Text="3. 如果选择 &quot;添加服务器&quot; 按钮,则输入服务器名称、服务器地址(即 IP),然后点击 &quot;完成&quot;,并双击加入该服务器,方便以后快速进入。&#xa;服务器名称用于区分不同的服务器,不影响实际连接效果,也可以保留默认。" HorizontalAlignment="Left" />
19-
<local:MyImage Margin="220,0,0,20" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/1cf1ee43e844f3a838e721f25f300cd8565437509.png" FallbackSource="https://img.z0z0r4.top/local/2023/08/01/64c8715c60c66.png?comment=多人游戏添加服务器" />
19+
<local:MyImage Margin="220,0,0,20" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/1cf1ee43e844f3a838e721f25f300cd8565437509.png" />
2020
</Grid>
2121

2222
<TextBlock Margin="0,0,0,5" LineHeight="17"
@@ -35,7 +35,7 @@
3535

3636
<local:MyHint Margin="0,0,0,15" Text="若在加入服务器时遇到问题,可以查看下列常见错误中是否包含了你的问题。" IsWarn="False" />
3737

38-
<local:MyCard Title="多人游戏已被禁用,请检查你的 Microsoft 账户设置" CanSwap="True" IsSwaped="True">
38+
<local:MyCard Title="多人游戏已被禁用,请检查你的 Microsoft 账户设置" CanSwap="True" IsSwapped="True">
3939
<StackPanel Margin="25,40,23,11">
4040
<TextBlock Margin="0,5,0,0" FontSize="16" Foreground="{DynamicResource ColorBrush2}"
4141
Text="正版账户" />
@@ -80,15 +80,28 @@
8080
</local:MyCard>
8181

8282

83-
<local:MyCard Title="连接超时" CanSwap="True" IsSwaped="True">
83+
<local:MyCard Title="连接超时" CanSwap="True" IsSwapped="True">
8484
<StackPanel Margin="25,40,23,11">
8585
<TextBlock Margin="0,0,0,4" LineHeight="17"
8686
Text="原因:连接超时。" />
8787
<TextBlock Margin="0,0,0,4" LineHeight="17"
8888
Text="解决方法:请逐一尝试和排查以下情况。" />
89+
<TextBlock Margin="2,0,0,4" LineHeight="17"
90+
Text="1. 服务器已关闭或未正确开启。" />
91+
<TextBlock Margin="2,0,0,4" LineHeight="17"
92+
Text="2. 确认服务器地址拼写正确(尽量复制粘贴)。" />
93+
<!-- 把地址拼写的问题放在这里,是因为尝试连接 www.baidu.com 的时候也报这个错 -->
94+
<TextBlock Margin="2,0,0,4" LineHeight="17"
95+
Text="3. 确认网络连接正常且网络环境良好,使用加速器或 VPN 后再次尝试连接服务器。" />
96+
<TextBlock Margin="2,0,0,4" LineHeight="17"
97+
Text="4. 尝试修改 DNS 服务器地址并刷新 DNS 缓存后再次尝试连接服务器。" />
98+
<TextBlock Margin="2,0,0,4" LineHeight="17"
99+
Text="5. 尝试关闭 Microsoft Defender 公用网络防火墙后再次尝试连接服务器。" />
100+
<TextBlock Margin="2,0,0,4" LineHeight="17"
101+
Text="6. 如问题仍未解决,请尝试在相关论坛及群聊中上传截图并寻求帮助。" />
89102
</StackPanel>
90103
</local:MyCard>
91-
<local:MyCard Title="Connection timed out: no further information" CanSwap="True" IsSwaped="True">
104+
<local:MyCard Title="Connection timed out: no further information" CanSwap="True" IsSwapped="True">
92105
<StackPanel Margin="25,40,23,11">
93106
<TextBlock Margin="0,0,0,4" LineHeight="17"
94107
Text="原因:连接超时。" />
@@ -110,7 +123,7 @@
110123
</StackPanel>
111124
</local:MyCard>
112125

113-
<local:MyCard Title="未知的主机 Unknown host 或 Cannot assign requested address: no further information" CanSwap="True" IsSwaped="True">
126+
<local:MyCard Title="未知的主机 Unknown host 或 Cannot assign requested address: no further information" CanSwap="True" IsSwapped="True">
114127
<StackPanel Margin="25,40,23,11">
115128
<TextBlock Margin="0,0,0,4" LineHeight="17"
116129
Text="原因:无法访问目标地址。" />
@@ -119,7 +132,7 @@
119132
</StackPanel>
120133
</local:MyCard>
121134

122-
<local:MyCard Title="Can't resolve hostname" CanSwap="True" IsSwaped="True">
135+
<local:MyCard Title="Can't resolve hostname" CanSwap="True" IsSwapped="True">
123136
<StackPanel Margin="25,40,23,11">
124137
<TextBlock Margin="0,0,0,4" LineHeight="17"
125138
Text="原因:解析服务器地址失败。" />
@@ -128,7 +141,7 @@
128141
</StackPanel>
129142
</local:MyCard>
130143

131-
<local:MyCard Title="您的主机中的软件中止了一个已建立的连接" CanSwap="True" IsSwaped="True">
144+
<local:MyCard Title="您的主机中的软件中止了一个已建立的连接" CanSwap="True" IsSwapped="True">
132145
<StackPanel Margin="25,40,23,11">
133146
<TextBlock Margin="0,0,0,4" LineHeight="17"
134147
Text="原因:网络状况不佳。" />
@@ -137,7 +150,7 @@
137150
</StackPanel>
138151
</local:MyCard>
139152

140-
<local:MyCard Title="登入失败、Failed to login 或 Bad login" CanSwap="True" IsSwaped="True">
153+
<local:MyCard Title="登入失败、Failed to login 或 Bad login" CanSwap="True" IsSwapped="True">
141154
<StackPanel Margin="25,40,23,11">
142155
<TextBlock Margin="0,0,0,4" LineHeight="17"
143156
Text="原因:离线玩家尝试登录正版服务器。" />
@@ -146,7 +159,7 @@
146159
</StackPanel>
147160
</local:MyCard>
148161

149-
<local:MyCard Title="Invalid characters in username" CanSwap="True" IsSwaped="True">
162+
<local:MyCard Title="Invalid characters in username" CanSwap="True" IsSwapped="True">
150163
<StackPanel Margin="25,40,23,11">
151164
<TextBlock Margin="0,0,0,4" LineHeight="17"
152165
Text="原因:用户名包含中文或特殊字符。" />
@@ -155,7 +168,7 @@
155168
</StackPanel>
156169
</local:MyCard>
157170

158-
<local:MyCard Title="Outdated server 或 Outdated client" CanSwap="True" IsSwaped="True">
171+
<local:MyCard Title="Outdated server 或 Outdated client" CanSwap="True" IsSwapped="True">
159172
<StackPanel Margin="25,40,23,11">
160173
<TextBlock Margin="0,0,0,4" LineHeight="17"
161174
Text="原因:您的 Minecraft 版本与服务器不匹配。" />
@@ -164,7 +177,7 @@
164177
</StackPanel>
165178
</local:MyCard>
166179

167-
<local:MyCard Title="You are not white-listed on this server" CanSwap="True" IsSwaped="True">
180+
<local:MyCard Title="You are not white-listed on this server" CanSwap="True" IsSwapped="True">
168181
<StackPanel Margin="25,40,23,11">
169182
<TextBlock Margin="0,0,0,4" LineHeight="17"
170183
Text="原因:不在服务器白名单内。" />
@@ -173,7 +186,7 @@
173186
</StackPanel>
174187
</local:MyCard>
175188

176-
<local:MyCard Title="You are banned from this server" CanSwap="True" IsSwaped="True">
189+
<local:MyCard Title="You are banned from this server" CanSwap="True" IsSwapped="True">
177190
<StackPanel Margin="25,40,23,11">
178191
<TextBlock Margin="0,0,0,4" LineHeight="17"
179192
Text="原因:被服务器封禁。" />
@@ -182,7 +195,7 @@
182195
</StackPanel>
183196
</local:MyCard>
184197

185-
<local:MyCard Title="Internal server error" CanSwap="True" IsSwaped="True">
198+
<local:MyCard Title="Internal server error" CanSwap="True" IsSwapped="True">
186199
<StackPanel Margin="25,40,23,11">
187200
<TextBlock Margin="0,0,0,4" LineHeight="17"
188201
Text="原因:服务器内部错误。" />
@@ -191,7 +204,7 @@
191204
</StackPanel>
192205
</local:MyCard>
193206

194-
<local:MyCard Title="End of Stream" CanSwap="True" IsSwaped="True">
207+
<local:MyCard Title="End of Stream" CanSwap="True" IsSwapped="True">
195208
<StackPanel Margin="25,40,23,11">
196209
<TextBlock Margin="0,0,0,4" LineHeight="17"
197210
Text="原因:客户端 Mod 出错,或频繁加入服务器。" />
@@ -200,7 +213,7 @@
200213
</StackPanel>
201214
</local:MyCard>
202215

203-
<local:MyCard Title="Server closed" CanSwap="True" IsSwaped="True">
216+
<local:MyCard Title="Server closed" CanSwap="True" IsSwapped="True">
204217
<StackPanel Margin="25,40,23,11">
205218
<TextBlock Margin="0,0,0,4" LineHeight="17"
206219
Text="原因:服务器已关闭。" />
@@ -209,7 +222,7 @@
209222
</StackPanel>
210223
</local:MyCard>
211224

212-
<local:MyCard Title="Server is full" CanSwap="True" IsSwaped="True">
225+
<local:MyCard Title="Server is full" CanSwap="True" IsSwapped="True">
213226
<StackPanel Margin="25,40,23,11">
214227
<TextBlock Margin="0,0,0,4" LineHeight="17"
215228
Text="原因:服务器已满。" />
@@ -218,7 +231,7 @@
218231
</StackPanel>
219232
</local:MyCard>
220233

221-
<local:MyCard Title="Internal Exception: io.netty.handler.timeout.ReadTimeoutException" CanSwap="True" IsSwaped="True">
234+
<local:MyCard Title="Internal Exception: io.netty.handler.timeout.ReadTimeoutException" CanSwap="True" IsSwapped="True">
222235
<StackPanel Margin="25,40,23,11">
223236
<TextBlock Margin="0,0,0,4" LineHeight="17"
224237
Text="原因:客户端无法读取服务器传输的数据包(数据包过大)或服务器状态不佳。" />
@@ -227,7 +240,7 @@
227240
</StackPanel>
228241
</local:MyCard>
229242

230-
<local:MyCard Title="java.lang.IllegalArgumentException: Packet too big" CanSwap="True" IsSwaped="True">
243+
<local:MyCard Title="java.lang.IllegalArgumentException: Packet too big" CanSwap="True" IsSwapped="True">
231244
<StackPanel Margin="25,40,23,11">
232245
<TextBlock Margin="0,0,0,4" LineHeight="17"
233246
Text="原因:客户端无法读取服务器传输的数据包,因为数据包过大。你有可能被禁人塔、禁人书等造成的大量数据阻塞在服务器外。" />
@@ -236,7 +249,7 @@
236249
</StackPanel>
237250
</local:MyCard>
238251

239-
<local:MyCard Title="Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException" CanSwap="True" IsSwaped="True">
252+
<local:MyCard Title="Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException" CanSwap="True" IsSwapped="True">
240253
<StackPanel Margin="25,40,23,11">
241254
<TextBlock Margin="0,0,0,4" LineHeight="17"
242255
Text="原因:Mod 导致错误。" />
@@ -246,4 +259,15 @@
246259
</StackPanel>
247260
</local:MyCard>
248261

249-
<local:MyHint Margin="0,0,0,15" Text="作者:柚子柚子、风释清然SC、龙腾猫跃、Enigma_Soul" IsWarn="False" />
262+
<local:MyCard Title="Connection throttled! Please wait before reconnecting." CanSwap="True" IsSwapped="True">
263+
<StackPanel Margin="25,40,23,11">
264+
<TextBlock Margin="0,0,0,4" LineHeight="17"
265+
Text="原因:短时间内多次尝试连接服务器,触发了服务器的连接速率限制(即防刷连接机制)。该机制用于防止异常连接请求或恶意重复登录。" />
266+
<TextBlock Margin="0,0,0,4" LineHeight="17"
267+
Text="解决方法:请等待数秒后再尝试重新连接服务器。若您是服务器管理员,可在 Bukkit、Spigot、Paper、Leaves 等服务端的 bukkit.yml 配置文件中,将 settings 中的 connection-throttle 参数设置为 0 或 -1 以关闭此限制。" />
268+
<TextBlock Margin="0,0,0,4" LineHeight="17"
269+
Text="注意:若关闭该功能,可能增加服务器遭受恶意连接或刷包攻击的风险,请谨慎调整。" />
270+
</StackPanel>
271+
</local:MyCard>
272+
273+
<local:MyHint Margin="0,0,0,15" Text="作者:柚子柚子、虾米逃生计划、龙腾猫跃、Enigma_Soul、卡带酱" IsWarn="False" />

Minecraft/存档损坏.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"__Author__": "XiaoFans、风释清然SC",
2+
"__Author__": "XiaoFans、虾米逃生计划",
33
"Title": "存档损坏的解决方案",
44
"Description": "游戏存档损坏,无法进入世界的可能的解决方案",
55
"Types": ["Minecraft"]

Minecraft/存档损坏.xaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
</StackPanel>
88
</local:MyCard>
99

10-
<local:MyCard Title="显示文件扩展名" Margin="0,0,0,15" CanSwap="True" IsSwaped="True">
10+
<local:MyCard Title="显示文件扩展名" Margin="0,0,0,15" CanSwap="True" IsSwapped="True">
1111
<StackPanel Margin="25,40,23,15">
1212
<local:MyHint Margin="0,0,0,15" Text="如您阅读了下方的教程中发现您的文件没有显示后缀,则请依照如下步骤显示文件扩展名。" IsWarn="False"/>
1313
<TextBlock Margin="0,0,0,7" FontSize="15" Foreground="{DynamicResource ColorBrush2}"
1414
Text="Windows 7" />
1515
<Grid>
1616
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
1717
Text="文件资源管理器(我的电脑) → 组织 → 文件夹和搜索选项 → 查看 → 取消勾选 “隐藏已知文件的扩展名” 。" HorizontalAlignment="Left" />
18-
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/e7283dedd8a334396e486b658329e549565437509.jpg" FallbackSource="https://img.z0z0r4.top/local/2023/12/11/65770a71e87f0.png" />
18+
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/e7283dedd8a334396e486b658329e549565437509.jpg" />
1919
</Grid>
2020
<TextBlock Margin="0,12,0,7" FontSize="15" Foreground="{DynamicResource ColorBrush2}"
2121
Text="Windows 10 / 11" />
2222
<Grid>
2323
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
2424
Text="文件资源管理器(此电脑) → 查看 → 勾选 “文件扩展名”。" HorizontalAlignment="Left" />
25-
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/46e5433acdf640da5bd94551daf67821565437509.png" FallbackSource="https://img.z0z0r4.top/local/2023/12/11/6577001f7773e.png" />
25+
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/46e5433acdf640da5bd94551daf67821565437509.png" />
2626
</Grid>
2727
</StackPanel>
2828
</local:MyCard>
@@ -32,21 +32,21 @@
3232
<Grid>
3333
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
3434
Text="1. 点击对应版本的 “版本设置” → “存档文件夹” 后打开 saves 文件夹。" HorizontalAlignment="Left" />
35-
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/a6b0480df8cb9806eea397128cf5b3d9565437509.jpg" FallbackSource="https://img.z0z0r4.top/local/2023/12/11/657691c2605d2.png" />
35+
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/a6b0480df8cb9806eea397128cf5b3d9565437509.jpg" />
3636
</Grid>
3737

3838
<Grid Margin="0,20,0,4">
3939
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
4040
Text="2. 进入损坏存档,删除 “level.dat” 文件。" HorizontalAlignment="Left" />
41-
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/dec1e94a7a658ca8b00c1e21aa07fcbe565437509.png" FallbackSource="https://img.z0z0r4.top/local/2023/12/11/65770bd54fc33.png" />
41+
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/dec1e94a7a658ca8b00c1e21aa07fcbe565437509.png" />
4242
</Grid>
4343

4444
<Grid Margin="0,20,0,4">
4545
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
4646
Text="3. 找到 “level.dat_old”,并右键重命名,将后缀 “_old” 部分删除,完成后再次进入世界即可。" HorizontalAlignment="Left" />
47-
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/59425f9c33304bf1793ff0c02b89c9d2565437509.png" FallbackSource="https://img.z0z0r4.top/local/2023/12/11/65770c659fdf6.png" />
47+
<local:MyImage Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://i1.hdslb.com/bfs/article/59425f9c33304bf1793ff0c02b89c9d2565437509.png" />
4848
</Grid>
4949
</StackPanel>
5050
</local:MyCard>
5151

52-
<local:MyHint Margin="0,0,0,15" Text="作者:XiaoFans、风释清然SC" IsWarn="False" />
52+
<local:MyHint Margin="0,0,0,15" Text="作者:XiaoFans、虾米逃生计划" IsWarn="False" />

Minecraft/安装 Mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"__author__": "Big_Cake、Logic_530、RawDiamondMC、风释清然SC",
2+
"__author__": "Big_Cake、Logic_530、RawDiamondMC、虾米逃生计划",
33
"Title": "安装 Mod",
44
"Description": "下载、导入 Minecraft Mod(模组)",
55
"Keywords": "neoforgefabric",

0 commit comments

Comments
 (0)