皮肤插件 & 跨服端插件 的代办

This commit is contained in:
postyizhan 2024-05-25 04:33:31 +08:00
parent 2156300f93
commit f584b24511
4 changed files with 179 additions and 2 deletions

View File

@ -50,3 +50,11 @@ set https_proxy=http://127.0.0.1:7890
## 由于个人信息公钥丢失,聊天已被禁用
`server.properties``enforce-secure-profile` 改为 `false`
## 进服角色没皮肤
试着安装皮肤插件
[跨服端 | SkinsRestorer](/docs/跨服端/插件/BC&WF.md#skinsrestorer)
看你需求,如果你是单端就安装单端版的 SkinsRestorer

View File

@ -40,7 +40,7 @@ sidebar_position: 100
- [ ] 龙核/萌芽 介绍
- [ ] mv 多世界 禁用 地狱/末地门 不生成默认地狱和末地
- [ ] p2 地皮案例 做建筑服
- [ ] 皮肤插件 SkinsRestorer
- [x] 皮肤插件 SkinsRestorer
- [x] 插件管理 如 PlugManX
- [x] res刷钱漏洞提醒
- [x] 怎么重载插件
@ -53,7 +53,7 @@ sidebar_position: 100
- [ ] 教程 怎么做登录服
- [x] 反压测 反假人
- [ ] 讲解via skin等装在跨服端有什么缺点
- [x] 讲解via skin等装在跨服端有什么缺点
- [x] bc的语义扩大
## 手机玩家支持

View File

@ -5,3 +5,106 @@ sidebar_position: 1
# BungeeCord 端
支持 *BungeeCord/Waterfall* 的插件
# 只安装在跨服端
# 可安装在跨服端或子服
这一分类中的插件有单端版和跨服端版,你可以删除单端版使用跨服端版。
## MiniMOTD
:::info
`SpigotMC` :https://www.spigotmc.org/resources/.81254/
`GitHub` :https://github.com/jpenilla/MiniMOTD/
`modrinth` :https://modrinth.com/plugin/minimotd
:::
:::danger[缺点]
:::
## ViaVersion
:::info
见 [这里](/docs/插件/其他/跨版本/概览.md)
:::
:::danger[缺点]
不能使用 [ViaVersion的papi变量](https://wiki.placeholderapi.com/users/placeholder-list/#viaversion)
比如 %viaversion_player_protocol_version% 来查看玩家客户端版本
:::
## SkinsRestorer
:::info
`SpigotMC` :https://www.spigotmc.org/resources/.2124/
`GitHub` :https://github.com/SkinsRestorer/SkinsRestorer
:::
:::danger[缺点]
不能使用 [变量](https://skinsrestorer.net/docs/integrations/placeholderapi) 和命令打开菜单UI切换皮肤
:::
## Geyser
:::info
见 [这里](/docs/手机玩家支持/Geyser/入门/概览.md)
:::
:::danger[缺点]
- 不方便让反作弊支持
- 不能用基岩版UI
- 不方便单端判断BE玩家
- 还有更多......
:::
# 装在跨服端或+子服端
这类插件可以只装在跨服端,但同时在子服安装可以有更多的功能。
## PlayerBalancer
:::info
`SpigotMC` :https://www.spigotmc.org/resources/.55011/
`GitHub` :https://github.com/BGHDDevelopment/PlayerBalancer
`modrinth` :https://modrinth.com/plugin/minimotd
:::
可以用来设置多个子大厅,设置主大厅,并按照你配置的方式发送玩家到子服。
## ServerUtils
:::info
见 [插件 | ServerUtils](/docs/插件/管理工具/插件管理/ServerUtils.md)
:::
# 装在跨服端+子服端
这类插件必须要同时安装在跨服端和子服。

View File

@ -5,3 +5,69 @@ sidebar_position: 2
# Velocity 端
支持 *Velocity* 的插件
# 只安装在跨服端
## VLobby
:::info
`PaperMC` :https://hangar.papermc.io/4drian3d/VLobby
`GitHub` :https://github.com/4drian3d/VLobby
:::
一个简单的 `/lobby` `/hub` 插件
## LimboAuth
:::info
见 [插件 | LimboAuth](/docs/插件/其他/登录/LimboAuth.md)
:::
一个不错的登录插件。
# 可安装在跨服端或子服
## MiniMOTD
同 [BungeeCord一侧的讲解](BC&WF.md#minimotd)
## ViaVersion
同 [BungeeCord一侧的讲解](BC&WF.md#viaversion)
## SkinsRestorer
同 [BungeeCord一侧的讲解](BC&WF.md#skinsrestorer)
## Geyser
同 [BungeeCord一侧的讲解](BC&WF.md#geyser)
# 装在跨服端或+子服端
这类插件可以只装在跨服端,但同时在子服安装可以有更多的功能。
## ServerUtils
:::info
见 [插件 | ServerUtils](/docs/插件/管理工具/插件管理/ServerUtils.md)
:::
## PlayerBalancer
:::info
同 [BungeeCord一侧的讲解](BC&WF.md#playerbalancer)
:::
# 装在跨服端+子服端
这类插件必须要同时安装在跨服端和子服。