/
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 namespaceExamples:
Minecraft's "The Nether":
dimension = The Netherdimension_mod = Minecraftdimension_raw = the_netherdimension_mod_raw = minecraftAd Astra's "Moon"
dimension = Moondimension_mod = Ad Astradimension_raw = moondimension_mod_raw = ad_astraetc.
Planned features:
Original inspiration + most of the "makeTitleCase" code: /mod/dimension-viewer