en 1.2-1.12.2 /summon Villager Shops

/summon Villager ~1 ~ ~ {
    Profession: 0,
    CustomName: "Shop",
    CustomNameVisible: 1,
    Career: 1,
    CareerLevel: 42,
    CanPickUpLoot: 0,
    PersistenceRequired: 1,
    NoAI: 1,
    Silent: 1,
    Invulnerable: 1,
    Attributes: [
        {
            Name: "generic.knockbackResistance",
            Base: "1f"
        },
        {
            Name: "generic.movementSpeed",
            Base: "0f"
        },
        {
            Name: "generic.maxHealth",
            Base: 99999
        }
    ],
    Offers: {
        Recipes: [
            {
                buy: {
                    id: "brick",
                    Count: 1
                },
                maxUses: 9999999,
                sell: {
                    id: "wool",
                    Count: 3,
                    Damage: 4
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "iron_ingot",
                    Count: 5
                },
                maxUses: 9999999,
                sell: {
                    id: "end_stone",
                    Count: 5
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "gold_ingot",
                    Count: 12
                },
                maxUses: 9999999,
                sell: {
                    id: "ender_chest",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "gold_ingot",
                    Count: 3
                },
                maxUses: 9999999,
                sell: {
                    id: "chest",
                    Count: 1
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "gold_ingot",
                    Count: 5
                },
                maxUses: 9999999,
                sell: {
                    id: "planks",
                    Count: 13
                },
                rewardExp: false
            }
        ]
    }

}

The command

Note: Minify the command to avoid issues :)


Created: Mon, 27 Nov 2017 09:56:20, Updated: Mon, 27 Nov 2017 09:56:20, Views: 12

Share on:  

    


Top entries from australium


Top entries in Villager Shops