main = $main; $this->server = $main->getServer(); $this->block = $block; $this->lvl = $lvl; } public function onRun($tick) { $this->lvl->setBlock($this->block, $this->block); // Delays a the block setting. $this->lvl->setBlock($this->block, $this->block); // Levers are not deleting $this->main->getLogger()->debug($this->lvl->getBlock($this->block)); } }