How do i make a random teleporter.

Started by BlaBlaSillySheep on

Topic category: Advanced modding

Last seen on 12:27, 8. May 2023
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make a random teleporter.

I had a look at NorthWestTrees Gaming's video called "random teleporting" or something. i realised it was outdated and now doesn't work. Is there a way i can make one with procedures?

 

Last seen on 14:24, 21. Feb 2022
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Could you give more details…
Sun, 05/24/2020 - 07:16

Could you give more details on what you want to do?

One possibility is to use the /spreadplayers command.

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Record the player's bed and…
Sun, 05/24/2020 - 08:21

Record the player's bed and destroy it then /GAMERULE KEEPINVENTORY TRUE then /KILL <PLAYER NAME> the /GAMERULE KEEPINVENTORY FALSE then player will spawn randomly as the bed was destroyed and then /SETBLOCK <BED POS> WHITE_BED

Last seen on 12:27, 8. May 2023
Joined Apr 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No, that's not gonna work…
Wed, 05/27/2020 - 15:42

No, that's not gonna work. If its vanilla survival without any cheats its not gonna work. And also the player would be required to destroy the bed aswell.  And also what is the spreadplayers command?

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know the …
Mon, 06/08/2020 - 10:17

I don't know the /spreadplayer and

1.procedures can execute commands at any situation(even if the cheats were off!)

2.random generate number:

{random [0,1)}*100000000+<MIN_RANDOMNUMBER>%<MAX_RANDOMNUMBER>

3.on player tick;move entity to (method 2:random) (random) (random)

                                                ^                              ^              ^

                                                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:
(sorry,the x,y,z "^" mark's…
Mon, 06/08/2020 - 10:18

(sorry,the x,y,z "^" mark's place is getting wrong...)