diff --git a/mirricraft-portals.sk b/mirricraft-portals.sk index a50ef38..a96cdb9 100644 --- a/mirricraft-portals.sk +++ b/mirricraft-portals.sk @@ -1,12 +1,12 @@ -# --- Lobby Tunnel --- +# --- Portals --- on region enter: wait 1 tick if "%event-region%" contains "_portal_to_lobby": - wait 40 tick + teleport player to world "%player's world%" connect player to "lobby" on region exit: wait 1 tick if "%event-region%" contains "_portal_to_lobby": - wait 40 tick + teleport player to world "%player's world%" connect player to "lobby" \ No newline at end of file