codeispoggg Posted April 14, 2021 Share Posted April 14, 2021 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?? Link to comment Share on other sites More sharing options...
Pryzmm Posted April 14, 2021 Share Posted April 14, 2021 (edited) 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 April 14, 2021 by AgentGamerPro 2 Owner of Lifestealed, Labs, Encore, UNOfficially and Observed 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 - 5/8/2024 [MOD] 5/8/2024 - Present Link to comment Share on other sites More sharing options...
Jackson85 Posted April 16, 2021 Share Posted April 16, 2021 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 If I helped or entertained you at all today, please react with a heart. Link to comment Share on other sites More sharing options...
Recommended Posts