Hi all, Does anyone know if the is a plugin to teleport all players to a location. ? kind regards Dougle_1
you can put this code in a plugin: PHP: $this->api->console->run("tp @all 125 125 125"); or use the command which you can run ingame as OP: tp @all 125 125 125. and if you want to teleport player to another wolrds youse PHP: $this->api->console->run("tp @all w:yourworld 125 125"); INGAME command: tp @all w:yourworld 125 125 125 Is that what you mean? INFO: you can edit the cords 125->99 ...
Thanks absolute star. Think that is enough for now. What to use for creating death match. Just GOTO work out how to auto run it on a timer