2

How to set spawn in a certain angle

incognitocp 5/25/21 4:50 am
1.2k
5/29/2021 10:44 pm
Does anyone know how to set spawn in a certain angle? If you do pls help!
Posted by
incognitocp
Level 1 : New Crafter
2

  Have something to say?

JoinSign in

9

MoominSha
05/28/2021 7:37 pm
Level 25 : Expert System
history
Essentials In spawn.yml
spawns:
default:
world: survival
x: 6604.5884103756625
y: 165.0
z: -8666.581157956323
yaw: 270.6003<--Left/Right
pitch: 21.599993<-- Up/Down
Or? Go to x y z in game, look in desired direction then
/setspawn rankname or /setspawn for all ranks to use that /spawn.


Multiverse-Core? In worlds.yml
spawnLocation:
==: MVSpawnLocation
x: 0.0
y: 85.0
z: 0.0
pitch: 0.0
yaw: 0.0

1
HoboMaggot
05/28/2021 10:21 pm
Level 55 : Grandmaster Blob
Why do you keep posting messages that is only related to plugin creation (and to an extension pseudocode for the commandblockers/modders)?
You're overcomplexifying a simple vanilla command
1
MoominSha
05/29/2021 6:35 am
Level 25 : Expert System
history
I just added some syntax examples for the pitch/roll info they were after.
Your answer explains the structure of the command but not the syntax.
IE. You're undercomplexifying a simple vanilla command?
They did not even know what "pos" meant for example.
Now you have some kind of mantrums over me explaining
that using plugin config entries as examples?

Why do you keep posting messages? Grumpy messages?
"should have checked the link for more info"
You could have just posted example command, no?
1
HoboMaggot
05/29/2021 10:44 pm
Level 55 : Grandmaster Blob
history
If you truly wanted to give some syntax examples, a simple vanilla command example, e.g. /setworldspawn ~ ~ ~ 90 0 would suffice.
If you wanted to explain what the syntax arguments meant, you also couldve said something like:
"pos = position of the entity in xyz"
You dont need to use a config file for that, because not all programmers are plugin users and it cant translate to vanilla minecraft commands all the time.
1
HoboMaggot
05/25/2021 5:12 am
Level 55 : Grandmaster Blob
/spawnpoint [<targets>] [<pos>] [<angle>]
https://minecraft.fandom.com/wiki/Commands/spawnpoint
1
incognitocp
05/25/2021 5:52 am
Level 1 : New Crafter
what does pos stand for?
1
HoboMaggot
05/25/2021 5:56 am
Level 55 : Grandmaster Blob
history
Position you want the spawnpoint to be. You shouldve checked the link for more info
1
incognitocp
05/26/2021 7:46 pm
Level 1 : New Crafter
can you do this for everyone? not only people in the server? because i am still setting my server up. Many people haven't joined yet
1
HoboMaggot
05/26/2021 9:59 pm
Level 55 : Grandmaster Blob
Then set the world spawn
setworldspawn [<pos>] [<angle>]
    1

    Welcome