(Suggestion) Placeholder that returns world name in all lowercase (so we can use worldedit inside DXL instances)
Greetings, I know this is a bit of a strange request, but I was wondering if a new placeholder could be added to return the name of the world the mob is in, but in all lowercase?
I'm trying to make a boss that on death, runs a command skill with a worldedit command to open a large door, however worldedit's //world command dislikes the capital letters returned by the placeholder <caster.l.w> in the (example) world name DXL_Game_12 and instead wants dxl_game_12
(It would be much easier for me and hopefully others to use worldedit commands inside of DXL instances instead of having to target the coordinate of each individual block with the setblocktype mechanic)
Thank you for your consideration.