Changes:
  • Fixed NoSuchElementException which can occur when using the servermanager module.
  • Updated the about command to contain information about the online-mode of the server.
  • Fixed friend delete command not working in some cases
  • Fixed friend requests showing both sent and incoming requests.
  • Improved code used by permission commands.
  • Improved some code of the permission system.
  • Deprecated playerHasPermission and added checkPlayerPermission in the PermissionManager class.
  • Improved playtime_top placeholder in the placeholder api expansion.
  • Added support for 1.21.7
With the release of Minecraft 1.21.6 this update was brought forward.

Changes:
  • Fixed permission `networkmanager.command.ping.others` not working.
  • Removed legacy placeholders for third party plugins as announced in previous update. Check the documentation for the updated placeholders.
  • Added support for Minecraft 1.21.6.
  • Added messages to customize some aspects of the glist command.
  • Added lang_ignored_list_format message.
  • Added a new player_is_online placeholder which takes two arguments depending on whether the player is online or not.
  • Removed and refactored a lot of code.
Changes:
  • Fixed database and cache de-sync issues when executing punishment from a different proxy or backend server.
  • New placeholders for third-party plugins. Check the documentation for the updated placeholders. The old placeholders for third-party plugins will stop working in the next update!
  • Fixed importing filters
  • Removed and refactored a lot of code.
Changes:
  • Fixed sql error when using mysql.
  • Added a few new extra columns to the accounts table
NOTE: There have been some changes in MySQL since version 8.4 which won't work with NetworkManagers table design. I advice you to use MariaDB or MySQL 8.3.x.
Changes:
  • Fixed sql error when using mysql.
  • Added a few new extra columns to the accounts table
NOTE: There have been some changes in MySQL since version 8.4 which won't work with NetworkManagers table design. I advice you to use MariaDB or MySQL 8.3.x.
Changes:
  • Fixed issue with displayname not resetting when disabling nickname on paper and spigot.
  • Should fix placeholder not working in renderEmpty messages
  • Removed AdvancedBan and DeluxeTags importer.
  • Allow to set custom interval for each individual announcement
  • Fixed placeholders not working in no permission message when triggered by command.
Changes:
  • Added is_ignoring and is_friend relational placeholder to miniplaceholders
  • Added /friends cancel command
  • Fixed nm_player_friends database table on BungeeCord
  • Fixed issue with execute command not being console only!
  • Improved database test command.
  • Added 1.21.5 client support.
  • Added Player Ping Analytics
  • Code cleanup
Changes:
  • Should fix random_players placeholder
  • Should fix error when using helpop with RedisBungee and playing sounds on proxy
  • Fixed a nickname issue
  • Added setting to ignore specific servers in server analytics and advanced analytics.
  • Added lang_friends_removed, lang_friends_player_does_not_accept_requests and lang_reports_no_reports message.
  • Fixed issue with vanish check in friends list sorting.
  • Fixed some placeholders not working in click events.
Changes:
  • Removed some very old database upgrades.
  • Added punish_player and delete_player web permissions.
  • Implemented beter vanish checking with PremiumVanish on bungee and velocity
  • Fixes db schema on bungee and added new web permissions to nm_account_groups
  • Added support for Instant in Punishment Builder.
Changes:
  • Improved performance of the permission system.
  • getPlayerOwnGroups should return non-null map.
  • Made reload messages translatable
  • Added force flag to the /sm reload command
  • Transformed the actionbar, chat and title task classes into a single class.
  • module_permissions_bungee is now disabled by default.
  • Expanded the CachedTickets api class with some account methods.
  • Added player server sessions and refactored some code.
  • Removed name color function.
  • Added lazy loading to the player settings, ignored players and player session data.
  • Increase the length of the command field for the command blocker to 256 character.
  • Allow UUID in online player command argument.
  • Added postAsync to EventBus.
  • Added PermissionPlayerRecalculateEvent, PermissionPlayerAddGroupEvent and PermissionPlayerRemoveGroupEvent.
  • Added receiver field to nm_chat table for uuid of receiving player when logging msg or friends chat message.
  • Added friends module (BETA).
  • Added nickname prefix setting.
  • Added new web interface permissions.
Back
Top Bottom