PlayerBiomes
- Find player's exact biome using a PlaceholderAPI placeholder
- Use /whereami to find what biome you are in!
As the description suggests, THIS PLUGIN NEEDS PLACEHOLDERAPI FOR THE PLACEHOLDERS TO BE USABLE. Command /whereami can still be used without PlaceholderAPI. The plugin requires Java version 11 or later to run.
What does it do different than the other PlaceholderAPI expansions?
- It gives you the exact same name that the client sees which means it supports custom biomes (plugins and datapack)
- Formats biome names which have special characters (/) in them!
Commands:
/whereami
- Executable by Player
Description: Displays the name of the biome the player is currently in.
Permission:
playerbiomes.command.whereami (True by default)
Placeholders:
%playerbiomes_biome_raw%:
Gives the complete namespaced ID of the biome
Examples:
- `minecraft:jungle`
- `terralith:moonlight_grove`
- `terralith:caves/deep_caves`
- `incendium:weeping_valley`
%playerbiomes_biome_name%:
Gives the Capitalized name of the biome (Removes the internal path of biomes from the Namespaced ID)
Examples:
- `minecraft:jungle` becomes "Jungle"
- `terralith:moonlight_grove` becomes "Moonlight Grove"
- `terralith:caves/deep_caves` becomes "Deep Caves"
- `incendium:weeping_valley` becomes "Weeping Valley"
%playerbiomes_biome_namespace%:
Gives the Capitalized nameSPACE of the biome
Examples:
- `minecraft:jungle` becomes "Minecraft"
- `terralith:moonlight_grove` becomes "Terralith"
- `terralith:caves/deep_caves` becomes "Terralith"
- `incendium:weeping_valley` becomes "Incendium".
%playerbiomes_biome_formatted%:
Gives the full namespaced ID of the biome in the format:
<Namespace>: <Biome Name Capitalized>
Examples:
- `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"
Configuration:
Options are described in comments beside them
Support and Feature Requests in Resource Discussion Tab / Discord only!
Discord:
https://dsc.gg/pseudoforceyt
Thanks
@mfnalex and
@ZBLL for helping with the initial version of plugin!
Thanks to @si6gma (Discord) for help with string manipulation! (Versions before 6.0.0)
All versions before 4.3.0 and from 6.0.0 utilize the
JeffLib library for initializing placeholders and getting the biome namespaced ID.
Servers using PlayerBiomes:
- Request for your server to be added in our Discord Server!
bStats - PlayerBiomes