diff --git a/mirricraft-portals.sk b/mirricraft-portals.sk index a96cdb9..e2dda0e 100644 --- a/mirricraft-portals.sk +++ b/mirricraft-portals.sk @@ -4,9 +4,12 @@ on region enter: if "%event-region%" contains "_portal_to_lobby": teleport player to world "%player's world%" connect player to "lobby" - -on region exit: - wait 1 tick - if "%event-region%" contains "_portal_to_lobby": + if "%event-region%" contains "_portal_to_utopia": teleport player to world "%player's world%" - connect player to "lobby" \ No newline at end of file + connect player to "utopia" + if "%event-region%" contains "_portal_to_skyblock": + teleport player to world "%player's world%" + connect player to "skyblock" + if "%event-region%" contains "_portal_to_minigames": + teleport player to world "%player's world%" + connect player to "minigames" \ No newline at end of file