You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Images
No response
The text was updated successfully, but these errors were encountered:
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.
Skyblocker/src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsLocationsManager.java
Line 298 in 3b344cd
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
The text was updated successfully, but these errors were encountered: