Jump to content

How to make spawn on join?


LocalServerHost

Recommended Posts

This is a built in Essentials feature if you have Essentials spawn, just do /setspawn newbies. However to answer your question:
    

on first join:
    teleport player to location at x, y, z in world "world"

If your world name is anything other than "world" you'll have to change it

Edit: Also, not to mini mod but this is the wrong category lol

 

Edited by stinkycow
  • Like 1
Link to comment
Share on other sites

Moved to Skript Discussion

Please post in the skript discussion category when requesting help with skript. 

  • Like 1

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

  • 1 year later...
On 5/9/2021 at 2:38 AM, stinkycow said:

This is a built in Essentials feature if you have Essentials spawn, just do /setspawn newbies. However to answer your question:
    

on first join:
    teleport player to location at x, y, z in world "world"

If your world name is anything other than "world" you'll have to change it

Edit: Also, not to mini mod but this is the wrong category lol

 

how do i make it so when someone joins that it looks at one position every time they join

Link to comment
Share on other sites

on join:
	set {_loc} to location at (0, 67, 0) in world "world"
	set yaw of {_loc} to 90 # Edit the number here to change the yaw
	set pitch of {_loc} to 0 # Edit the number here to change the pitch
	teleport player to {_loc}

 

Link to comment
Share on other sites

  • 3 weeks later...

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