# 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
```
