2
How to set spawn in a certain angle
Does anyone know how to set spawn in a certain angle? If you do pls help!
9
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
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
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
You're overcomplexifying a simple vanilla command
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?
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?
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.
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.
/spawnpoint [<targets>] [<pos>] [<angle>]
https://minecraft.fandom.com/wiki/Commands/spawnpoint
https://minecraft.fandom.com/wiki/Commands/spawnpoint
what does pos stand for?
Position you want the spawnpoint to be. You shouldve checked the link for more info
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
Then set the world spawn
setworldspawn [<pos>] [<angle>]
