Spawn a Structure an exact location.

Started by Ro... on

Topic category: Help with modding (Java Edition)

Last seen on 17:26, 28. Mar 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Spawn a Structure an exact location.

Ok. im making a mod of the Dragon Balls Series, i wish that in the next update they will be a death system, this is how it work, when u die, spawn in a other dimension, called the other world, in this dimension, u are supposed to spawn at structure where a man is waiting for u, and if u right click on him, it will ask if u want to go to hell or heaven. so i want to know how do u do, to span the structure at 0 100 0. and make that when the player enter the dimension, he spawn at the structure.

Last seen on 22:41, 29. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a "place at x y z: …
Fri, 06/12/2020 - 14:43

There is a "place at x y z: {custom structure}" procedure block.

Last seen on 17:26, 28. Mar 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok but how do i make player…
Fri, 06/12/2020 - 20:31

ok but how do i make player spawn at this area

Last seen on 22:41, 29. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(Place at x: [0], y: [100],…
Fri, 06/12/2020 - 20:42

(Place at x: [0], y: [100], z: [0]: {custom structure})

You can use commands to set spawn point

it is "/spawnpoint PLAYERNAME 0 100 0" I believe. (keep the PLAYERNAME, that is how Minecraft detects what player you want it to do) 

 

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when you create the…
Sat, 06/13/2020 - 04:03

when you create the dimension element, on the page where you define the triggers make a procedure for "When player enters dimension". in the procedure you can use "move provided entity to x,y,z"

Last seen on 06:33, 1. May 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Trolmaso Offline Active 2…
Sat, 06/13/2020 - 04:43

@Trolmaso

Profile picture for user Trolmaso

Offline

Active 2 hours ago

Joined Mar 2020

User points: 528

 

(Place at x: [0], y: [100],…

 

Fri, 06/12/2020 - 20:42

(Place at x: [0], y: [100], z: [0]: {custom structure})

You can use commands to set spawn point

it is "/spawnpoint PLAYERNAME 0 100 0" I believe. (keep the PLAYERNAME, that is how Minecraft detects what player you want it to do) 

 

NO!It's

/setworldspawn [x] [y] [z]

if you use

/setworldspawn

it will execute

/setworldspawn ~ ~ ~

 

Last seen on 22:41, 29. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1. Why do you keep copying…
Sat, 06/13/2020 - 11:55

1. Why do you keep copying my entire profile things

2. That sets the worlds spawn, he/she does not want that

Last seen on 17:26, 28. Mar 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks but its he ;)
Sun, 06/14/2020 - 00:56

thanks but its he ;)

Last seen on 14:16, 23. Jan 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thx for the tutorial  
Sun, 03/06/2022 - 13:38

Thx for the tutorial