en 1.8 /summon Command instructions

/summon Villager ~1 ~ ~ {
    Profession: 2,
    CustomName: "Frank",
    CustomNameVisible: 1,
    Career: 1,
    CareerLevel: 42,
    CanPickUpLoot: 0,
    PersistenceRequired: 1,
    Invulnerable: 1,
    Offers: {
        Recipes: [
            {
                buy: {
                    id: "stone",
                    Count: 1
                },
                maxUses: 9999999,
                sell: {
                    id: "diamond_block",
                    Count: 64
                },
                rewardExp: false
            },
            {
                buy: {
                    id: "stone",
                    Count: 1,
                    Damage: 1
                },
                maxUses: 9999999,
                sell: {
                    id: "diamond",
                    Count: 1
                },
                rewardExp: false
            }
        ]
    }
}

The command

Note: Minify the command to avoid issues :)


Created: Mon, 16 Nov 2015 23:24:22, Updated: Mon, 16 Nov 2015 23:24:22, Views: 1

Share on:  

    


Top entries from runcarson


Top entries in Command instructions