Sổ Tay Nhật Ký Học Tập - Bộ Não Thứ 2 - Nguyễn Đăng Trung - 02-04-2007
Appearance

spleef

player.onChat("spleef", function () {
blocks.fill(
LAVA,
pos(0, -1, 0),
pos(10, -1, 10),
FillOperation.Replace
)
blocks.fill(
SNOW,
pos(0, 4, 0),
pos(10, 4, 10),
FillOperation.Replace
)
player.teleport(pos(10, 4, 10))
})