Chicken Rain

Chickens falling

Chickens and more chickens are falling down!

Try the code:

player.onChat("chicken", function () {
    for (let i = 0; i < 100; i++) {
        mobs.spawn(CHICKEN, pos(0, 10, 0))
    }
})