
%player:dimension% Placeholder
ArchivedAdds placeholders that return the (mod that adds the) dimension a player is in
306
2
%player:dimension% Placeholder has been archived. %player:dimension% Placeholder will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.20.1
1.19.2
Platforms
Supported environments
Links
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
%player:dimension% Placeholder
This mod will no longer be updated because I just noticed TextPlaceholderAPI already does this. :(
Adds placeholders that return the (mod that adds the) dimension a player is in.
To be used with mods that implement Placeholders API.
Placeholders:
%player:dimension%- returns the dimension a player is in%player:dimension_mod%- returns the name of the "mod" that adds the dimension a player is in%player:dimension_raw%- returns dimension path%player:dimension_mod_raw%- returns dimension namespace
Examples:
Minecraft's "The Nether":
dimension=The Netherdimension_mod=Minecraftdimension_raw=the_netherdimension_mod_raw=minecraft
Ad Astra's "Moon"
dimension=Moondimension_mod=Ad Astradimension_raw=moondimension_mod_raw=ad_astra
etc.
Planned features:
- Configurable colors for dimensions (green for overworld, red for the_nether, purple for the_end, ...)
Original inspiration + most of the "makeTitleCase" code: https://modrinth.com/mod/dimension-viewer

