# Nether-Portal-Coords

Adds a command to calculate where a nether portal must be placed in the other dimension. Useful for syncing up nether portals.

## Commands

/pcoords - `Shows the coordinates of the other world that a portal should be placed to link up with that location`

## Configuration

```yaml
# List of worlds to count as the "Nether". Defaults to the default nether world
nether-type-worlds:
- world_nether

# List of worlds to count as the "Overworld". Defaults to the default overworld.
overworld-type-worlds:
- world
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://papertweaks.machinemaker.me/v0.1.x/nether-portal-coords.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
