Jump to content

Below Y not working


Lerx

Recommended Posts

if player's world is "VoidWorld":
    on any movement
        if y-coordinate of player <= 57:
            make player execute command "/spawn"

not working.

sending me back to /spawn on any world at y 56 or below.

 

halp me.

 

Link to comment
Share on other sites

Here.

on any movement:
    if player's world is "VoidWorld":
        if y-coordinate of player <= 57:
            make player execute command "/spawn"

 

 

Active Minehut Player since 2016

Advanced at Skript - Know a lot about running a server 

If you need help with anything contact me @ KJPAKA#0001

 

Link to comment
Share on other sites

13 hours ago, KJPAKA said:

on any movement:

        if player's world is "VoidWorld":

                if y-coordinate of player <= 57:

                        make player execute command "/spawn"

Says there's an error with the indenting or something. It says that you may want to indent or remove a colon.

2020-06-10_11_18_04.thumb.png.c7b1e5c40fb26bcdcb618aceace5c97a.png

Edited by Lerx
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...