create-yeow 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/default/.yeow/assets/{yeow-runtime-0.5.1.jar → yeow-runtime-0.5.3.jar} +0 -0
- package/templates/default/.yeow/assets/{yeow-runtime-folia-0.5.1.jar → yeow-runtime-folia-0.5.3.jar} +0 -0
- package/templates/default/.yeow/assets/yeow-template-0.5.3.jar +0 -0
- package/templates/default/.yeow/build.js +177 -177
- package/templates/default/.yeow/dev-server.js +544 -544
- package/templates/default/sitemap.md +2 -2
- package/templates/default/.yeow/assets/yeow-template-0.5.1.jar +0 -0
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
| 环境能力 | `https://cn.yexin.wiki/yeow/v1/environment` | 运行时环境速览:全局能力($send/fetch/TextEncoder/TextDecoder/定时器)、线程与异步模型、与浏览器/Node 环境的差异、性能建议 |
|
|
14
14
|
| CLI 参考 | `https://cn.yexin.wiki/yeow/v1/cli` | create-yeow 脚手架与 dev-server 的命令行用法:交互式/非交互创建、开发服务器参数(-y/--stop)、构建脚本、调试体验(source-map 错误定位与异步调用链) |
|
|
15
15
|
| 构建与分发 | `https://cn.yexin.wiki/yeow/v1/distribution` | 两种产物:标准 Paper JAR(plugins/)与平台无关 .yeow.zip(plugins/Yeow/ 自动扫描或 /yeow install);分发建议与 Modrinth 发布 |
|
|
16
|
-
| 权限与原生服务可信性 | `https://cn.yexin.wiki/yeow/v1/permissions` | 敏感权限声明(默认拒绝表/通配规则/computedPermissions)、原生服务 SHA-256
|
|
16
|
+
| 权限与原生服务可信性 | `https://cn.yexin.wiki/yeow/v1/permissions` | 敏感权限声明(默认拒绝表/通配规则/computedPermissions)、原生服务 SHA-256 可信性声明与不可信警告开关 |
|
|
17
17
|
| 运行时运维 | `https://cn.yexin.wiki/yeow/v1/operations` | 服主视角:/yeow 管理命令全集、运行时配置(config.yml 含 Folia 节)、部署形态速查 |
|
|
18
18
|
| 运行时警告 | `https://cn.yexin.wiki/yeow/v1/runtime-warning` | 预警引擎:heartbeat.timeout / event.slow / plugin.hung / budget.congested 等告警的触发条件、含义与解决方案;配置阈值;动态扩容机制 |
|
|
19
19
|
| 进阶知识 | `https://cn.yexin.wiki/yeow/v1/advanced` | 进阶索引:架构/调度器/事件/生命周期/通道/服务/Folia/关于;告警与运维指向根级文档 |
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
| ----------- | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
37
37
|
| API 索引 | `https://cn.yexin.wiki/yeow/v1/api/` | 全部 API 模块的分组索引 |
|
|
38
38
|
| Player | `https://cn.yexin.wiki/yeow/v1/api/player` | 玩家:属性(血量/饥饿/经验/飞行等)、位置、消息(Message 对象)、Title/ActionBar、音效、资源包、传送、权限、`performCommand`、手持物品(ItemStack 快照) |
|
|
39
|
-
| Server | `https://cn.yexin.wiki/yeow/v1/api/server` | 服务器级:广播、MOTD(setMotd
|
|
39
|
+
| Server | `https://cn.yexin.wiki/yeow/v1/api/server` | 服务器级:广播、MOTD(setMotd 全局默认,⚠ 写入 server.properties 持久化)、serverPing 事件回写(按次覆盖 motd/icon/人数,不持久化)、版本、TPS、最大玩家数 |
|
|
40
40
|
| Env | `https://cn.yexin.wiki/yeow/v1/api/env` | 运行时环境信息(同步):CPU 核心数、内存、系统架构、Minecraft 版本、Yeow 运行时信息、epoch 微秒时间戳 |
|
|
41
41
|
| Permission | `https://cn.yexin.wiki/yeow/v1/api/permission` | 权限:`registerPermission`(default: all/op/none)、命令权限、检查流程、`permissionCheck` Yeow 生态钩子(优先级/触发范围/无限循环提醒)、Paper 兼容(permissions.yml/LuckPerms) |
|
|
42
42
|
| World | `https://cn.yexin.wiki/yeow/v1/api/world` | 世界:时间/天气/难度/规则、方块(getBlock/setBlock,Block 对象)、区块、光照、生物群系、实体查询、掉落/闪电/爆炸/生成 |
|
|
Binary file
|