Block types

Surface block types property

Determines the arrangement of surface blocks from top to bottom.

surface.types:
    - '"GRASS_BLOCK"'
    - '"DIRT"'
    - '"DIRT"'
    - '"DIRT"'

Type a comma-separated list of materials that can be placed on the surface.

NOTE: Each type MUST BE ENCLOSED in double quotes.

You can find block material types at:

1.8.8 - 1.12.2 material types: https://helpch.at/docs/1.12.2/org/bukkit/Material.html Latest material types: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html

Comma-separated and percentages

Thanks to the frequency property, you can specify material types in percentages.

surface.types:
    - '"GRASS_BLOCK(75%)","MYCEL(25%)"'
    ...

Last updated