Update GeyserMEG4支持.md

This commit is contained in:
哈2哈哈哈3 2024-06-05 12:58:49 +08:00 committed by GitHub
parent 0642554517
commit 736edfe5df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,46 @@
---
sidebar_position: 5
---
# GeyserMEG4支持
## GeyserModelEngine
一个能让你Geyser服务器支持MEG4的奇妙插件,通过给基岩版发送个史蒂夫发送4d皮肤给基岩版玩家,支持原版Geyser
只需要往资源包里塞动画文件即可,可以有效防止那些进服下个资源包就跑白嫖你模型的贼,但同时限制也挺多
### 前置
| 前置插件 | 橡木链接 | 作用 |
| :--- | :---- | :--- |
| GeyserUtils | [GeyserUtils](https://github.com/zimzaza4/GeyserUtils) | 让你的Geyser支持调用一些BE的东西 |
| GeyserModelEngine | [Github](https://github.com/zimzaza4/GeyserModelEngine) | 你猜 |
| LibsDisguises(免费版即可) | [LibsDisguises](https://www.spigotmc.org/resources/libs-disguises-free.81/)| 伪装成其他生物 |
项目地址有简体中文,所以后续步骤我就不写了
[项目地址](https://github.com/zimzaza4/GeyserModelEngine)
## GeyserModelEngine (自定义实体分支)
:::warning
这个是真自定义实体! 不支持原版Geyser,你需要搭配[Geyser 自定义实体分支](https://github.com/zimzaza4/Geyser)和资源包一起使用才能正常工作
你可以使用`GeyserModelEnginePackGenerator`来自动生成资源包,详细教程看项目地址
:::
### 前置
| 前置插件 | 项目链接 | 作用 |
| :--- | :---- | :--- |
| GeyserUtils | [Github](https://github.com/zimzaza4/GeyserUtils) | 让你的Geyser支持调用一些BE的东西 |
| GeyserModelEngine自定义实体分支 | [[Github](https://github.com/zimzaza4/GeyserModelEngine/tree/custom-entity)| 你猜 |
| Geyser 自定义实体分支 | [Github](https://github.com/zimzaza4/Geyser) | 让Geyser支持自定义实体 |
| GeyserModelEnginePackGenerator | [Github](https://github.com/zimzaza4/GeyserModelEnginePackGenerator) | 帮你自动转换模型生成资源包 |
后续更多步骤请看项目地址
[项目地址](https://github.com/zimzaza4/GeyserModelEngine/tree/custom-entity)