Hello Gusy ! How to add DestroyBlockParticle < Diamond ? Example : PHP: public function Player(PlayerJoinEvent $event) { $player = $event->getPlayer()->getLevel(); # How To add DestroyBlockParticle Diamond ? $player->addParticle($particle);}
PHP: $level->addParticle(new DestroyBlockParticle(new Vector3($player->x, $player->y, $player->z), Block::get(57)));