NitWikit/docs/扩展阅读/常见问题.md
2024-04-27 02:21:54 +08:00

44 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
sidebar_position: 1
---
# 常见问题
## Downloading mojang_x.x.x.jar
你的服务器卡在
```
Downloading mojang_x.x.x.jar
```
上怎么办?
使用魔法就好啦!
## cmd怎么使用魔法
如果是clash 在首页找服务模式 点管理 安装 然后开启tun模式
cmd执行这两条
```
set http_proxy=http:127.0.0.1:7890
set https_proxy=http:127.0.0.1:7890
```
其中7980是你的魔法道具设置的端口
输入之后仅对这个cmd有效`开启新的/关闭它`之后要重新输入
## You need to agree to the EULA in order to run the server
去重读[这里](/docs/正式开服/开启服务端.md)
## 怎么搜索字符
`Ctrl+F` 你的浏览器/文本编辑器(比如vscode)会蹦出来一个搜索框,可以用来搜索内容
如果你的浏览器没有弹出来搜索框 试试更换浏览器 chrome/edge/firefox
## 如何关闭服务器
[看这里](/docs/正式开服/开启服务端.md#如何关闭服务器)
## 由于个人信息公钥丢失,聊天已被禁用
`server.properties``enforce-secure-profile` 改为 `false`