• 【问卷调查奖励发放公告】

    感谢大家积极参与本次 MineBBS 社区问卷调查。200 金粒的参与奖励已完成发放。部分用户发放失败,请【点击此处】 查看详情。

资源图标

未分类 Kit ---------- 支持自定义物品名,Lore,附魔的礼包插件 1.0.0

登录后下载
版权类型
原创
版权链接
#
语言支持
中文(简体)
感谢chuxia大佬的悉心指点

本插件遵循MIT开源协议,如果你要使用本人的代码,请在代码内标明版权信息

使用本插件前,请在js目录下创建Kit文件夹,在Kit文件夹下面创建Kits文件夹

JxMsdH.md.png

添加礼包
请在config文件的kits项添加你创建的礼包名称
config:
JSON:
{
    "kits": ["tools.json"],
    "version": "1.0.0"
}
礼包结构:
JSON:
{
    "name": "§7新手礼包",
    "kit": [{
        "id": "minecraft:leather_helmet",
        "name": "新手头盔",
        "lore": ["", "", "", "§7          --新手礼包"],
        "ench": [{
            "17": 3
        }],
        "count": 1
    }, {
        "id": "minecraft:leather_chestplate",
        "name": "新手外套",
        "lore": ["", "", "", "§7          --新手礼包"],
        "ench": [{
            "17": 3
        }],
        "count": 1
    }, {
        "id": "minecraft:leather_leggings",
        "name": "新手裤子",
        "lore": ["", "", "", "§7          --新手礼包"],
        "ench": [{
            "17": 3
        }],
        "count": 1
    }, {
        "id": "minecraft:leather_boots",
        "name": "新手鞋子",
        "lore": ["", "", "", "§7          --新手礼包"],
        "ench": [{
            "17": 3
        }],
        "count": 1
    }],
    "cooldown": -1
}


name 为 礼包名称 输入 kit ? 或 kit help 将会显示
cooldown 为 礼包冷却 单位为秒 如果冷却为-1,意味着该礼包只能领取一次


JxlhVg.md.png JxlWqS.md.png JxlRr8.md.png Jxl2Kf.md.png
作者
Superrrrrrrrrrrr
下载
385
查看
2,733
首次发布
最后更新

评分

0.00 星 0 次评分
后退
顶部 底部