So, pretty important update. This brings more security as I replaced md5 hashing with BCrypt for the password. I've also made some changes to the language system which makes it easier for me to maintain the messages. All extensions need an update to support NetworkManager 2.6.2.
I hope you enjoy this update!
NOTE: You make sure this update works smooth you need to drop the following tables: nm_accounts nm_languages and nm_language_messages before updating the plugin.
changelog:
- Fixed issue with the reason of warn and note command.
- Added NetworkManagerReady Event. You can use this event to make sure NetworkManager is ready when you run code on startup using the NetworkManagerAPI.
- AnnouncementsManager command can now also be used by console except for the preview argument.
- Updated the extensions system. All extensions require an update.
- Some minor code improvements.
- Fixed bug with /party jump. You could just jump to restricted servers.
- Changes in the language tables. I've changed variable to key and renamed or added some new messages.
- Fixed playtime position. It started from 0 now it starts from 1.
- Fixed aliases not working for maintenance mode command.
- Fixed maintenance toggle command not working.