Custom trees
Schematic custom trees properties
Create your tree schematic
Frequency
Specifies the probability of spawning a tree schematic at each [x, z] coordinate.
Valid range: 0 (never) to 1 (always)
Schematic properties
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) formatsFrom 1.13: MCEdit/WEdit (
.schematic
files) and Sponge (.schem
files) formats
The schematic must have the offsets on the exact position where the schematic should be located. For example, a tree schematic must have the offsets at the base of the trunk.
Enabled
Set this to 'true' to enable this feature.
Schematic file name
An existing schematic file name located in the /plugins/ParadiseLand/schematics directory.
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