▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/JiuWu's Kitchen | MMOItems & CraftEngine Support
JiuWu's Kitchen | MMOItems & CraftEngine Support

JiuWu's Kitchen | MMOItems & CraftEngine Support

A complete immersive cooking system with chopping, stir-frying, grinding, and steaming.

518
8

更新日志 | Change Log V1.4

release8 марта 2026 г.

优化 | Optimize

  • 运行更流畅: 减少插件频繁读写文件的次数,降低服务器CPU占用,蒸锅、研磨机等持续运行的设备,在高负载下也能更轻便
    Smoother operation: Reduced the frequency of the plugin reading and writing files frequently, lowered the server CPU usage. Continuously running devices such as steamers and grinders run more lightly even under high load.
  • 适配新版环境: 更新了插件启动/停止的运行逻辑,解决了系统弹出的警告提示,后续也能兼容新版运行环境
    Adaptation to the new version environment: Updated the running logic of plugin startup/stop, resolved the warning prompts popped up by the system, and will be compatible with the new version of the running environment in the future.
  • 操作更稳定: 优化砧板、炒锅、蒸锅等设备的交互体验,减少卡顿或状态出错的情况;道具展示的特效实体也更稳定,不容易出现异常
    More stable operation: Optimized the interactive experience of equipment such as cutting boards, woks, and steamers, reducing stutters or status errors; the special effect entities for item display are also more stable and less prone to abnormalities.
  • 数据更安全: 调整数据保存方式,玩家操作、关闭界面、破坏方块等关键场景会及时保存数据,日常运行时批量保存,既减少服务器负担,又避免数据丢失
    More secure data: Adjusted the data saving method. Data is saved in a timely manner in key scenarios such as player operations, interface closure, and block destruction, and saved in batches during daily operation, which not only reduces server burden but also avoids data loss.

如果存在无法运行该插件的情况,请下载最新开发版 PySpigot 以获取支持
If the plugin fails to run, please download the latest development version of PySpigot for support.

更新日志 | Change Log v1.3.13

release21 февраля 2026 г.

修复 | Fixed

  • 修复研磨机配置文件中 Setting.Grinder.Drop 选项设为 false 时,研磨机无任何输出的问题
    Fixed the issue where the grinder had no output when the Setting.Grinder.Drop option was set to false in the configuration file.

新增 | New Added

  • 为炒锅新增 Drop 配置项,用于控制成品是否掉落至指定的机器位置
    Added a Drop configuration item for the wok to control whether the product drops to the specified machine location.
  • 炒锅的 Output、RAW、BURNT 类型均支持配置为 command 选项
    The Output, RAW, and BURNT types of the wok now support configuration as command options.
  • 为蒸锅新增 Drop 配置项,用于控制成品是否掉落至指定的机器位置
    Added a Drop configuration item for the steamer to control whether the product drops to the specified machine location.
  • 蒸锅的 Output 类型支持配置为 command 选项
    The Output type of the steamer now supports configuration as command options.

调整 | Adjustments

  • command 作为奖励触发时,若未找到指定玩家,将默认选取附近的玩家作为执行对象
    When command is triggered as a reward, if the specified player is not found, it will default to selecting a nearby player as the execution target.

更新日志 | Change Log v1.3.12

release12 февраля 2026 г.

修复 | Fixed

  • 修复取下物品/破坏方块后数据残留问题
    Fixed the issue of data residue after taking items/destroying blocks
  • 修复空手右键砧板直接破坏方块问题
    Fixed the issue where right-clicking the cutting board with an empty hand directly destroys the block
  • 修复物品偏移量过大导致无法定位物品问题
    Fixed the issue where excessive item offset leads to inability to locate items

调整 | Adjusted

  • 砧板/炒锅数据存储新增Input字段 (自动生成,无需手动配置),用于精准计算物品位置
    Added the Input field (automatically generated, no manual configuration required) to the data storage of cutting boards/woks for accurately calculating item positions
  • 重构砧板交互逻辑: 右键取物流程更合理,支持空手/手持物品两种取物场景
    Refactored the interaction logic of the cutting board: the right-click item retrieval process is more reasonable, supporting two item retrieval scenarios (empty hand/holding items)
  • 优化方块破坏时的数据清理逻辑,确保数据100%清理无残留
    Optimized the data cleanup logic when blocks are destroyed to ensure 100% cleanup of data without residue

更新日志 | Change Log v1.3.11

release29 января 2026 г.

修复 | Fixed

  • 修复 "蒸锅" 配置文件中 OpenInventory 配置项内 "Slot" 被误写为 "Solt",导致 CHEST 类型 GUI 槽位始终固定为 9 的问题
    Fixed the issue where "Slot" in the OpenInventory configuration key of the "Steamer" configuration file was incorrectly spelled as "Solt", resulting in the CHEST GUI type slot always being 9

  • 修复所有厨具在 v1.3.10 版本更新后,其 Minecraft 命名空间被强制转为全小写的问题
    Fixed the problem that all kitchen utensils' Minecraft namespaces were forced to be lowercase after the v1.3.10 update

  • 修复 "蒸锅" 配置文件中 "HeatControl" 配置项在填写 Minecraft 命名空间物品时强制要求大写的问题,现已支持大小写不敏感匹配
    Fixed the issue where "HeatControl" in the "Steamer" configuration file required forced uppercase when filling in Minecraft namespace items; now case insensitivity is supported

优化 | Optimized

  • 优化 I/O 操作逻辑,减少文件读取频次
    Optimized I/O operation logic to reduce the frequency of file reads

更新日志 | Change Log v1.3.10

release28 января 2026 г.

修复 | Fixed

  • 修复了 "蒸锅" 中 "Moisture" 配置项的默认值遗漏修改问题,该问题源于往期版本更新中,先尝试移除 "minecraft" 命名空间准则后又重新强制加回的操作
    Fixed the issue where the default value of the "Moisture" configuration option in the Steamer was not updated. This problem occurred because the "minecraft" namespace guideline was first attempted to be removed and then forcibly reintroduced in previous version updates.
Moisture:
  - minecraft WATER_BUCKET & minecraft BUCKET & 120
  - minecraft POTION & minecraft GLASS_BOTTLE & 40

调整 | Adjusted

  • 移除了 "炒锅" 中以 "minecraft" 命名空间为核心的独立大小写兼容机制,现所有厨具的 "minecraft" 命名空间物品ID均忽略大小写限制
    Removed the independent case-sensitive compatibility mechanism centered on the "minecraft" namespace in the Wok. Now, the item IDs under the "minecraft" namespace for all kitchen utensils ignore case restrictions.

Совместимость

Minecraft: Java Edition

1.21.x1.20.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:7 месяцев назад
Обновлён:1 месяц назад
Главная