forked from mirror/NitWikit
Merge branch 'main' of https://github.com/postyizhan/Dumb_Service_Guide
This commit is contained in:
commit
656aac319c
@ -15,7 +15,7 @@ sidebar_position: 5
|
||||
* [笨蛋图床](https://image.yizhan.wiki) - 简洁,免费的图床
|
||||
* [笨蛋粘贴板](https://paste.yizhan.wiki) - 上传文件/创建Paste!(不要当网盘)
|
||||
* [笨蛋笔记本](https://notepad.yizhan.wiki) - 免费笔记本,支持密码,Markdown和分享
|
||||
* [笨蛋短链](https://s.yizhan.wiki) - 缩短链接
|
||||
* [笨蛋短链](https://imc.rip) - 缩短链接
|
||||
|
||||
## 规则
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 65 KiB |
@ -57,6 +57,20 @@ Via 自动安装已经移动到[此处](./other/Via/Via.md#笨蛋脚本)
|
||||
|
||||
</details>
|
||||
|
||||
### PluginSearchEngine
|
||||
|
||||
(目前仍在测试中)
|
||||
|
||||
下载此[软件](https://github.com/lilingfengdev/PluginSearchEngine/releases/download/windows-latest/main.exe)
|
||||
|
||||
<details>
|
||||
<summary>打开方式</summary>
|
||||
1. 双击打开软件。
|
||||
2. 在搜索框中输入关键字,点击搜索按钮。
|
||||
3. 双击链接将其复制到剪贴板。
|
||||
4. 在浏览器地址栏中粘贴链接,可以看见插件的详情。
|
||||
</details>
|
||||
|
||||
## 如何重载插件
|
||||
|
||||
当你改动一个插件的配置后,需要重载才能令其生效。
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 连接服务器
|
||||
sidebar_position: 4
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
# 连接服务器
|
||||
|
61
docs/start/install-server.md
Normal file
61
docs/start/install-server.md
Normal file
@ -0,0 +1,61 @@
|
||||
---
|
||||
title: 安装服务端
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# 安装服务端
|
||||
|
||||
:::tip
|
||||
|
||||
该教程是为mod服所编写的,插件和混合直接新建文件夹扔进去就完事
|
||||
|
||||
:::
|
||||
|
||||
全篇以 1.20.4 mod服务端安装为例子
|
||||
|
||||
如果你看不懂可以使用[笨蛋脚本](https://github.com/lilingfengdev/NitWiki-Script/releases/download/windows-latest/select-server.exe),目前不支持Fabric
|
||||
|
||||
## Forge
|
||||
|
||||
首先,来到[Forge官方网站](https://files.minecraftforge.net/net/minecraftforge/forge/)
|
||||
|
||||
![](install/1.png)
|
||||
|
||||
在左边的`Minecraft Version`找到你需要的版本,然后下载下来
|
||||
|
||||
![](install/2.png)
|
||||
|
||||
请选择`Installer`,左边右边都无所谓,打开后,你会来到一个广告窗口,点击最上面的`SKIP`(没有出现就等一会)
|
||||
|
||||
![](install/3.png)
|
||||
|
||||
然后你就成功下载了Forge Installer,但还没有完!,继续
|
||||
|
||||
在浏览器中输入以下链接
|
||||
|
||||
```
|
||||
https://bmclapi2.bangbang93.com/version/这里填你的MC版本/server
|
||||
```
|
||||
|
||||
比如我1.20.4服务器应该是`https://bmclapi2.bangbang93.com/version/1.20.4/server`
|
||||
|
||||
下载下来后,你需要将文件重命名为`minecraft_server.这里填你的MC版本.jar`,比如我1.20.4服务器应该是`minecraft_server.1.20.4.jar`,现在你的目录应该长这样
|
||||
|
||||
![](install/4.png)
|
||||
|
||||
接着打开cmd,不会请查看[开启cmd](launch-server.md#笨蛋脚本),输入以下命令
|
||||
|
||||
````shell
|
||||
java -jar forge-1.20.4-49.1.2-installer.jar(这里请改成你下载的文件名) --installServer
|
||||
````
|
||||
|
||||
然后静待一会,直到控制台输出`The server installed successfully`就完成了!
|
||||
|
||||
## NeoForge
|
||||
|
||||
与Forge差不多,官网换[这个](https://neoforged.net/)
|
||||
|
||||
## Fabric
|
||||
|
||||
TODO
|
||||
|
BIN
docs/start/install/1.png
Normal file
BIN
docs/start/install/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
BIN
docs/start/install/2.png
Normal file
BIN
docs/start/install/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
docs/start/install/3.png
Normal file
BIN
docs/start/install/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
docs/start/install/4.png
Normal file
BIN
docs/start/install/4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 开启服务端
|
||||
sidebar_position: 3
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# 开启服务端
|
||||
|
@ -21,7 +21,7 @@ Mod 服最开始就必须选好核心,也就是 Forge 还是 Fabric 的问题
|
||||
|
||||
## 笨蛋脚本
|
||||
|
||||
帮你选择服务端,并自动下载!(目前不支持MOD,仅支持插件和混合)
|
||||
帮你选择服务端,并自动下载!
|
||||
|
||||
[下载](https://github.com/lilingfengdev/NitWiki-Script/releases/download/windows-latest/select-server.exe)
|
||||
|
||||
@ -36,7 +36,7 @@ Mod 服最开始就必须选好核心,也就是 Forge 还是 Fabric 的问题
|
||||
|
||||
性能较好,是初学者最适合开的服务器,拓展性较强,配置性强,但坏处就是有的插件需自行配置后使用,客户端无需安装 Mod 。我个人推荐插件服使用 Purpur,
|
||||
|
||||
是截止到2024年的稳定性和优化最好的选择,选择上,RPG 服务器适合开 Paper(报过 Purpur 部分版本 MM 无法随机生成生物),其他使用推荐 Purpur
|
||||
是截止到2024年的稳定性和优化最好的选择
|
||||
|
||||
<details>
|
||||
<summary>为什么选择Purpur?</summary>
|
||||
|
@ -64,7 +64,7 @@ set https_proxy=http://127.0.0.1:7890
|
||||
|
||||
服务器根本没有安装 Java 程序或者服务器上 Java 未设置环境变量 (其实这个不影响任何东西,忽略即可)。
|
||||
|
||||
## Java 怎么做绿色版以及绿色版怎么使用
|
||||
## 怎么制作绿色版 Java & 绿色版怎么使用
|
||||
|
||||
下载 Java 时下载 `.zip` 或 `.tar.gz` 结尾的压缩包,将压缩包解压到任意位置。
|
||||
|
||||
@ -74,7 +74,7 @@ set https_proxy=http://127.0.0.1:7890
|
||||
|
||||
服务器中命令方块默认关闭,**并且不建议开启**。
|
||||
|
||||
命令方块是性能底下的,并且所有功能都可以用插件替代。
|
||||
命令方块是性能低下的,并且所有功能都可以用插件替代。
|
||||
|
||||
如何开启:
|
||||
|
||||
@ -84,4 +84,4 @@ set https_proxy=http://127.0.0.1:7890
|
||||
enable-command-block=false
|
||||
```
|
||||
|
||||
将此项设置为true。
|
||||
将此项设置为 `true`。
|
||||
|
@ -67,4 +67,8 @@ rm 是 Linux 用于删除文件或目录的指令,在删除目录时要加上-
|
||||
|
||||
## 鸣谢
|
||||
|
||||
特别感谢 [冰奇](https://github.com/IceBingQI) 提供的本板块的文案及图片
|
||||
特别感谢 [冰奇](https://github.com/IceBingQI) 提供的本板块的文案及图片
|
||||
|
||||
## 另外
|
||||
|
||||
“笨蛋脚本”仅支持 Windows 系统,我们暂时没有移植到 Linux 的计划。
|
||||
|
Loading…
Reference in New Issue
Block a user