Warp Locations - OreCruncher/Pathways GitHub Wiki

There are two types of teleport locations that can be configured:

  • Warp: This is a block specific location without any randomness. This type of location is useful for moving players to specific points in the world.
  • Random: This is random location around a central point. A location within range is randomly selected and the player is teleported.

Warp Teleport

To create a warp location:

  1. Stand at the location where you want the teleport to go.
  2. Execute the command /tconfigure add <name> where <name> is the name you want to give the location.
  3. A message indicating successful creation will be seen in the chat window.

Random Teleport

To create a random warp location:

  1. Stand at the location where you want the teleport to go.
  2. Execute the command /tconfigure add <name> <minRange> <maxRange> where <name> is the name you want to give the location, minRange is the minimum number of chunks to teleport, and maxRange is the maximum number of chunks to teleport.
  3. A message indicating successful creation will be seen in the chat window.

Notes:

  • The range is in chunks, not blocks. This is intentional.
  • The minimum range is 1 chunk.
  • Names given to teleport locations should be kept short but meaningful. The name must fit on a sign.
  • The location information is stored in the pathways.cfg file. This information will persist even if the world save is deleted. When starting a new world these locations should be reviewed to ensure they still make sense.
⚠️ **GitHub.com Fallback** ⚠️