UniversalProtocol

为你的Spigot服务器提供mod协议支持!(比如AppleSkin等)

资源图片
# 通用协议 **这个插件旨在为你的Spigot服务器提供模组协议,让模组只需在客户端安装即可轻松工作✨** ## 当前支持的模组协议: - [ChatImage-在聊天中发送图片(Forge/Fabric)](https://www.curseforge.com/minecraft/mc-mods/chatimage) - [AppleSkin-显示饱和度状态(Forge/Fabric)](https://www.curseforge.com/minecraft/mc-mods/appleskin) - [XareoWorld/MiniMap-地图](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap) - [AsteorBar](https://www.curseforge.com/minecraft/mc-mods/asteorbar) ## 配置: ```yaml appleSkin: # Enable AppleSkin Protocol # 是否启用AppleSkin协议支持 appleSkinProtocol: true chatImage: # Enable ChatImage Protocol # 是否启用ChatImage协议支持 chatImageProtocol: true xaeroMap: # Enable XaeroMap Protocol # 是否启用XaeroMap协议支持 xaeroMapProtocol: true # XaeroMap server id # XaeroMap的服务器唯一标识符 serverIdentifier: 3282861(This will generate randomly at first time) ``` ## 展示 ![showcase](https://cdn.modrinth.com/data/cached_images/06a1cbd9d388af9c79583cc8a7702f9778223760.png)