- Added a configuration option to fix an exploit that causes a Minecraft server to crash through a tab-completion
- This is not a 100% fix, as it doesn't change the NBT-reading, but merely tries to predict the exploit by interpreting the tab-completion
- Only relevant for versions from 1.13-1.20.4. In newer 1.20.4 builds the exploit is already fixed (Paper 1.20.4 Build 427 and higher)
- Added UUID support for the op protection
- Some other small improvements
- Fixed the issue where PlHide was not enabling on old Minecraft versions with outdated libraries [Spigot]
- Some other small improvements
2.7.5.1 Hotfix
- Fixed plugin not enabling on the versions 1.13-1.18 [Spigot]
2.7.5 Update
- Added 1.20.4 support
- Added possibility to use “/plhide updategroup” when proxy mode is enabled [Spigot]
- Performance improvements [Spigot]
- Fixed some rare exceptions
- Re-added java 8 support
- Fixed version detection for some 1.8.8 forks
- Fixed that the tabcompletion didn’t update automatically on group change [Velocity]
- Fixed channel registration for legacy servers
- Small performance improvement
- Improved performance of the proxy plugin
- Replaced "bungee-mode" option with "proxy-mode" [Spigot]
- the ip and port options are no longer required
- If you have Pl-Hide installed on the proxy, make sure to install it on the Spigot server as well, with proxy-mode enabled
- Added support for autolisting all commands of Spigot plugins for Velocity (plugins: PluginName)
- Drastically reduced memory usage, especially noticeable on high player counts on the Proxy
- Removed the "bungee-mode" option from the proxy config
- Added auto group updating when using LuckPerms
- Increased the minimum required Java version to 11
- API: Removed the throwing of PlHidePlayerNotFoundException when PlHidePlayer doesn’t exist at PlayerManager#getPlHidePlayer. Instead, it will now return null
- Fixed that updategroup cmd could be executed without any permission [Spigot]
- Other smaller improvements