Hello ,I want to make my own plugin. But I don't know why my plugin not work. Anyone can help me chack where I type wrong ?
What kind of plugin is this? Doesn't even need a human brain to make. It can be made through a plugin generator.
if you want to heal a Players use: PHP: $player->entity->setHealth($player->entity->health, "generic"); ------------------------------------------------------------------------------ And if you know how Teleport all Players use: PHP: $this->api->console->run("tp @all x x x"); x x x= your coords like 12 54 24