m = $plugin; $this->players = $players; } public function onRun($tick) { foreach($this->players as $player) { $player->sendMessage(Main::PREFIX . C::RED . "You can now take damage."); } } }