Jump to content

/unstuck script


DeltaRays

Recommended Posts

command /unstuck [<text>]:
    trigger:
        while block at player != air:
            add 1 to {_l}
            teleport player to block above player
            wait 1 tick
        if {_l} >= 5:
            send "&dYou just discovered how to glitch through the ground, congratulations!"
        send "&dThere you go!"

(Can be improved a lot, it's just a basic example)

Link to comment
Share on other sites

  • 1 month later...

What if player is stuck in a 5x5x5 obsidian cage?

command /giveinfo:
    trigger:
        send "--------------------------------------------"
        send "IGN:
crazymarty"
        send "I am a
decent skripter."                                     
        send "Discord: 
crazymarty#1802"
        send "--------------------------------------------"

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...