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.
To create a warp location:
- Stand at the location where you want the teleport to go.
- Execute the command
/tconfigure add <name>where<name>is the name you want to give the location. - A message indicating successful creation will be seen in the chat window.
To create a random warp location:
- Stand at the location where you want the teleport to go.
- Execute the command
/tconfigure add <name> <minRange> <maxRange>where<name>is the name you want to give the location,minRangeis the minimum number of chunks to teleport, andmaxRangeis the maximum number of chunks to teleport. - A message indicating successful creation will be seen in the chat window.
- 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.cfgfile. 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.