Bug Closed · Resolved

(Suggestion) Placeholder that returns world name in all lowercase (so we can use worldedit inside DXL instances)

#1966 opened by Unknown 5 years ago

Unknownreported this bug

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.

Unknowncommented

Solution found with PlaceholderAPI thanks to @ Phil on the MM Discord!

- command{c="/world %formatter_text_lowercase_<caster.l.w>%";asOp=true}

Sign in to join the discussion.