Page cover image

Custom trees

Schematic custom trees properties

Create your tree schematic

Follow this guide.

Frequency

schematics.trees.frequency: 8.0E-4

Specifies the probability of spawning a tree schematic at each [x, z] coordinate.

Valid range: 0 (never) to 1 (always)

Schematic properties

schematics.trees.list:
    -   enabled: true
        schematicFileName: forest_tree_1.schematic
        weighting: 10
        minHeight: 0
        maxHeight: 256
        floorTypes: '"GRASS_BLOCK","DIRT"'
        excludesTypes: '"OAK_LEAVES","ACACIA_LEAVES","BIRCH_LEAVES",...'
...

Specifies the list of tree schematics that will be placed on the generated chunk.

NOTE: Supported schematic formats

  • From 1.8.8 to 1.12.2: MCEdit/WEdit (.schematic files) formats

  • From 1.13: MCEdit/WEdit (.schematic files) and Sponge (.schem files) formats

Read more

Enabled

Set this to 'true' to enable this feature.

Schematic file name

An existing schematic file name located in the /plugins/ParadiseLand/schematics directory.

Schematic file name

forest_tree_1.schematic

Preview

Schematic file name

forest_tree_2.schematic

Preview

Schematic file name

forest_tree_3.schematic

Preview

Schematic file name

forest_tree_4.schematic

Preview

Schematic file name

forest_tree_5.schematic

Preview

Schematic file name

forest_tree_6.schematic

Preview

Schematic file name

forest_tree_7.schematic

Preview

Schematic file name

forest_tree_8.schematic

Preview

Schematic file name

birch_tree_1.schematic

Preview

Schematic file name

taiga_tree_1.schematic

Preview

Schematic file name

taiga_tree_2.schematic

Preview

Schematic file name

taiga_tree_3.schematic

Preview

Schematic file name

taiga_tree_4.schematic

Preview

Schematic file name

taiga_tree_5.schematic

Preview

Schematic file name

snowy_taiga_tree_1.schematic

Preview

Schematic file name

snowy_taiga_tree_2.schematic

Preview

Schematic file name

snowy_taiga_tree_3.schematic

Preview

Schematic file name

snowy_taiga_tree_4.schematic

Preview

Weighting

A positive value for the weighted average. See here for more info about weighting.

Min value: 1

Minimum height

The minimum world height.

NOTE: Must be less than the maximum height.

Maximum height

The maximum world height.

NOTE: Must be greater than the maximum height.

Floor types

Specifies the comma-separated list of blocks where trees will be spawned.

NOTE: Each type MUST BE ENCLOSED in double quotes.

For example

  • On a 1.13 server:

    • Single block type: '"GRASS_BLOCK"'

    • Multiple block types: '"GRASS_BLOCK","DIRT","MYCELIUM"'

  • On a 1.12 server:

    • Single block type: '"GRASS"'

    • Multiple block types: '"GRASS","DIRT","MYCELIUM"'

Excludes types

Specifies the comma-separated list of blocks to be excluded from replacement during schematic pasting.

NOTE: Each type MUST BE ENCLOSED in double quotes.

For example

  • On a 1.13 server:

    • Single block type: '"GRASS_BLOCK"'

    • Multiple block types: '"GRASS_BLOCK","DIRT","MYCELIUM"'

  • On a 1.12 server:

    • Single block type: '"GRASS"'

    • Multiple block types: '"GRASS","DIRT","MYCELIUM"'

Last updated