The server now has the possibility of creating custom
/npnreload messages that are send to the player.
Code (YAML):
# The messages that should be send to the
# user of the `/npnreload` command.
#
# This category is not necessary and could be removed.
# When these messages do not exist in this file the
# default messages will be used by the plugin.
npnreload:
permission_error
:
"&cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is a mistake."
reload_successful
:
"&2Successfully reloaded NoPlayerNotifier"
These are not necessary as both use their defaults when not specified.