RelativePlaceholder's doesn't work in API.
vortexthedev opened this issue ยท 2 comments
Confirmation
- I have read the FAQ.
- I have tested the latest development build of Holographic Displays and the bug is still present.
- I have updated Spigot (and ProtocolLib if installed) to the latest release for my particular Minecraft version.
- I made sure the bug hasn't already been reported on the issue tracker.
Description
I'm using this code, and the placeholder is not replacing to each player's name:
hologram.appendTextLine("Hello, {player} !");
How to reproduce
Read desc
Server version
Doesnt matter
Holographic Displays version
Latest
ProtocolLib version (if installed)
Latest
Installed plugins that allow players to join with multiple Minecraft versions
no any
Additional information
No response
Did you use hologram.setAllowPlaceholders(true)
? (https://github.com/filoghost/HolographicDisplays/blob/master/Plugin/src/main/java/com/gmail/filoghost/holographicdisplays/bridge/protocollib/current/ProtocolLibHookImpl.java#L150)
Are you using protocollib? (https://github.com/filoghost/HolographicDisplays/blob/e406dfc9a5/Plugin/src/main/java/com/gmail/filoghost/holographicdisplays/HolographicDisplays.java#L261)