Help with making a Teleporter GUI

Started by Chawkolate on

Topic category: Help with modding (Java Edition)

Last seen on 04:36, 16. Mar 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with making a Teleporter GUI

So I'm trying to create a Teleporter Block with a GUI that will add buttons that will allow you to teleport to different TP Blocks after they have been placed onto the ground. The only thing is, I have no idea how to do this. I'm extremely new to the whole MCreator procedure stuff, so any help would be amazing.

Last seen on 16:48, 15. Apr 2023
Joined Jul 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you can create some…
Sat, 03/14/2020 - 13:12

I think you can create some global world or map variables and when you place the block set the variables to X, Y and Z of the block and in the procedures of the button you make move provided entity to your variables X your Y variables ( with a + 1 or - 1 to don't have the player locked in the block ) and your Z variables.