BiomeTitles
Configurable announcement plugin for travel between biomes!
BiomeTitles
BiomeTitles
This plugin notifies the player when they enter a biome. Biome title, subtitle, and the way in which the player will be notified (Chat, Title, Action bar) can be configured!
Commands
/biometitles reload | Reloads the plugin config - biometitles.reload /biometitles debug <enabled/disabled> | Enables or disables debug mode for more information in the console - biometitles.debug
Config
```YAML titleInfo: fadeIn: 10 stay: 70 fadeOut: 20 biomeGroups: - ['birch_forest', 'old_growth_birch_forest'] - ['taiga', 'old_growth_spruce_taiga', 'old_growth_pine_taiga'] - ['these', 'biomes', 'wont', 'register', 'movement', 'between'] biomes: plains: title: 'Plains Biome!' subtitle: 'Vanilla biomes do not need namespaces' display: 'chat' "namespace:example": title: 'Example Biome!' subtitle: '3rd party biomes need namespaces' display: 'title' ```