Biome Group
The btcsky_biome_group manifest entry defines a collection of biomes that can be selected by players in the Biomes menu.
Configuration
id — String
Unique internal ID for this biome group.
displayName — String
The name shown in the Biome selector menu.
description — String
Brief description of the biome types in this group.
icon — Item
The item used to represent this group in the menu.
biomes
" 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
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