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

Commands: chunk

SlimeDog edited this page Mar 7, 2021 · 7 revisions

Synopsis

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

Description

The chunk command remaps the specified chunk, according to the assigned biomemap.

Required console parameters

  • World
  • Chunk X
  • Chunk Z

Optional in-game parameters, if not the current chunk

  • World
  • Chunk X
  • Chunk Z

Output

  • Completion message

Examples

At console

> biomeremap chunk world_whitedog 0 0
[16:54:30 INFO]: Remapping chunk world:world_whitedog x:0 z:0
[16:54:30 INFO]: Remap complete

In-game at chunk 0 0

/biomeremap chunk
Remapping chunk world:world_whitedog x:0 z:0
Remap complete

❗ Caveats and warnings

The most important caveats:

  • Biome remapping cannot be reversed. Always backup the server before using this plugin, and test the functionality before you use it on a production server.
  • Region remapping is a cpu-intensive activity. During region remapping, TPS will drop well below levels that support interactive play. It should be performed only on a quiescent server, with no players on-line. For the best player experience, worlds should be pre-generated using tools such as Chunky (preferred) or Chunkmaster or WorldBorder.

Localization

Messages may be localized. See Localization.

Clone this wiki locally