Reload message should not be broadcasted
silverwolfg11 opened this issue ยท 2 comments
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.
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
Fixed with this release: https://github.com/GeorgH93/Minepacks/releases/tag/v2.1.3