Pos - RedWirePlatinumTwo/RedWiresMinecraftMod GitHub Wiki

Parameters

  • save [posname] - Saves your current position as [posname]. This cannot be another name that already exists.
  • goto [posname] - Teleports you to a saved position. This can only be used if cheats are enabled.
  • get [posname] - Sends a chat with the position name, dimension, and coordinates.
  • getall - Sends a chat with all position names, dimensions, and coordinates.
  • remove [posname] - Removes the saved position from savedpositions.json.
  • rename [posname] [newname] - Renames [posname] to [newname]. This also cannot be an already existing name.
  • overwrite [posname] - Overwrites [posname] with your current position.

Description

  • This command allows you to edit any positions you saved so you don't need to write it down somewhere else.
  • Requires cheats: no
  • Positions are saved under \saves\worldname\data\savedpositions.json. (The file is created upon loading in a world)
  • You can manually edit positions and create new ones, just please follow the format okay thanks lmao

Changelog

  • 4.8.4: (Re-)introduced command.
  • 5.0.0: Added parameter overwrite.