- Fixed an error when trying to tabcomplete [Spigot]
- Fixed more issues with the loading of the adventure libraries. [Spigot]
- Added support for MiniMessage. To enable it, add
minimessage: true to your config. [Spigot, Velocity] - Added per-world group support. If enabled, the plugin updates a player's group whenever they switch worlds, allowing for the use of per-world permission contexts. This can have a performance impact on servers with frequent world switching. [Spigot, Velocity]
- To enable add the option:
per_world_group_updates: true to your spigot config. - Note for Velocity users: This option should be added to each sub-server's configuration, not the proxy's configuration.
- Added the
luckperms_prefer_server_key_for_context configuration option. This setting determines whether the plugin uses the server or world context key from LuckPerms for server lookups. [Velocity]- By default, this is set to
true to use the server key, which is the standard behavior for Paper/Spigot. - Set it to
false to explicitly use the world key, which in Velocity networks typically refers to the sub-server the player is connected to.
- You can see all the new configuration options in the config_with_explanations.yml as example.
- Fixed an issue in the command blocking logic
- Added official 1.21.7 and 1.21.8 support
- Improved the handling of player registration (This might add geyser support, still not officially supported)
- Fixed an issue where Vulcan was overriding global PacketEvents settings, which prevented tab completions from being removed
- Added 1.21.5 to officially supported version
- Fixed that the * wildcard had lower priority than a normal entry
- Improved performance
- Fixed small memory leak [Spigot]
- Fixed auto lower base command option is ignored [Velocity]
Major changes, reconfiguration might be needed! | Read the changelog
- From now on, all groups will operate in whitelist mode! This also means that every group previously configured with blacklist mode will NOT work anymore and need to be reconfigured!
- Added negated entries: Use
"!command" to explicitly block a command. The quotation marks are necessary! - You can now use
"*" to whitelist all commands (the quotation marks are necessary!) - It is still possible to simulate a “blacklist mode group”. To do this, simply add the
"*" entry and include negated commands in the list by prefixing the entry with a !, like this: "!warp Admin". This will blacklist the command /warp Admin. Make sure to enclose the entry in quotation marks since it begins with a special character. - Some more examples:
cmd test + "!cmd test admin": Allows /cmd test but blocks /cmd test admin."*" + "!warp": Whitelists all commands except /warp.
- Negated entries take priority. This means that if you list both
warp Admin and "!warp Admin", the command /warp Admin will be blocked, regardless of it also being whitelisted. - Optimized memory usage on higher player counts
- Added support for version 1.21.4. Improved handling of unknown versions. The plugin will now load by default with a warning. [Spigot]
- Added a customizable command spam limit to the configuration
- Made minor improvements
- Fixed an important security issue
- Added the
getPlayerName method for PlHidePlayer in the API - Fixed an issue in the LuckPerms hook where plhide groups were not correctly updated when changing permissions on the Minecraft server while using a proxy
- Added Folia support
- From this version onwards Java 17 is required
- Fixed an exploit that could crash your server
- Fixed that PlayerExecuteCommandEvent is not triggered on Velocity [API]
- Fixed web server error message being returned as update message
- Added 1.21.1 support. Note that you need to update packetevents as well if you are using 1.21.1. You can find the snapshot builds here
- Fixed that brand wasn’t replaced on 1.20.6 and higher when switching between servers [Bungee]
- Minor bug fixes and improvements
- Fixed plugin: feature not working on newer paper builds
- Fixed that reloading doesn’t work when using Spigot
- Important Notice: If you are using the Bungeecord version please use this packetevents build [click] until a new stable update arrives for packetevents!
- Fixed plugin loading issue
- Fixed Guava issue, more precisely the NoSuchMethodError which occurred on legacy servers.
- Added 1.20.6 and 1.21 support
- Removed Protocolize and ProtocolLib as dependencies! Instead, Pl-Hide-Pro now uses PacketEvents.
- Download the dependency here
- Added 1.20.6 support [Spigot]