mirror of
https://github.com/postyizhan/NitWikit.git
synced 2025-03-13 17:08:01 +08:00
Merge pull request #117 from liangcha385/main
添加 PAPIProxyBridge 的讲解顺便修复一处错误
This commit is contained in:
commit
cf11cb78d8
29
README.md
29
README.md
@ -201,6 +201,13 @@ https://nitwikit.yizhan.wiki/
|
||||
<sub><b>Kobe ⑧</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/serverbread">
|
||||
<img src="https://avatars.githubusercontent.com/u/119761840?v=4" width="50;" alt="serverbread"/>
|
||||
<br />
|
||||
<sub><b>SB</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/MySoulcutting">
|
||||
<img src="https://avatars.githubusercontent.com/u/72398605?v=4" width="50;" alt="MySoulcutting"/>
|
||||
@ -215,21 +222,14 @@ https://nitwikit.yizhan.wiki/
|
||||
<sub><b>MoLiyi-WD</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/DongShaoNB">
|
||||
<img src="https://avatars.githubusercontent.com/u/54093566?v=4" width="50;" alt="DongShaoNB"/>
|
||||
<br />
|
||||
<sub><b>东少</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/serverbread">
|
||||
<img src="https://avatars.githubusercontent.com/u/119761840?v=4" width="50;" alt="serverbread"/>
|
||||
<br />
|
||||
<sub><b>SB</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/TheFloodDragon">
|
||||
@ -238,6 +238,13 @@ https://nitwikit.yizhan.wiki/
|
||||
<sub><b>蛟龙</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/Coquettishpig">
|
||||
<img src="https://avatars.githubusercontent.com/u/107100449?v=4" width="50;" alt="Coquettishpig"/>
|
||||
<br />
|
||||
<sub><b>Coquettishpig</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/LittleChest">
|
||||
<img src="https://avatars.githubusercontent.com/u/81231195?v=4" width="50;" alt="LittleChest"/>
|
||||
@ -252,6 +259,8 @@ https://nitwikit.yizhan.wiki/
|
||||
<sub><b>Sea_of_Orange</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/IAFEnvoy">
|
||||
<img src="https://avatars.githubusercontent.com/u/83523430?v=4" width="50;" alt="IAFEnvoy"/>
|
||||
@ -259,8 +268,6 @@ https://nitwikit.yizhan.wiki/
|
||||
<sub><b>IAFEnvoy</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/TalentsRC">
|
||||
<img src="https://avatars.githubusercontent.com/u/85682725?v=4" width="50;" alt="TalentsRC"/>
|
||||
|
@ -44,7 +44,7 @@ BungeeCord / Velocity 端(或他们的 Fork )在这里我们称为`跨服端
|
||||
|
||||
# 推荐用什么?
|
||||
|
||||
**推荐使用 Velocity**,除非你的版本不适合 Velocity 如 1.13+ 的 Forge 服务器。
|
||||
**推荐使用 Velocity**,除非你的版本不适合 Velocity 的现代转发
|
||||
|
||||
## 安装数据库
|
||||
|
||||
|
@ -105,3 +105,23 @@ sidebar_position: 1
|
||||
# 装在跨服端+子服端
|
||||
|
||||
这类插件必须要同时安装在跨服端和子服。
|
||||
|
||||
## PAPIProxyBridge
|
||||
|
||||
:::info
|
||||
|
||||
`spigot` :https://www.spigotmc.org/resources/papiproxybridge.108415/
|
||||
|
||||
`GitHub` :https://github.com/WiIIiam278/PAPIProxyBridge
|
||||
|
||||
`modrinth` :https://modrinth.com/plugin/papiproxybridge
|
||||
|
||||
`官方文档` :https://william278.net/project/papiproxybridge
|
||||
|
||||
:::
|
||||
|
||||
PAPIProxyBridge 是安装在后端和代理服务器上的库桥插件,它允许代理端插件使用 PlaceholderAPI 占位符设置文本格式
|
||||
|
||||
在 Spigot (1.16.5+) 上安装最新版本的插件以及 [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) 插件,或在 Fabric (1.19.3+) 服务器上安装 [PlaceholderAPI mod](https://placeholders.pb4.eu/),然后在 BungeeCord 或 Velocity 代理服务器上安装该插件
|
||||
|
||||
请注意,此插件不能替代 PlaceholderAPI。您仍然需要在 Spigot/Fabric 服务器上安装 PlaceholderAPI
|
||||
|
@ -72,3 +72,11 @@ sidebar_position: 2
|
||||
# 装在跨服端+子服端
|
||||
|
||||
这类插件必须要同时安装在跨服端和子服。
|
||||
|
||||
## PAPIProxyBridge
|
||||
|
||||
:::info
|
||||
|
||||
同 [BungeeCord一侧的讲解](BC&WF.md#papiproxybridge)
|
||||
|
||||
:::
|
||||
|
Loading…
x
Reference in New Issue
Block a user