Zum Hauptinhalt springen

Biome Group

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

Configuration

idString

Unique internal ID for this biome group.

displayNameString

The name shown in the Biome selector menu.

descriptionString

Brief description of the biome types in this group.

iconItem

The item used to represent this group in the menu.

biomes

" required> A list of Bukkit biome IDs (e.g., PLAINS, DESERT, FOREST).

requiredPermissionString

Optional permission node required to access this biome group.

costDouble

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