Here another update with some optimizations and bug fixes.
Hope you enjoy!
NOTE: API has some important changes. Make sure that if you use the API for any of your plugins that you edit them to the latest version to prevent any issues.
Changelog:
- Fixed the issue with the wrong name in the lang_party_join message.
- Caching of players should now be faster.
- When a player leaves the server the player will be removed from the cache.
- Optimized caching of CommandBlocker commands, Filter words and TabCompleteCommands.
- API changes because I optimized caching of Languages, LanguageMessages and Values(Settings).
- Fixed a issue with the ServerManager. If all lobbies are offline and you tried to join it would set the player online, start a new session and would set a new LastLogin.
- Possibly fixed a color formatting issue in the MOTD. Also improved Motd Placeholders.
- Fixed a bug with the maxplayers module in the motd.
- Added support for RedisBungee to the /execute command. You can now enter /execute <proxyname/servername> <command>
- Added new test command /nm test restapi