Solved Set world spawn

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Ventura11

Member
Feb 6, 2019
14
0
1
21
Code:
Every 1 second:
    set the world spawn point to the player location
What's the mistake?
Can you help me?
 
you have to specify the world
Code:
set the spawn point of "world_name" to the player's location
also why setting the world spawn location every second ?
 
you have to specify the world
Code:
set the spawn point of "world_name" to the player's location
also why setting the world spawn location every second ?
Point the compass at the player.
95426628_167141657986570_3029459704834162688_n.png
 
Does not work.
you just copy pasted the example of the documentaion, ofc it doesn't work since you haven't edited the code to match your need also {compass::target::*} doesn't contain anything since you haven't created this list yet.
 
you just copy pasted the example of the documentaion, ofc it doesn't work since you haven't edited the code to match your need also {compass::target::*} doesn't contain anything since you haven't created this list yet.
95609461_537292073612489_2143602350479114240_n.png

What might be the problem?
 
the correct expressions are: {Player3}'s compass target and compass target of {Player3} you forgot the ' after the player variable.
 
  • Like
Reactions: Ventura11
Status
Not open for further replies.