This pull request merges dev into master and delivers the following changes:
Private Messaging: FairyChat now provides a way for players to send private messages between servers. It is also possible to tab all names across all servers.
Broadcast format: The broadcast command now has a format that will be used to identify broadcasts for players and provide a better way to integrate the message.
Display chat in console: When redis is enabled, you will not see chat messages from other servers. You now have the option to activate the displayChatInConsole to see them.
Updated config values: All config values were updated to better blend in and given a touch of color branding. Additionally, all config values now have a comment to describe what the value actually represents.
Detailed Metrics: I really like to see that servers use this plugin and for further optimization and knowing what the audience needs, the plugin now collects if redis is enabled and when how many users are online across servers.
This pull request merges dev into master and delivers the following changes:
Private Messaging: FairyChat now provides a way for players to send private messages between servers. It is also possible to tab all names across all servers.
Broadcast format: The broadcast command now has a format that will be used to identify broadcasts for players and provide a better way to integrate the message.
Display chat in console: When redis is enabled, you will not see chat messages from other servers. You now have the option to activate the
displayChatInConsole
to see them.Updated config values: All config values were updated to better blend in and given a touch of color branding. Additionally, all config values now have a comment to describe what the value actually represents.
Detailed Metrics: I really like to see that servers use this plugin and for further optimization and knowing what the audience needs, the plugin now collects if redis is enabled and when how many users are online across servers.
This pull request partially resolves issue #2.