Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commands: scan chunk

SlimeDog edited this page Mar 5, 2021 · 1 revision

Synopsis

/biomeremap scan chunk [ <world> <x> <z> ]

Description

The scan chunk command scans the specified chunk.

Required console parameters

  • World
  • Chunk X
  • Chunk Z

Optional in-game parameters, if not the current chunk

  • World
  • Chunk X
  • Chunk Z

Output

  • Summary of scanned biomes

Examples

At console

> biomeremap scan chunk world_whitedog 0 0
[17:08:53 INFO]: Scanning chunk world:world_whitedog x:0 z:0
[17:08:53 INFO]: Scan complete
[17:08:53 INFO]: Biomes in chunk world:world_whitedog x:0 z:0
[17:08:53 INFO]: 100% SNOWY_TUNDRA (256)
[17:08:53 INFO]: 100% TOTAL (256)

In-game at scan chunk 0 0

/biomeremap scan chunk
Scanning chunk world:world_whitedog x:0 z:0
Scan complete
Biomes in chunk world:world_whitedog x:0 z:0
100% SNOWY_TUNDRA (256)
100% TOTAL (256)

Localization

Messages may be localized. See Localization.

Clone this wiki locally