- Find player's exact biome using a PlaceholderAPI placeholder
- Use /whereami to find what biome you are in
- Gives you the exact same name that the client sees which means it supports custom biomes (datapacks like Terralith, Incendium, etc.)
Description: Displays the name of the biome the player is currently in.
Options are described in comments beside them Latest
Gives the complete namespaced ID of the biome
"minecraft:jungle" "terralith:moonlight_grove" "terralith:caves/deep_caves" "incendium:weeping_valley"
Gives the Capitalized name of the biome (Removes the internal path of biomes from the Namespaced ID)
minecraft:jungle
becomes "Jungle"
terralith:moonlight_grove
becomes "Moonlight Grove"
terralith:caves/deep_caves
becomes "Deep Caves"
incendium:weeping_valley
becomes "Weeping Valley"
Gives the Capitalized nameSPACE of the biome
minecraft:jungle
becomes "Minecraft"
terralith:moonlight_grove
becomes "Terralith"
terralith:caves/deep_caves
becomes "Terralith"
incendium:weeping_valley
becomes "Incendium".
Gives the full namespaced ID of the biome in the format: :
minecraft:jungle
becomes "Minecraft: Jungle"
terralith:moonlight_grove
becomes "Terralith: Moonlight Grove"
terralith:caves/deep_caves
becomes "Terralith: Deep Caves"
incendium:weeping_valley
becomes "Incendium: Weeping Valley"
Support and Feature Requests in SpigotMC Resource Discussion Tab / Discord only! Do NOT use the issues tab for this.
Thanks @mfnalex and @RoughlyUnderscore for helping with this plugin! Thanks to @si6gma (Discord) for help with string manipulation!
Versions <= 4.3.0 and 6.0.0 utilize the JeffLib library for initializing placeholders and getting the biome namespaced ID.
Building:
- Clone the project (the version/branch of your choice)
- Build using
mvn install