The share message when sharing crystal hollows waypoints has a hardcoded format. It would be nice to be able to configure how this message is formatted.
Maybe using variables for the information bits?
Default: <prefix> <place>: <x>, <y>, <z>
No extra characters: <prefix> <place> <x> <y> <z>
More anonymity: <place>: <x> <y> <z>
As a compromise if making it fully configurable is too much, let us enable/disable the prefix and using commas.
Describe the new feature.
The share message when sharing crystal hollows waypoints has a hardcoded format. It would be nice to be able to configure how this message is formatted.
https://github.com/SkyblockerMod/Skyblocker/blob/3b344cdeee980a3eaf8609b983a4aafb189a6f46/src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsLocationsManager.java#L298
Maybe using variables for the information bits? Default:
<prefix> <place>: <x>, <y>, <z>
No extra characters:<prefix> <place> <x> <y> <z>
More anonymity:<place>: <x> <y> <z>
As a compromise if making it fully configurable is too much, let us enable/disable the prefix and using commas.
Images
No response