Instant Transimission (Player Teleportation)

Started by Ro... on

Topic category: Help with modding (Java Edition)

Last seen on 04:12, 18. Apr 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Instant Transimission (Player Teleportation)

Hi, in my mod i want to add an ability called Instant Transmission, if you don't know Dragon Ball, its an ability that allow you to teleport to someone. Im struggling with that since yesterday, what im trying to do: I have a GUI with a text Input inside, what should happen: you have to enter the Player Name, when you enter something in the Text Input, it will automatically be copied to a variable called TeleportationTarget, once you enter the Player Name, you will have to press a Key(I), and then, what im trying to do is:

Set location of entity to X:(X Position of (Get Current Display Name Of(TeleportationTarget))) Y:(Y Position of...

you understand what im trying to do...
please help!

Last seen on 15:11, 18. Apr 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where you wanna teleport ?To…
Wed, 11/03/2021 - 06:17

Where you wanna teleport ?To a mob, place, structure where ?

Last seen on 04:12, 18. Apr 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thx you so much ill try it…
Wed, 11/03/2021 - 20:23

Thx you so much ill try it now!, but instead of using **Execute command /"..." in the name of Event/Target entity,**, ill use the one in World Management, cuz the Entity one only work if the player have the tp command permission lvl i think.

Last seen on 05:31, 27. Mar 2024
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stoutscientist  this worked…
Fri, 12/30/2022 - 12:48

Stoutscientist  this worked when it came to single player but when i tryed to test it in a server it wouldnt work. Any idea why?