Could one create a command block that causes a teleport transport station to be created? Teleport transports are a command block triggered by a stone pressure plate that uses the /tp command in a command block to send the player to a specific “grand central station”, a return station should also be created to send the player back to a place nearby the sending station. The effect should be triggered using a specific gold tool.

Is such a thing possible with command blocks?

  • WasPentaliveOP
    link
    fedilink
    24 months ago

    I can build them manually in creative mode… I’d like to automate the process.

    • ajax6893M
      link
      14 months ago

      I don’t use command blocks very often. I wasn’t aware you could automate their creation. I can look into it and see what I can find out.

  • @[email protected]
    link
    fedilink
    1
    edit-2
    2 months ago

    Bit late with my reply here, but this is absolutely possible! It may be worth using the “data pack” functionality, but the primary data pack logic is commands at its core!

    It’s not quite what you’re looking for, but my own Warp Pads and KawaMood’s Waystones both accomplish similar things, though without a central hub. Both are open-source. Your case would probably be easier, since you could store the destination alone rather than maintaining one or more lists of valid destinations.

    • WasPentaliveOP
      link
      fedilink
      12 months ago

      The central hub mostly just provides a place to /tp to when lost away from base.