ApexClan
The Ultimate, Region-Threaded, High-Performance Clan Management System for Modern Minecraft Servers
The Tag Format Precision & Placeholder Pipeline Fix
Список изменений
🏷️ PlaceholderAPI Tag Format (tag_format) Fix
Issue: Even when configuring a bracketed layout in config.yml (such as tag_format: "&8[%color%%clan%&8]"), scoreboards and display boards rendered the clan tag without brackets and prefix styling (e.g., Team: frrr).
Root Cause: The clanTag method inside ClipPlaceholder.java bypassed the configured tag_format template and returned only the raw color code prepended to the clan name.
Resolution: Refactored ClipPlaceholder.java to enforce the tag_format pattern defined in config.yml. Calling %apex_clan_tag% now accurately maps the template tokens, rendering brackets and colors properly (e.g., [frrr]).
🛠️ Bug Fixes: The formatting drop on %apex_clan_tag% and related scoreboard layout mismatches reported via Discord have been fully addressed in this release.