Minecraft:Commands/locatebiome: Difference between revisions
More actions
imported>YoureIronic No edit summary |
Remove broken links to missing pages |
||
| Line 7: | Line 7: | ||
}} | }} | ||
Displays the [[Minecraft:coordinates]] for the closest [[Minecraft:biome]] of a given | Displays the [[Minecraft:coordinates]] for the closest [[Minecraft:biome]] of a given biome ID or a biome tag in the chat for the player who executed the command. | ||
== Syntax == | == Syntax == | ||
| Line 14: | Line 14: | ||
== Arguments == | == Arguments == | ||
{{argument|biome|resource_or_tag}} | {{argument|biome|resource_or_tag}} | ||
: Specifies the biome(s) to be located. See | : Specifies the biome(s) to be located. See Biome/ID for a list of available biome IDs. | ||
: {{arg desc|je=resource_or_tag}} | : {{arg desc|je=resource_or_tag}} | ||
== Note == | == Note == | ||
The horizonal search resolution is 32 | The horizonal search resolution is 32 blocks, and vertical resolution is 64 blocks, which means biomes that are too narrow may not be found. | ||
If successful, the following message is sent to chat: "''The nearest <biome name> is at [<x> ~ <z>] (<distance> blocks away)''"/"''The nearest <biome tag> (<biome name>) is at [<x> ~ <z>] (<distance> blocks away)''", in which <code><distance></code> is the horizontal distance between the executor and the biome. The coordinates can be clicked, which can put the command {{cmd|tp @s <x> ~ <z>}} in the chat box. The command can then be executed, and the player will be sent to those coordinates. | If successful, the following message is sent to chat: "''The nearest <biome name> is at [<x> ~ <z>] (<distance> blocks away)''"/"''The nearest <biome tag> (<biome name>) is at [<x> ~ <z>] (<distance> blocks away)''", in which <code><distance></code> is the horizontal distance between the executor and the biome. The coordinates can be clicked, which can put the command {{cmd|tp @s <x> ~ <z>}} in the chat box. The command can then be executed, and the player will be sent to those coordinates. | ||
| Line 54: | Line 54: | ||
{{Navbox commands}} | {{Navbox commands}} | ||
de:Befehl/locatebiome | |||
es:Comandos/locatebiome | |||
ja:コマンド/locatebiome | |||
pt:Comandos/locatebiome | |||
ru:Команды консоли/locatebiome | |||
zh:命令/locatebiome | |||
Revision as of 15:44, 9 April 2026
Template:Outdated feature Template:Exclusive
Displays the Minecraft:coordinates for the closest Minecraft:biome of a given biome ID or a biome tag in the chat for the player who executed the command.
Syntax
locatebiome <biome>
Arguments
- Specifies the biome(s) to be located. See Biome/ID for a list of available biome IDs.
- Template:Arg desc
Note
The horizonal search resolution is 32 blocks, and vertical resolution is 64 blocks, which means biomes that are too narrow may not be found.
If successful, the following message is sent to chat: "The nearest <biome name> is at [<x> ~ <z>] (<distance> blocks away)"/"The nearest <biome tag> (<biome name>) is at [<x> ~ <z>] (<distance> blocks away)", in which <distance> is the horizontal distance between the executor and the biome. The coordinates can be clicked, which can put the command Template:Cmd in the chat box. The command can then be executed, and the player will be sent to those coordinates.
Result
Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table
Output
Template:Output table Template:Output table Template:Output table Template:Output table
Example
- To obtain the coordinates of the nearest desert: Template:Cmd
History
References
de:Befehl/locatebiome es:Comandos/locatebiome ja:コマンド/locatebiome pt:Comandos/locatebiome ru:Команды консоли/locatebiome zh:命令/locatebiome