• MineBBS入站考试已经上线!想要成为【正式会员】解锁更多功能吗?快来参与吧!【点我去看】
Resource icon

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

Source of resources
Original
Copyright link
#
Language
Chinese(Simplified)
感谢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
Author
Superrrrrrrrrrrr
Downloads
191
Views
2,265
First release
Last update
Rating
0.00 star(s) 0 ratings

Share this resource