CoordinateConverter
Converts your current overworld coordinates to nether coordinates and vice versa.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
CoordinateConverter
Coordinate Converter
Converts coordinates between the Overworld and Nether — a Bukkit port of DimensionCoordinateConverter.
Commands
| Command | Description | |---|---| | `/coordconv` | Converts your current coordinates based on your dimension. Overworld → Nether, Nether → Overworld, End → shows as-is. | | `/coordconv <x> <z>` | Converts the given coordinates based on your current dimension. | | `/coordconv <x> <z> overworld` | Converts the given coordinates to Overworld (multiplies by 8). | | `/coordconv <x> <z> nether` | Converts the given coordinates to Nether (divides by 8). |
Alias: `/cc`
All outputs include your current facing direction.
Permissions
| Permission | Description | Default | |---|---|---| | `coordinateconverter.use` | Allows use of `/coordconv` | Everyone |
Compatibility
Minecraft 1.12.2 – 1.21.1+