Jump to content

Need help with Skript


YourNotLuis

Recommended Posts

Skript is supposed to on join, check if player is part of one of 3 groups, and if they are teleport them to a certain position, but only on first join.

here is what i got so far

 

on first join:

if player has permission "group.glacials":

teleport player to location(x, y, z, world("Map"))

else if player has permission "group.blazings":

teleport player to location(x, y, z, world("Map"))

else if player has permission "group.idyllics":

teleport player to location(x, y, z, world("Map"))

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...