-
Notifications
You must be signed in to change notification settings - Fork 2
Zone special client
XiaoColorful edited this page Nov 9, 2025
·
3 revisions
该特殊功能仅为发送SpecialZoneRenderEvent,供其他模组开发者监听事件
- zoneSpecialType:"render"
- protocol:自定义协议名称,建议优先通过该字符串筛选要处理的事件
- jsonTag:自定义数据
"zoneSpecial": {
"zoneSpecialType": "render",
"protocol": "cbr:direct",
"jsonTag": {
}
}This special function is only for sending SpecialZoneRenderEvent, allowing other mod developers to listen for them.
- zoneSpecialType: "render"
- protocol: A custom protocol name. It's recommended to use this string to filter events to be processed.
- jsonTag: Custom data
"zoneSpecial": {
"zoneSpecialType": "render",
"protocol": "cbr:direct",
"jsonTag": {
}
}🌐 Language / 语言
-
- Configuration Introduction
- Command Introcuction
- Game type introduction
- About
- Mod development tutorial