From e01937542faaef11b242c95c4a5197390fe2bfa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 28 Oct 2020 01:06:10 +0200 Subject: [PATCH] Portals Update --- mirricraft-portals.sk | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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