/worldgenbenchmark
misc

Benchmark world generation performance

Syntax

/worldgenbenchmark [pos1] [pos2] [seed]
RequiredOptional

Parameters

pos1Optionalstring

First corner position (x, z)

pos2Optionalstring

Second corner position (x, z)

seedOptionalstring

The seed to use for the benchmark

Subcommands

/worldgenbenchmark seed

The seed to use for the benchmark

/worldgenbenchmark pos1

First corner position (x, z)

/worldgenbenchmark pos2

Second corner position (x, z)

Server Messages

worldNotFound

Could not find world "{worldName}"

alreadyInProgress

Benchmark already in progress.

benchmarkNotSupported

This worldgen implementation doesn't support benchmarking!

abort

Someone else started a benchmark at the same time. Aborting.

started

Started benchmark for seed "{seed}" in "{worldName}" with {size} chunks.

progress

Progress: {percent}%

done

Benchmark finished after {duration}

saving

Saving results...

saveDone

... done! Saved as {fileName}

saveFailed

... FAILED! See console.