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

Reload message should not be broadcasted #60

Closed
silverwolfg11 opened this issue Jan 10, 2020 · 2 comments
Closed

Reload message should not be broadcasted #60

silverwolfg11 opened this issue Jan 10, 2020 · 2 comments

Comments

@silverwolfg11
Copy link

Feature request

Feature description

The reload message generated from /backpack reload should not be broadcasted into global.
How the feature is useful

As a server administrator, there are times when I want to discreetly modify the server without needing to cause any interruptions into my players' gameplay. However, the reload message broadcasts a non-prefixed message to all players that confuses them. At the very least, this message should be prefixed. Although, what would be preferable is either only displaying the message to the user that initiated the command, or to all online users' with the permission to reload the plugin.

@GeorgH93
Copy link
Owner

Fix will be done shortly. Till than, you can edit or disable the messages in the language file: https://github.com/GeorgH93/Minepacks/blob/master/resources/lang/en.yml#L30-L31
To disable them change the language file to this:

    Reload:
      Reloading: "&1Reloading ..."
      Reloading_SendMethod: DISABLED
      Reloaded: "&1Reloaded!"
      Reloaded_SendMethod: DISABLED

@GeorgH93
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants