Skip to main content
The btcsky_biome_group manifest entry defines a collection of biomes that can be selected by players in the Biomes menu.

Configuration

id
String
required
Unique internal ID for this biome group.
displayName
String
required
The name shown in the Biome selector menu.
description
String
Brief description of the biome types in this group.
icon
Item
required
The item used to represent this group in the menu.
biomes
List<String>
required
A list of Bukkit biome IDs (e.g., PLAINS, DESERT, FOREST).
requiredPermission
String
Optional permission node required to access this biome group.
cost
Double
default:"0.0"
Cost in island bank currency to apply biomes from this group.
manifest:
  type: btcsky_biome_group
  id: "forest_group"
  displayName: "Forest Biomes"
  description: "A collection of lush forest biomes."
  icon: { material: OAK_SAPLING }
  biomes:
    - "FOREST"
    - "FLOWER_FOREST"
    - "BIRCH_FOREST"
  cost: 500.0