You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on a conversation on discord, I'd like to propose a new placeholder to display prefixes unrelated to inheritance.
With currently existing placeholders, it is impossible to parse a placeholder which a user does not directly or indirectly inherits.
Example: I have group.owner but owner does not inherit from default, so using %luckperms_prefix_element_highest_from_group_default% will return empty for me. Now if I let the owner group inherit from default, the prefix shows up. The same thing applies to track-based placeholders: if the user is not on the track I try to display the prefix from, the placeholder returns empty.
Don't get me wrong, I do get why this is. Regardless, I agree with the user from discord that it could come in very handy if there was a placeholder that returned the prefix regardless of connectivity through inheritance, such as for example displaying them in menus.
It could look like this for example: %luckperms_static_prefix_highest_from_group_<group>% : Returns the highest weighted prefix from specified group regardless if the user inherits it or not.
Please consider adding this. Inheriting across tracks may not always be the best solution to make the placeholder work.
The text was updated successfully, but these errors were encountered:
Based on a conversation on discord, I'd like to propose a new placeholder to display prefixes unrelated to inheritance.
With currently existing placeholders, it is impossible to parse a placeholder which a user does not directly or indirectly inherits.
Example: I have group.owner but owner does not inherit from default, so using %luckperms_prefix_element_highest_from_group_default% will return empty for me. Now if I let the owner group inherit from default, the prefix shows up. The same thing applies to track-based placeholders: if the user is not on the track I try to display the prefix from, the placeholder returns empty.
Don't get me wrong, I do get why this is. Regardless, I agree with the user from discord that it could come in very handy if there was a placeholder that returned the prefix regardless of connectivity through inheritance, such as for example displaying them in menus.
It could look like this for example:
%luckperms_static_prefix_highest_from_group_<group>%
: Returns the highest weighted prefix from specified group regardless if the user inherits it or not.Please consider adding this. Inheriting across tracks may not always be the best solution to make the placeholder work.
The text was updated successfully, but these errors were encountered: