I need help with teleportation.

Started by tbroski on

Topic category: Help with modding (Java Edition)

Last seen on 04:35, 17. Jan 2021
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help with teleportation.

 I've been trying to make a ranged item that when it hits a player/block/entity the user will teleport to the player/block/entity. 

So I made a simple procedure using "Move provided entity to x:, y:, z:" This works when it hits a block but doesn't when it hits an entity.

NOTE: I have the procedure set up to both "When bullet hits block" and "When bullet hits living entity"

All in all, I poked around through procedures to find something that will do the job just different. I am a noobie at coding (why am using mcreator :d), but if I have to code I will. Any advice?

Last seen on 07:58, 13. Apr 2020
Joined May 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is no procedure to…
Fri, 09/06/2019 - 15:17

There is no procedure to specifically teleport the player. When you put "Teleport entity to x y z" in the "when bullet hits living entity" trigger, the default dependency for "entity" is the actual entity being hit itself, so it is being teleported to x y z, which theoretically should do nothing. Im not saying your idea is impossible in mcreator, I just don't know how to do it, but no worries because it should be pretty easy to do in the next update

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well the next update came…
Thu, 04/16/2020 - 03:26

Well the next update came like 6 months ago and no one seems to know so... how do you do this now in April 2020?

Last seen on 04:35, 17. Jan 2021
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey PythonIsCool, this is…
Thu, 04/16/2020 - 03:33

Hey PythonIsCool, this is what we Klemen plans to add. This will allow us to change what will be teleported/targets. Upvote this issue https://mcreator.net/comment/104478

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It was added! Yay :D
Mon, 06/01/2020 - 16:34

It was added! Yay :D

Last seen on 05:52, 11. Jul 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can anyone please explain to…
Thu, 07/09/2020 - 21:14

Can anyone please explain to me how to do it? Im new at this and i want to do an item that has the same properties as an ender pearl,does anyone knows how???