Hello, I'd like to suggest allowing us to parse placeholders for offline players (players who are not currently online), by adding _process or similar suffix (check VotingPlugin for reference https://wiki.bencodez.com/en/VotingPlugin/PlaceHolderAPI-placeholders).
It could work like %luckperms_last_group_on_tracks_staff_process% or just for main placeholders like %luckperms_inherits_group_helper_process% etc.
as this way it could make DB lookups / cache lookups & give us the placeholders.
by mentioning suffix there, owners should also be aware to not use it on the main thread, and just if they really only need that, in case of some scripts, menus on opening, etc.
Hello, I'd like to suggest allowing us to parse placeholders for offline players (players who are not currently online), by adding
_processor similar suffix (check VotingPlugin for reference https://wiki.bencodez.com/en/VotingPlugin/PlaceHolderAPI-placeholders).It could work like %luckperms_last_group_on_tracks_staff_process% or just for main placeholders like %luckperms_inherits_group_helper_process% etc.
as this way it could make DB lookups / cache lookups & give us the placeholders.
by mentioning suffix there, owners should also be aware to not use it on the main thread, and just if they really only need that, in case of some scripts, menus on opening, etc.