Biomes

Basic description of the biomes file.

The icon section can be fully customized, just like in other menu files.

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