Jump to content

how do i make it so you spawn in a certain world when you join the server


codeispoggg

Recommended Posts

1 hour ago, codeispoggg said:

i am working on a server and i need everyone to spawn in the void world not the vanilla world how do i do that??
 

to my knowledge, there are 3 ways to do this.

 

teleport player to location at 0, 0, 0 in world "world"

This is good but you will have to update it every time you need to. The next skript works much better.

 

command /setspawn:
	permission: op
	trigger:
		set {spawn} to player's location
		send "&aSet spawn at %{spawn}%" to player

on join:
	teleport player to {spawn}

With this, you can not only set spawn as many times as you like without reloading, you can also set the pitch and yaw.

 

set {spawn} to location at 0, 0, 0 in world "world"
set yaw of {spawn} to 180
set pitch of {spawn} to 0
teleport player to {spawn}

This skript is like the first one except you can change the direction the player is looking.

Hope this helps, and please give me rep by liking!

Edited by AgentGamerPro
  • Like 2

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - Present

 

Link to comment
Share on other sites

Question answered. Topic locked

Joined on January 17th 2016

VIP since April 5 2017 - August 1st 2019

JrMod since August 1st

Mod since October 1st

SrMod since November 2nd - 2/7/21

Patron since February 8 - 3/7/21

Mod since March 8 2021

Retired since idk when

 

    [IMG]    button.png?t=Appeal&f=Calibri-Bold&ts=26&tc=fff&tshs=1&tshc=000&hp=20&vp=8&c=10&bgt=gradient&bgc=1d0dea&ebgc=1a0855&be=1 button.png?t=Rules&f=Calibri-Bold&ts=26&tc=fff&tshs=1&tshc=000&hp=20&vp=8&c=10&bgt=gradient&bgc=1d0dea&ebgc=1a0855&be=1  

If I helped or entertained you at all today, please react with a heart.

Link to comment
Share on other sites

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