en 1.8 /summon Villager Shops

/summon Villager ~1 ~ ~ {
    Profession: 0,
    CustomName: "Frank",
    CustomNameVisible: 1,
    Career: 1,
    CareerLevel: 42,
    CanPickUpLoot: 0,
    PersistenceRequired: 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: "spruce_door",
                    Count: 1
                },
                buyB: {
                    id: "stone",
                    Count: 1
                },
                maxUses: 9999999,
                sell: {
                    id: 397,
                    Count: 1,
                    Damage: 3,
                    SkullOwner: "redstonekade",
                    MaxUses: 9999999
                }
            },
            {
                buy: {
                    id: "emerald",
                    Count: 3
                },
                buyB: {
                    id: "diamond",
                    Count: 10
                },
                maxUses: 9999999,
                sell: {
                    id: "mob_spawner",
                    Count: 1
                }
            },
            {
                buy: {
                    id: "mob_spawner",
                    Count: 1
                },
                buyB: {
                    id: "barrier",
                    Count: 3
                },
                maxUses: 9999999,
                sell: {
                    id: "command_block",
                    Count: 1
                }
            },
            {
                buy: {
                    id: "diamond_block",
                    Count: 1
                },
                buyB: {
                    id: "emerald_block",
                    Count: 1
                },
                maxUses: 9999999,
                sell: {
                    id: "barrier",
                    Count: 1
                }
            },
            {
                buy: {
                    id: "pumpkin_pie",
                    Count: 1
                },
                maxUses: 9999999,
                sell: {
                    id: "stone",
                    Count: 1
                }
            }
        ]
    }
}

The command

Note: Minify the command to avoid issues :)


Created: Wed, 25 Nov 2015 20:10:33, Updated: Sat, 22 Apr 2017 18:57:16, Views: 32

Share on:  

    


Top entries from redstonekade3


Top entries in Villager Shops