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

Offer a way to allow individual players to stop receiving the automatic sorting message after closing a chest #106

Open
hippotastic opened this issue Mar 1, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request todo This will be implemented at some time

Comments

@hippotastic
Copy link

Is your feature request related to a problem? Please describe.
I'm currently running ChestSort with the following configuration regarding automatic sorting (I skipped all non-related lines):

allow-automatic-sorting: true
sorting-enabled-by-default: false
show-message-when-using-chest: true
show-message-when-using-chest-and-sorting-is-enabled: false
show-message-again-after-logout: true

This causes ChestSort to announce the automatic sorting functionality once per player session, allowing players who miss the message at first to see it again after a logout and relogin. This is great so far.

However, I have certain players on my server (including myself) who do NOT want the automatic sorting to be enabled, but prefer the hotkey-based sorting instead, and are therefore annoyed by the repeated reminders about the automatic sorting.

Describe the solution you'd like
I would like to offer a simple way to players to turn off the automatic sorting message for themselves.

It could be as easy as remembering that the player used the /chestsort (off/toggle) command to turn sorting off. It's safe to assume that players who used this command are aware of ChestSort and therefore do not need repeated messages about the automatic sorting feature.

If you're unsure whether some admins would miss the repeated messages in this scenario and prefer the old behavior, you could add a show-message-when-using-chest-and-sorting-was-disabled-by-player setting (default: false) and thereby allow them to re-enable it.

Describe alternatives you've considered
I could change the config setting show-message-again-after-logout to false, but this would prevent players who missed the message at first to discover the functionality later.

Additional context
My ChestSort version is 9.3.0 running on PaperMC build 484 (MC: 1.16.5).

@mfnalex
Copy link
Owner

mfnalex commented Mar 1, 2021

Thanks, that's a good idea. I will add this with the next upcoming update.

@noramibuu noramibuu added enhancement New feature or request todo This will be implemented at some time labels Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo This will be implemented at some time
Projects
None yet
Development

No branches or pull requests

3 participants