TextPlaceholderAPI
TextPlaceholderAPI copied to clipboard
Placeholder API for Fabric
Hopefully the title suffices but here's an example below: ``` this is pink and this is... not pink this is red and this is... weird bug ```  Styled Chat:...
Can you make it possible to display placeholders in scoreboard? So this data will be able to be displayed over the heads of the players.
Currently arguments for both are stored as string separated by first `/` for placeholders (which does work well with spec of Identifiers) and `:` for text tags. Going with xml/html...
An option for conditional placeholders. For example, with the pronouns mod you could have the placeholder displayed like this: ``` if %playerpronouns:pronouns% != "Unknown" then display " (%playerpronouns:pronouns%)" else display...
Although `FabricClientCommandSource` doesn't provide as much data as `ServerCommandSource`, it would be nice if it were supported.
%world:day% just shows days, but it would be interesting if there was an alternative format like %world:date% and it would show not just days but year, month and day, like...
The default placeholders for the TPS is not reporting the correct values. Reproducing: 1. Install the following mods: - [Styled Player List](https://modrinth.com/mod/styledplayerlist) - [Chunky Pregenerator](https://modrinth.com/mod/chunky) - [TabTPS](https://modrinth.com/mod/tabtps) 2. Configure player...
I am just gonna open this now, so I don't forget about it again.