Changes:
- Hotfix for error when using ticket register command
Changes:
  • Fixed some minor issues with the ProtocolVersion enum class.
  • Catch sql exceptions when trying to clean up database.
  • Reset online status in database of offline players when cleaning database.
  • Allow searching permission through all groups through the permsgui.
  • Had to drop support for the old ticket system to support the new ticket system so that's what I've done.
  • Added 1.21.4 support.
  • Bumped MariaDB client to 3.5.1.
You can find the new ticket system here on GitHub.
NOTE: All old ticket accounts won't work anymore with the new ticket system. Your players will have to create a new account! Existing tickets won't be touched by this change!
Changes:
  • Only allow players to see the warnings of other players if they have the networkmanager.command.warnings.others permission.
  • Made a few performance improvements to the permission system.
  • Made ping async on velocity.
  • Updated a few dependencies.
  • Added playerLogin property to PlayerLoadEvent and PlayerLoadedEvent.
  • Added new PlayerUnloadedEvent.
  • Fixed typo in announcementsmanager start and stop command.
  • Render 10 results instead of 15 in warnings command.
  • Added isConsole method to LiteBansImporter to catch more variants of the console naming in litebans.
Changes:
  • Bump jedis to 5.1.5
  • Added cooldown for notify banned player join
  • Added lang_pagination_unknown_page message
  • Bypass msg toggle with `networkmanager.msgtoggle.bypass`
  • Fixed staffchat not being toggleable.
  • Minor optimization in dupe ip check on join.
  • Playtime top placeholder now respects the playtime top limit setting.
  • Removed a lot of duplicated code, unused code and optimized some code.
Changes:
  • Bump jedis to 5.1.0
  • Improved RedisBungee support.
  • Only show Reloaded permission player console message when the permission player is online.
  • Added setting to hide players from the playtime top.
  • Should fix possible exploit when using PluginMessaging
  • Set lastUpdate on ticket create.
  • Fixed possible NPE when getting cached permission groups from permission player.
  • Added player_highest_group_rank placeholder tag
  • Punishment commands are now configurable. You can change the command to whatever you want.
  • Bump adventure-platform to 4.3.4
  • Should fix issues with configuration updates (Most notable when updating SimpleChat that the config was resetting).
  • Fixed Argument Parse Failure for Extension commands
  • Removed deprecated methods from ChatManager that were long overdue.
  • Cleaned-up some code.
Changes:
  • Should fix non-global punishments commands when not using server manager module.
  • Changed results per page to 10 for server manager command
  • Fixed error when importing litebans punishments that were executed by console.
  • Fixed issue with kicks after importing them from litebans.
  • Fixed reload flag in /sm server create command not working.
  • Fixed race condition with placeholders in minimessage.
  • Minor optimization in the notify function of the ServerTask.
  • Added player_ip placeholder
  • Updated default lang_lookup_format to use new placeholders.
  • Bump kotlin to 1.9.25
Changes:
  • Added missing permission to import commands
  • Removed some commented code.
  • Fixed typo in default command blocker data.
  • Other minor changes
Changes:
  • Should fix commands not working on BungeeCord.
  • /nm accounts is now /nm web account.
  • Added /nm web group list command
  • Improved the reports list command.
Changes:
  • Converted all commands to cloud v2 except for the permission and slashserver commands.
  • Analytics tasks run less frequent then they used to.
  • Added countdown placeholder to miniplaceholders expansion.
  • Added format argument to countdown, first_login, last_login and last_logout miniplaceholders placeholders
  • Fixed Vault prefix and suffix returning null when player or group doesn't have a prefix or suffix
  • Added firstlogin_date, lastlogin_date and lastlogout_date...
Changes:
  • Fixed duration argument missing from tempban and tempmute
  • Added miniplaceholders expansion to velocity. You can find the placeholders here.
  • Should fix NoSuchElementException on ProxyPingEvent velocity
  • Added experimental importer for LiteBans on velocity.
Back
Top Bottom