Custom schematics

Custom schematics

The plugin allows server managers to add their own features (schematics) into the terrain generator.

The plugin does this by reading all .sm files in the custom/ folder and render them into the world while creating new chunks.

The "custom/example.sm" file contains information on how to set up a custom schematics to be added to the terrain.

Note that the "example.sm" file is ignored by the plugin and that it is overwritten every time the server starts or when the /hothreload command is executed.

There are two ways to start creating your own schematics:

  • Copy the example.sm file to a new filename
  • Use the /hothexport command to export a selected region into a file (use wooden axe to select cuboid)

Once the new file is created follow the instructions in "example.sm" to enter all data correctly.