back - RedWirePlatinumTwo/RedWiresMinecraftMod GitHub Wiki

Required Parameters

  • none - Opens a GUI with the option to teleport to the last location you died at, or sends a failure message if you haven't died.
  • nogui - Skips GUI prompt and attempts to teleport you to your last death location if
      1. You've died (obviously)
      1. You haven't already teleported back

GUI Image

backgui

Description

  • Simply lets you go back to where you died, but only once.
  • Requires cheats: no

Change History

  • 2.17.0: Introduced command.
  • 3.11.0: Added a "HasDied" variable in case you happen to die exactly at 0,0,0.
  • 4.2.16:
  1. Added a confirmation GUI.
  2. Made the message that appears if you haven't died slightly more threatening.
  3. Added the autoconfirm optional parameter.
  • 4.6.0: The confirmation GUI for this command now shows the dimension you died at.
  • 4.8.4: Changed autoconfirm to confirmTP, additionally making it sync to all worlds.
  • 5.3.0: This command now uses already-existing NBT values for the death dimension + coords instead of global variables.
  • 9.0.0:
  1. Back has been changed. You will now get a chat with the option to press [YES] to teleport back to your spot; However, the command now can only be used with cheats.
  2. Removed the back autoconfirm parameters.
  • 9.0.3: Slightly adjusted back.
  • 11.0.0: Re-added the GUI instead of just sending a chat with the option to tp back. No longer requires cheats to use (again).
⚠️ **GitHub.com Fallback** ⚠️