en 1.8,8 /jjj Villager Shops

/summon Villager ~1 ~ ~ {
    Profession: 0,
    CustomName: "Shop",
    CustomNameVisible: 1,
    Career: 1,
    CareerLevel: 42,
    CanPickUpLoot: 0,
    PersistenceRequired: 1,
    NoAI: 1,
    Invulnerable: 1,
    Attributes: [
        {
            Name: "generic.knockbackResistance",
            Base: "1f"
        },
        {
            Name: "generic.movementSpeed",
            Base: "0f"
        },
        {
            Name: "generic.maxHealth",
            Base: 99999
        }
    ],
    Offers: {
        Recipes: [
            {
                buy: {
                    id: "iron_ingot",
                    Count: 20
                },
                maxUses: 9999999,
                sell: {
                    id: "stone_sword",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "gold_ingot",
                    Count: 7
                },
                maxUses: 9999999,
                sell: {
                    id: "iron_sword",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "emerald",
                    Count: 4
                },
                maxUses: 9999999,
                sell: {
                    id: "diamond_sword",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "iron_ingot",
                    Count: 10
                },
                maxUses: 9999999,
                sell: {
                    id: "chainmail_helmet",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "iron_ingot",
                    Count: 10
                },
                maxUses: 9999999,
                sell: {
                    id: "chainmail_chestplate",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "iron_ingot",
                    Count: 10
                },
                maxUses: 9999999,
                sell: {
                    id: "chainmail_leggings",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "iron_ingot",
                    Count: 10
                },
                maxUses: 9999999,
                sell: {
                    id: "chainmail_boots",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "gold_ingot",
                    Count: 3
                },
                maxUses: 9999999,
                sell: {
                    id: "iron_helmet",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "gold_ingot",
                    Count: 3
                },
                maxUses: 9999999,
                sell: {
                    id: "iron_chestplate",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "gold_ingot",
                    Count: 3
                },
                maxUses: 9999999,
                sell: {
                    id: "iron_leggings",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "gold_ingot",
                    Count: 3
                },
                maxUses: 9999999,
                sell: {
                    id: "iron_boots",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "emerald",
                    Count: 2
                },
                maxUses: 9999999,
                sell: {
                    id: "diamond_helmet",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "emerald",
                    Count: 2
                },
                maxUses: 9999999,
                sell: {
                    id: "diamond_chestplate",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "emerald",
                    Count: 2
                },
                maxUses: 9999999,
                sell: {
                    id: "diamond_leggings",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "emerald",
                    Count: 2
                },
                maxUses: 9999999,
                sell: {
                    id: "diamond_boots",
                    Count: 1
                },
                rewardExp: false
            }
        ]
    }
}

The command

Note: Minify the command to avoid issues :)


Created: Wed, 30 Dec 2020 14:58:30, Updated: Wed, 30 Dec 2020 14:58:30, Views: 4

Share on:  

    


Top entries from nagakk


Top entries in Villager Shops