LocalServerHost Posted May 8, 2021 Share Posted May 8, 2021 How can I make it so if a player joins for the first time it would automaticly do /spawn for them? CrystlGens.minehut.gg - Owner Link to comment Share on other sites More sharing options...
stinkycow Posted May 8, 2021 Share Posted May 8, 2021 (edited) 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 May 9, 2021 by stinkycow 1 Link to comment Share on other sites More sharing options...
_Tarna_ Posted May 9, 2021 Share Posted May 9, 2021 Moved to Skript Discussion Please post in the skript discussion category when requesting help with skript. 1 Discord - Tarna256#8675 In-game name - _Tarna_ Follow @Tarna_256 on Twitter --------------------------------------------------------- [VIP] - 7/27/2020 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 --------------------------------------------------------- Link to comment Share on other sites More sharing options...
tunelseeker2 Posted March 15 Share Posted March 15 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 More sharing options...
ApexSplat Posted March 15 Share Posted March 15 use pitch and yaw Discord: Dead#6905 Love anime! Link to comment Share on other sites More sharing options...
Znyx Posted March 16 Share Posted March 16 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 More sharing options...
SBV3 Posted April 3 Share Posted April 3 on join: make console execute command "mvtp %player% WORLDNAME" Need multiverse(mv) for this to work Rank: [PRO] Server Dev Skripter Link to comment Share on other sites More sharing options...
SBV3 Posted April 3 Share Posted April 3 also you can do /mvsetspawn or /mv setspawn one of the 2 i cant remember so you spawn in a certain direction your facing when you tp to the mv world Rank: [PRO] Server Dev Skripter Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now