Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable Crystal Hollows Waypoints Share-Message #1015

Open
Stray216 opened this issue Oct 5, 2024 · 0 comments
Open

Configurable Crystal Hollows Waypoints Share-Message #1015

Stray216 opened this issue Oct 5, 2024 · 0 comments
Labels
new feature This issue or PR is a new feature

Comments

@Stray216
Copy link

Stray216 commented Oct 5, 2024

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.

MessageScheduler.INSTANCE.sendMessageAfterCooldown(Constants.PREFIX.get().getString() + " " + place + ": " + (int) pos.getX() + ", " + (int) pos.getY() + ", " + (int) pos.getZ());

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

@Stray216 Stray216 added the new feature This issue or PR is a new feature label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature This issue or PR is a new feature
Projects
None yet
Development

No branches or pull requests

1 participant