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:
Code (YAML):
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.