My skript is stopping console output

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Fanolcie

Member
Aug 26, 2021
1
0
1
Hey, i wrote a script like this
Code:
on teleport:
    if player is in world "world":
        if "%new world%" contains "_the_end":
            set {_loc} to location at 100.5, 60, 0.5 in world "world_the_end"
            set {_loc}'s pitch to 1
            set {_loc}'s yaw to 90
            teleport player to {_loc}
            cancel event

and after going to the end, my java console output is stopping. What's wrong with it?
 
Status
Not open for further replies.