Hi there! i was searching for a plugin that could do that too, but i didnt find. So if u have basic knowladge of PMP you can figure it out by your self. (you must have installed MultiWorld in your server) first of all in ur code import this: use czechpmdevs\multiworld\api\WorldManagementAPI; if($command->getName() === "hub") { if(!WorldManagementAPI::isLevelLoaded("TypeHereWorldName")) { //We need to check first if the world is loaded or not, in any other case it wont work WorldManagementAPI::loadLevel("TypeHereWorldName"); } $sender->teleport($this->getServer()->getLevelByName("TypeHereWorldName")->getSafeSpawn()); $sender->sendMessage( "You can put a message here"); } If you have any question ask me