LuckPerms/placeholders

[Request] Placeholder that returns the players current position on a track

Flexxxxx opened this issue · 4 comments

As the title says. Just a placeholder that returns the group of a player position is on within a track. e.g. Staff track has Helper, Mod, Admin, Owner. Player is Mod. Placeholder will return that the player is Mod.

Possible Placeholders:
%luckperms_current_position_on_track_(track)%
%luckperms_group_on_track_(track)%

Or I could be completely overlooking something and this already exists.

Thanks for the help, I hope you consider my request :)

%luckperms_first_group_on_tracks_<tracks>%
%luckperms_last_group_on_tracks_<tracks>%

Well those only show the first and last group on a track. I want to be able to see the players current group on a track.

Read description of those from the placeholder page.

I believe the way that description is written can be misinterpreted, but it definitely doesn't do what it implies. That literally only shows the first or last group of a track, not the players position within the track, which is what I'm after here.