Files
netease-bedrock-wiki/mcguide/27-手机网络游戏/课程11:使用Nukkit开服/3-客户端打包教程.md
kwiilh fc5d4989a4 11m03d
11m03d官网文档同步
2025-11-03 17:09:35 +08:00

30 lines
740 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
front:
hard: 入门
time: 60分钟
---
# 客户端打包教程
## 前言
为了能够让MC Server识别到开发者在客户端的模组除了将资源文件放在服务端/代理端相应位置以外,还需要将行为包和资源包打包成可被解析的包体
## 打包与上传
客户端的包体您可以将他视作一个地图Addons去看待
里面的内容都与地图addons相似
![](./images/img_1.png)
获取到这些文件后用压缩软件压缩成7z格式的压缩包
目录格式如下
![](./images/img_3.png)
![](./images/img_2.png)
打包完后,上传客户端即可
> 入驻上传的客户端没有做机审验证,上架期间上传的客户端是有机审验证的,从而确保格式正确