I don't need help with a code or something but:
i have a code where it spawns a chest randomly in a world. it works, theres no errors but I also want to broadcast the location so its like:
"A chest has spawned at %{_loc}%" but there's a problem, the message says:
[2;37mA[0m [2;33mchest [0m[2;37mhas spawned at[0m [2;33m'chest' at <x>, <y>, <z> in world 'world'[0m
(replace <x> <y> <z> with actual coords)
is there any way to change the message to say "<x>, <y>, <z>" without the 'chest' at , in world 'world' ?