Hey guys! In the old version this is working. Im currently using 1.1.5 now and it does'nt work. Is there any changes or something? This is my code PHP: // setblock bug in pmmp ? $level->setBlock(new Vector3($p->x, $p->y, $p->z), Block::get(Block::AIR));
Don't you think your question is too ambiguous? How does it "not work"? What's that? Checked to be valid?
What even do you expect it to do? Maybe it does what we expect it to do, but you expect different behaviour.
What. Doesn't. Work? Is it not setting the block at all, is it delaying the setting of the block, is it setting a different block, what? Also, give us your full code, bc just showing one line won't help at all in most situations