Question How to make the player face a certain direction with /setworldspawn

Discussion in 'Bukkit Help' started by DehydratedDuck, Jan 30, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    DehydratedDuck

    I have created a server and have EssentialsX installed. I have set a spawn point using /setworldspawn and using /gamerul spawnradius 0. However when spawning the player faces south when I would like them to be facing west. I hoped that facing that direction when entering /setworldspawn would do it but i believe it's becasuse it automatially wants to face (0,0).

    Any help on this would be greatly appreciated
     
  2. Offline

    KarimAKL

    @DehydratedDuck That's because /setworldspawn is the default minecraft command for setting the spawnpoint of that world, it doesn't support yaw/pitch.

    You need to use the Essentials command for this; just use this:
    Code:
    /setspawn [group]
    It'll use your current location (including yaw/pitch) and set the spawnpoint there.
    You can set the spawnpoint for a specific group if you want that; though it's not required.
     
  3. Offline

    DehydratedDuck

    Thank you for that but that isn't a command in EssentialsX. From what I can find the regular 'Essentials" plugin hasn't been updated since Minecraft 1.7.9. So it won't work on Minecraft 1.14.4 right?
     
  4. Offline

    KarimAKL

    @DehydratedDuck That's my bad, i assumed you had EssentialsXSpawn installed.

    There's probably a whole lot that won't work.

    Download EssentialsXSpawn for the /spawn and /setspawn commands.
    You can find the EssentialsX builds here: https://ci.ender.zone/job/EssentialsX/
     
Thread Status:
Not open for further replies.

Share This Page