#Is there a way to make it so ppl cant go under a certain y lvl

1 messages · Page 1 of 1 (latest)

mystic spear
#

Yes it is

mystic spear
#

You need to pick an event

#

I would say on player move or whatever but thats kinda laggy

#

So you should do more research to find the right event

#

Then check their position and if they are too low teleport them up

#

Or if its the move event you can cancel event

weary mist
#

you could make a region, if region at player = belowy kinda thing

rocky pawn
#
every 1 second in world "{@world}":
    loop all players in world "{@world}":
        set {_z} to loop-player's y coordinate
        if {_z} <= {@height}:
            make loop-player execute command "spawn"
#

this is one way to do it

#

region way would be more efficient but would only stretch as far as the region