MistTags PlaceholderAPI placeholders

Player tag placeholders:
%misttags_prefix% - Current rendered prefix, including animation frame if animated. Adds one trailing display space when not empty.
%misttags_suffix% - Current rendered suffix, including animation frame if animated. Adds one leading display space when not empty.
%misttags_display_prefix% - MistTags prefix if active; otherwise LuckPerms prefix if available through PlaceholderAPI. Adds one trailing display space when not empty.
%misttags_display_suffix% - MistTags suffix if active; otherwise LuckPerms suffix if available through PlaceholderAPI. Adds one leading display space when not empty.
%misttags_prefix_or_none% - Current rendered MistTags prefix, or red "None" if no MistTags prefix is active. No automatic display spacing.
%misttags_suffix_or_none% - Current rendered MistTags suffix, or red "None" if no MistTags suffix is active. No automatic display spacing.
%misttags_display_prefix_or_none% - MistTags/LuckPerms display prefix fallback, or red "None" if empty. No automatic display spacing.
%misttags_display_suffix_or_none% - MistTags/LuckPerms display suffix fallback, or red "None" if empty. No automatic display spacing.
%misttags_prefix_raw% - Stored prefix value, such as anim:rainbow.
%misttags_suffix_raw% - Stored suffix value, such as anim:pulse.
%misttags_prefix_plain% - Prefix with MiniMessage/legacy formatting removed.
%misttags_suffix_plain% - Suffix with MiniMessage/legacy formatting removed.
%misttags_has_prefix% - true/false.
%misttags_has_suffix% - true/false.
%misttags_has_any% - true/false.
%misttags_prefix_expires_at% - Prefix expiry unix milliseconds, or 0 for permanent/none.
%misttags_suffix_expires_at% - Suffix expiry unix milliseconds, or 0 for permanent/none.
%misttags_prefix_remaining_seconds% - Seconds until prefix expires, or 0.
%misttags_suffix_remaining_seconds% - Seconds until suffix expires, or 0.
%misttags_prefix_remaining% - Human-readable time until prefix expiry.
%misttags_suffix_remaining% - Human-readable time until suffix expiry.
%misttags_prefix_permanent% - true/false.
%misttags_suffix_permanent% - true/false.
%misttags_name_color% - Color tag derived from the last color in the prefix.
%misttags_last_seen% - Last seen unix milliseconds, or 0.
%misttags_last_seen_iso% - Last seen time as ISO-8601, or blank.
%misttags_custom_prefix_cooldown_seconds% - Remaining self-service prefix cooldown seconds.
%misttags_custom_suffix_cooldown_seconds% - Remaining self-service suffix cooldown seconds.

Server/stat placeholders:
%misttags_active_prefixes% - Count of active prefixes.
%misttags_active_suffixes% - Count of active suffixes.
%misttags_active_players% - Count of players with prefix or suffix.
%misttags_animated_players% - Count of players using an animated prefix or suffix.
%misttags_animations_loaded% - Count of loaded animations.
%misttags_animations_running% - Count of animations with more than one frame.
%misttags_cached_players% - Count of cached player records.
%misttags_display_mode% - standalone, tab, or placeholder-only.
%misttags_database_enabled% - true/false.
