Streamline Placeholders
StreamlineCore includes its own placeholder system called RATAPI (Replace a Thing API). On Bukkit servers, it also integrates natively with PlaceholderAPI.
Placeholder Reference
| Placeholder | Description | Example |
|---|---|---|
%streamline_parse_$player:::$thing% | Parses $thing as if you were $player. | %streamline_parse_Drakified:::*/*streamline_user_formatted*/*% parses %streamline_user_formatted% for the player Drakified. |
%streamline_?R:$thing% | Parses $thing on the proxy server (Velocity or BungeeCord). If there is no proxy, it parses on the current server. | %streamline_?R:*/*streamline_user_points*/*% parses %streamline_user_points% on the proxy. |
Escaping Placeholders
When nesting placeholders inside other placeholders, replace % with */* to avoid conflicts. For example, %streamline_user_formatted% becomes */*streamline_user_formatted*/* when used inside another placeholder.