ParadiseLand
  • 🏝️ParadiseLand
  • ⚙️Misc
    • 🤖Installation
    • ⛰️Create your worlds
    • 👁️Default custom biomes
    • 🌳Schematics
      • ⛏️Create a new schematic
    • ⌨️Commands
      • help command
      • Info command
      • Teleport command
      • Schematic command
    • 🚰Changelog
  • ⚙️main config
  • ⬆️Plugin updates
  • 🌿Common generator properties
  • 📥Extensions
  • 📚World database
  • ⚠️Danger zone
  • ⚙️generator config
    • 🌿The generator config file
    • 🔧Properties
      • Starting height
      • Preventions
      • List of custom biomes
      • Layers (floating islands)
      • Temperature and climate
      • Temporary world generation
  • ⚙️Custom biomes
    • 🌿The biome config file
    • 🔧Properties
      • Biome name
      • Weighting
      • Base version
      • Climate
      • Surfaces
        • Frequency
        • Block types
        • Snow
        • Ice spikes
        • Lakes
        • Falling water & lava sources
        • Scattered things
        • Trails
          • Bridges
        • Crops
      • Minecraft biomes
      • Vanilla trees
      • Schematics
        • Custom trees
      • Plantains
      • Vines
      • Caves
      • Light
      • Rivers
      • Ores
      • Entities
  • ⚙️Extensions
    • 🛠️Biome Manager plugin
    • 🛠️Items adder plugin
    • 🛠️Oraxen plugin
  • ⚙️Troubles
    • ‼️Paper thread dump
    • ⚠️Tile entity warning
    • 💡Light glitches
  • ❣️Credits
Powered by GitBook
On this page
  • Create your tree schematic
  • Frequency
  • Schematic properties
  • Enabled
  • Schematic file name
  • Weighting
  • Minimum height
  • Maximum height
  • Floor types
  • Excludes types
  1. Custom biomes
  2. Properties
  3. Schematics

Custom trees

Schematic custom trees properties

PreviousSchematicsNextPlantains

Last updated 1 year ago

Create your tree schematic

.

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

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

Min value: 1

Minimum height

The minimum world height.

Maximum height

The maximum world 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"'

Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview
Schematic file name
Preview

A positive value for the weighted average. .

NOTE: Must be less than the .

NOTE: Must be greater than the .

Follow this guide
Read more
See here for more info about weighting
maximum height
maximum height

forest_tree_1.schematic

forest_tree_2.schematic

forest_tree_3.schematic

forest_tree_4.schematic

forest_tree_5.schematic

forest_tree_6.schematic

forest_tree_7.schematic

forest_tree_8.schematic

birch_tree_1.schematic

taiga_tree_1.schematic

taiga_tree_2.schematic

taiga_tree_3.schematic

taiga_tree_4.schematic

taiga_tree_5.schematic

snowy_taiga_tree_1.schematic

snowy_taiga_tree_2.schematic

snowy_taiga_tree_3.schematic

snowy_taiga_tree_4.schematic

⚙️
🔧

Page cover image