DoodleLive Posted May 20, 2021 Share Posted May 20, 2021 I just started skript yesterday and was looking for help all over google and skript websites, the code I found was outdated and needed help with making this, here is the code command /hell <player>: trigger: teleport player to location(0, 128, , nether) send title "Good Luck" to player Link to comment Share on other sites More sharing options...
pAxiee Posted May 21, 2021 Share Posted May 21, 2021 Heya! It looks like you need help with your script so I will be moving this post to Skript Discussion Category. Please make sure to post in the appropriate category next time. 1 Link to comment Share on other sites More sharing options...
Encrypt Posted May 21, 2021 Share Posted May 21, 2021 Assuming you just want it to teleport the player to the nether roof where they are: command /hell <player>: trigger: set {_x} to arg-1's x coordinate set {_z} to arg-1's z coordinate teleport arg-1 to location %{_x}%, 125, %{_z}% in world "whatever your nether world is called" send title "Good Luck" to player Keep in mind this is untested, if there is any errors feel free to reply with them and I can fix it up for you 1 Owner/Developer of WWWings Skript Developer "WWWings is epic" -Trent Feel free to give me a like if I have helped you Link to comment Share on other sites More sharing options...
DoodleLive Posted May 21, 2021 Author Share Posted May 21, 2021 (edited) Quote command /hell <player>: trigger: set {_x} to arg-1's x coordinate set {_z} to arg-1's z coordinate teleport arg-1 to location %{_x}%, 125, %{_z}% in world "whatever your nether world is called" send title "Good Luck" to player So I tried too do this with the nether name and had an error so I decided too just use the regular world too se if that was the error but it came up with this also forgot too say in the original post but can you make it so only ops can use it, it would be very op if regular players could use it Edited May 21, 2021 by DoodleLive forgot too include 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