Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: CI

on:
push:
branches: [main]
pull_request:

permissions:
contents: read

jobs:
build:
name: Build site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm

- name: Install dependencies
run: npm ci --no-audit --no-fund

- name: Build
# onBrokenLinks / onBrokenMarkdownLinks are set to "throw" in
# docusaurus.config.js, so the build itself acts as a link gate.
run: npm run build

- name: Upload build artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,24 @@

## LICENSE

[MIT](https://github.com/ZengXiaoPi/Simpfun_Wiki/blob/main/LICENSE)
[MIT](https://github.com/ZengXiaoPi/Simpfun_Wiki/blob/main/LICENSE)

## 本地开发

环境要求:Node.js 20 或更高版本(推荐 LTS)。

```bash
# 安装依赖
npm install

# 启动本地开发服务器(默认 http://localhost:3000)
npm start

# 构建生产版本到 build/ 目录
npm run build

# 本地预览构建产物
npm run serve
```

构建时启用了断链检查(`onBrokenLinks` / `onBrokenMarkdownLinks` 均为 `throw`),任何死链都会导致构建失败,请在提交前确认链接可用。
2 changes: 1 addition & 1 deletion blog/2023-11-11-xibao.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ tags: [公告]

反正没人看,弄个图像链接来引

![111](../static/img/pages/minecraftBat.png)
![111](../static/img/pages/minecraftBat.jpg)
2 changes: 1 addition & 1 deletion docs/10-createserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ CPU级别以字母[C,B,A,S]等分级,代表具体CPU性能,性能排名:S>
|---------|---------------------|-----------|
| C | E5-2696v2,E5-2697v2 | ~300 |
| C+ | E5-2682v4 | ~350 |
| B- | E5-2690v4 | <400 |
| B- | E5-2690v4 | `<400` |
| B | Platinum 8124 | ~400 |
| A | R9-5900X,R9-5950X | ~650 |
| S- | i7-12700k | 800 |
Expand Down
2 changes: 1 addition & 1 deletion docs/PalWorld/1-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ title: 社群服务器
我不是很想再说一遍了,直接放图。

顺便给一下图中文章的原链接:[https://www.bilibili.com/read/cv30007676/](https://www.bilibili.com/read/cv30007676/)
<!-- 我也不清楚这给了个什么逆天双重恋接。哦恋爱循环连接真好看-->
{/* 我也不清楚这给了个什么逆天双重恋接。哦恋爱循环连接真好看*/}
![唉,水pr水commit](../../static/img/pages/PALbasic-2.png)
4 changes: 2 additions & 2 deletions docs/PalWorld/1000-remind.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ title: 关于此游戏服务器的教程

当然,如果你们有钱玩的话可以[帮我们编写相关文档](https://github.com/ZengXiaoPi/Simpfun_Wiki),在此万分感谢!

![你给我97块我给你写](../../static/img/pages/Palworld-1.png)
<!-- 不给 -->
![你给我97块我给你写](../../static/img/pages/Palworld-1.jpg)
{/* 不给 */}
6 changes: 3 additions & 3 deletions docs/custom/1-mcje-UseOtherServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ eula=false

**更多关于服务器设置的配置请查看[这篇文档](../mcje/20-serverproperties.md)。**

<!-- Spigot服务端需要装载插件就将插件放到`/plugins`文件夹。 -->
{/* Spigot服务端需要装载插件就将插件放到`/plugins`文件夹。 */}

需要更换存档请参考[这篇文档](../mcje/7-filestructure.md)。

Expand All @@ -438,8 +438,8 @@ ${openjdk17} -jar <构建器文件名>.jar server -mcversion <MC版本号> -down

:::info 提示

<构建器文件名>换成你下载到的构建器的文件名(不要尖括号)
<版本号>换成你需要的服务端版本,例如`1.19.3`(不要尖括号)
`<构建器文件名>`换成你下载到的构建器的文件名(不要尖括号)
`<版本号>`换成你需要的服务端版本,例如`1.19.3`(不要尖括号)

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/mcbe/1-BECommonQuestions/20-LLBDS_Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LLBDS端有极低概率会出现一个关于Python的罕见报错,导致服务

-----

<!--他妈的说是极低概率结果一下午在群里碰到两个-->
{/*他妈的说是极低概率结果一下午在群里碰到两个*/}

具体报错样式参见下图:

Expand Down
4 changes: 2 additions & 2 deletions docs/mcbe/8-input-worlds.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: 从服务端导出存档到客户端
---
<!--本文件中有引用static/img/pages下的MCBE-Import-Worlds-1.png文件,如果移动此文件则会构建失败-->
<!--早期的苟使文件命名法导致的(我的错)-->
{/*本文件中有引用static/img/pages下的MCBE-Import-Worlds-1.png文件,如果移动此文件则会构建失败*/}
{/*早期的苟使文件命名法导致的(我的错)*/}
本篇wiki将会介绍如何从服务器下载并往基岩版客户端导入存档。默认使用BDS服务端。

-----
Expand Down
4 changes: 1 addition & 3 deletions docs/mcje/1-JECommonQuestions/10-cannot_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ title: 常见无法连接服务器的错误提示的解决方案
解决方案:

+ 更改用户名
+ 使用[此Mod](https://www.mcbbs.net/thread-1343036-1-1.html)来修复


待补充......
本文档此节尚待补充,欢迎 PR。
2 changes: 1 addition & 1 deletion docs/mcje/1-JECommonQuestions/6-allow_flight.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: 启用飞行

**如果您的服务端不是简幻欢预设,请接着往下看。**

![好耶](/img/pages/MCJE-allowflight-1.png)
![好耶](/img/pages/MCJE-allowflight-1.jpg)

## 关闭自带的飞行检测

Expand Down
3 changes: 1 addition & 2 deletions docs/mcje/100-motd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 更改motd和图标来美化服务器
---

<!--玩原神玩的-->
{/*玩原神玩的*/}

:::info

Expand Down Expand Up @@ -40,7 +40,6 @@ MiniMOTD 是一个基本的 MOTD 插件,兼容 Minecraft 1.8 以上的旧版

插件可以增加RGB颜色、添加渐变色等。

你要使用教程?我不会,所以没有。自己看[mcbbs上的使用教程](https://www.mcbbs.net/thread-1075003-1-1.html)去。

### ColorMOTD

Expand Down
3 changes: 2 additions & 1 deletion docs/mcje/20-serverproperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@ SFE-4所用控制台不属于远程控制台,这两项不用管它

SFE-4已经配置好了网络环境,请勿调整以上设置。

<details><summary>【备用】可行的配置情况:(点击展开)</summary>
<details>
<summary>【备用】可行的配置情况:(点击展开)</summary>

如果要使你的服务器能正常通过SFE4的网络服务在公网中找到,请将这两项调整为以下配置:

Expand Down
64 changes: 23 additions & 41 deletions docs/mcje/200-goodplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Simpfun Wiki仅作为推荐用途推荐这些插件,编辑者不保证可能

下载链接:

[Mcbbs](https://search.mcbbs.net/thread-972589-1-1.html) | [123云盘下载](https://www.123pan.com/s/Nh4zVv-BjOAH.html)
[123云盘下载](https://www.123pan.com/s/Nh4zVv-BjOAH.html)

-----

Expand Down Expand Up @@ -80,7 +80,7 @@ Simpfun Wiki仅作为推荐用途推荐这些插件,编辑者不保证可能

下载链接:

[MCBBS(介绍帖)](https://www.mcbbs.net/thread-1471495-1-1.html)|[Github(下载地址)](https://github.com/HaHaWTH/AuthMeReReloaded)
[Github(下载地址)](https://github.com/HaHaWTH/AuthMeReReloaded)

-----

Expand All @@ -92,7 +92,7 @@ Simpfun Wiki仅作为推荐用途推荐这些插件,编辑者不保证可能

介绍:开启[mobGriefing](1-JECommonQuestions/7-mobGriefing.md)后村民无法种地,不开启怕苦力怕**爆炸**?这款插件会帮你解决你的痛处!

下载链接:[Mcbbs](https://www.mcbbs.net/thread-1150139-1-1.html) | [GitHub](https://github.com/4o4E/Boom/releases)
下载链接:[GitHub](https://github.com/4o4E/Boom/releases)

-----

Expand All @@ -112,7 +112,7 @@ Simpfun Wiki仅作为推荐用途推荐这些插件,编辑者不保证可能

下载链接:

[Mcbbs](https://www.mcbbs.net/thread-72515-1-1.html) | [SpigotMC](https://www.spigotmc.org/resources/coreprotect.8631/)
[SpigotMC](https://www.spigotmc.org/resources/coreprotect.8631/)

-----

Expand Down Expand Up @@ -147,7 +147,7 @@ Simpfun Wiki仅作为推荐用途推荐这些插件,编辑者不保证可能

下载链接:

[GitHub](https://github.com/Iseason2000/DeEnchantment/releases) | [Mcbbs](https://www.mcbbs.net/thread-1198268-1-1.html)
[GitHub](https://github.com/Iseason2000/DeEnchantment/releases)

-----

Expand All @@ -161,7 +161,7 @@ Simpfun Wiki仅作为推荐用途推荐这些插件,编辑者不保证可能

下载链接:

[官网(下载时需要代理Github)](https://essentialsx.net/downloads.html) | [MCBBS搬运帖](https://www.mcbbs.net/thread-1369748-1-1.html)
[官网(下载时需要代理Github)](https://essentialsx.net/downloads.html)

-----

Expand All @@ -180,7 +180,7 @@ Simpfun Wiki仅作为推荐用途推荐这些插件,编辑者不保证可能
:::

下载链接:
[MCBBS搬运帖](https://www.mcbbs.net/thread-1075003-1-1.html) | [SpigotMC](https://www.spigotmc.org/resources/minimotd-motd-plugin-with-rgb-gradients.81254/)
[SpigotMC](https://www.spigotmc.org/resources/minimotd-motd-plugin-with-rgb-gradients.81254/)

-----

Expand Down Expand Up @@ -211,13 +211,13 @@ Simpfun Wiki仅作为推荐用途推荐这些插件,编辑者不保证可能

:::warning 提示

Multiverse-Core仅提供基础的多世界功能,需要拓展功能请点击下方链接跳转至MCBBS论坛查看
[Multiverse-Portals](https://www.mcbbs.net/thread-1413461-1-1.html)(多世界传送门) | [Multiverse-Inventories](https://www.mcbbs.net/thread-909834-1-1.html)(多世界背包隔离) | [Multiverse-NetherPortals](https://www.mcbbs.net/thread-1034491-1-1.html)(多世界下界隔离)
Multiverse-Core仅提供基础的多世界功能,需要拓展功能请点击下方链接查看
[Multiverse-Portals](https://dev.bukkit.org/projects/multiverse-portals)(多世界传送门) | [Multiverse-Inventories](https://dev.bukkit.org/projects/multiverse-inventories)(多世界背包隔离) | [Multiverse-NetherPortals](https://dev.bukkit.org/projects/multiverse-netherportals)(多世界下界隔离)

:::

下载链接:
[MCBBS搬运帖](https://www.mcbbs.net/thread-1016455-1-1.html) | [DevBukkit](https://dev.bukkit.org/projects/multiverse-core)
[DevBukkit](https://dev.bukkit.org/projects/multiverse-core)

-----

Expand All @@ -236,8 +236,7 @@ Multiverse-Core仅提供基础的多世界功能,需要拓展功能请点击

:::

下载链接:
[MCBBS搬运帖](https://www.mcbbs.net/thread-631343-1-1.html) | [官方免费版](https://zrips.net/Residence/) | [付费版下载地址(10欧元)](https://www.spigotmc.org/resources/residence-1-7-10-up-to-1-10.11480/)
[官方免费版](https://zrips.net/Residence/) | [付费版下载地址(10欧元)](https://www.spigotmc.org/resources/residence-1-7-10-up-to-1-10.11480/)

-----

Expand All @@ -251,8 +250,7 @@ Multiverse-Core仅提供基础的多世界功能,需要拓展功能请点击
具体内容请去MCBBS搬运帖查看。

下载链接:
[MCBBS搬运帖](https://www.mcbbs.net/thread-805404-1-1.html) | [SpigotMC](https://www.spigotmc.org/resources/skinsrestorer.2124/)

[SpigotMC](https://www.spigotmc.org/resources/skinsrestorer.2124/)
-----

### ViaBackwards
Expand Down Expand Up @@ -297,9 +295,8 @@ Multiverse-Core仅提供基础的多世界功能,需要拓展功能请点击

下载链接:

[MCBBS(介绍帖)](https://www.mcbbs.net/thread-1023597-1-1.html)|[SpigotMC(下载)](https://www.spigotmc.org/resources/viaversion.19254/)

:::info 提示
[SpigotMC(下载)](https://www.spigotmc.org/resources/viaversion.19254/)

ViaVersion仅提供让高版本客户端进入低版本服务器的功能,需要低版本客户端进入高版本服务器的话需要使用ViaBackwards和ViaRewind!

Expand All @@ -318,9 +315,7 @@ ViaVersion仅提供让高版本客户端进入低版本服务器的功能,需

:::caution

Vault只提供功能支持,具体的功能实现需要额外的插件([这是一个示例插件](https://www.mcbbs.net/thread-962904-1-1.html))!

:::
Vault只提供功能支持,具体的功能实现需要额外的插件!

下载链接:
[SpigotMC](https://www.spigotmc.org/resources/vault.34315/)
Expand All @@ -334,38 +329,38 @@ Vault只提供功能支持,具体的功能实现需要额外的插件([这
标签:`管理` `安全` `信息`

介绍:WorldEdit ,中文名一般译为“创世神”插件,为Minecraft中的十分易用的内建于游戏中的世界编辑器,多人游戏与单人游戏皆可使用。
更多信息请去MCBBS搬运帖查看
更多信息请前往官方页面查看

:::tip

1.12及以下版本请去MCBBS搬运帖寻找旧版本下载使用
1.12及以下版本请在CurseForge页面寻找旧版本下载使用

:::

下载链接:
[MCBBS搬运帖](https://www.mcbbs.net/thread-68815-1-1.html) | [CurseForge](https://dev.bukkit.org/projects/worldedit)
[CurseForge](https://dev.bukkit.org/projects/worldedit)

-----

### ClearEntity
### EzClean ⭐

版本:全版本
版本:1.7.2——最新版

标签:`管理` `管理` `实体`
标签:`管理` `实体` `优化`

介绍:
- 自定义间隔多少时间清理某些实体
- 自定义清理公告通知消息和到几个时间段的提示
- 自定义清理公告通知消息和倒计时提示
- 可查看世界里有哪些实体存在和具体数量

:::warning 警告

任何此类的清理实体的Bukkit插件,对混合端的mod实体清理兼容性较差,使用时应尽量选择同类mod或采用其它方案!

:::

下载链接:
[MCBBS](https://www.mcbbs.net/thread-723356-1-1.html)
[Modrinth](https://modrinth.com/plugin/ezclean) | [GitHub](https://github.com/ez-plugins/EzClean)

-----

Expand Down Expand Up @@ -465,19 +460,6 @@ API版本:8,10

-----

### MusicTogether

API版本:7.2

标签:`娱乐` `音乐`

介绍:可以看作是AllMusic的Sponge版。支持网易云等平台点歌。**需要客户端模组配合。**

下载链接:
[mcbbs](https://www.mcbbs.net/thread-993146-1-1.html)

-----

### ViaVersion/ViaBackward/ViaRewind

API版本:8,10
Expand Down
2 changes: 1 addition & 1 deletion docs/mcje/5-addplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: 如何添加插件

:::tip

如果你正在寻找插件,可以访问[MCBBS(JE和BE插件)](https://www.mcbbs.net)、[苦力怕论坛(BE和JE插件)](https://klpbbs.com)、[MineBBS(BE插件)](https://www.minebbs.com)。
如果你正在寻找插件,可以访问[苦力怕论坛(BE和JE插件)](https://klpbbs.com)、[MineBBS(BE插件)](https://www.minebbs.com)。

:::

Expand Down
Loading
Loading