自定义模型数据(Custom model data)

如何使用

只需在配置文件中加入"customModelData : XXX",然后输入/cs reload

menus:
  '0':
    name: Test
    openWith: CLOCK
    items:
      count: 1
      '0':
        itemType: CHEST
        itemName: My custom model data item
        autoClose: true
        actions:
        - tell:I am custom
        customModelData: 123456

最后更新于