Command: portal - teakivy/teaks-tweaks GitHub Wiki
/portal
is the base command for the Nether Portal Coords pack.
This command will only be active when it's parent pack is enabled.
/portal
This is a player-only command
- Used to view the coordinates that a nether portal must be placed in the Nether to connect to the player's location.
teakstweaks.command.portal
- Default -
true
- Description - Controls whether the player can use the
/portal
command.
"portal.command_description": "Calculate where a Nether Portal must be placed in the other dimension.",
"portal.error.wrong_dimension": "<red>You cannot run this command in <world>!",
"portal.location": "<yellow>XYZ: <x> <y> <z>",
- Default -
Calculate where a Nether Portal must be placed in the other dimension.
- Default -
<red>You cannot run this command in <world>!
- Placeholders
-
world
- The world the player is in.
-
- Default -
<yellow>XYZ: <x> <y> <z>
- Placeholders
-
x
- The X coordinate. -
y
- The Y coordinate. -
z
- The Z coordinate.
-