xBiomeDisplay
A configurable Minecraft Spigot plugin that displays biome information with animated text when players enter new biomes.
Features
- Displays the current biome name when a player enters a new biome
- Animated text display (letter-by-letter animation)
- Configurable display method (action bar or subtitle)
- Customizable messages and formats
- Supports hex color codes (for Minecraft 1.16+)
- Player-specific toggle options (players can enable/disable biome display)
- Tab completion for commands
- Permission-based command system
Installation
- Download the latest release from the releases page
- Place the JAR file in your server's plugins folder
- Start or restart your server
- Edit the configuration file if needed (located at plugins/xBiomeDisplay/config.yml)
Commands
Command
Description
Permission
/biome help Shows help information xbiome.command
/biome reload Reloads the plugin configuration xbiome.reload
/biome toggle [player] Toggles biome display for yourself or another player
xbiome.toggle,
xbiome.toggle.others
/biome info [player] Shows biome information for yourself or another
player xbiome.info,
xbiome.info.others
Permissions
Permission
Description
Default
xbiome.command Allows access to the biome command op
xbiome.reload Allows reloading the configuration op
xbiome.toggle Allows toggling biome display op
xbiome.toggle.others Allows toggling biome display for other players op
xbiome.info Allows checking biome information true
xbiome.info.others Allows checking biome information for other players op
Color Codes
The plugin supports both traditional color codes and hex color codes:
- Traditional: &a, &b, &c, etc.
- Hex (for 1.16+): &#RRGGBB (e.g., &#FF5500 for orange)
Author
GodXPro (Discord ID:
godxpro.exe)