Biomes
Basic description of the biomes file.
When configuring biomes, at least one biome should be left without permission settings.
The schematics in the schematics folder should have the same name as the biome. If the biome name is asel, the schematics should be named asel_1, asel_2, etc.
biomes:
# You must have at least one biome that does not require any permission.
plains:
display-name: "<green>Plains"
description:
- "A vast, open grassland with scattered trees and flowers."
# permission: "aselstudios.realms.biomes.plains"
icon:
material: "GRASS_BLOCK"
# Schema files must be placed in the "schematics" folder.
schematics:
- "plains_1.schem"Last updated