SkyblockerMod / Skyblocker

Hypixel Skyblock fabric Mod for latest minecraft version
https://hysky.de
GNU Lesser General Public License v3.0
174 stars 87 forks source link

Configurable Crystal Hollows Waypoints Share-Message #1015

Open Stray216 opened 1 month ago

Stray216 commented 1 month ago

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