# 通用协议
**这个插件旨在为你的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)
```
## 展示
