So, i want to show title above block on 1.7.10, no armor stand i tried some ways to do this i tried summoning invisible entity with custom name, the name won't appear if the entity is invisible i also tried horse riding an wither skull, i think i need help with that, because horses are invisible and i can't see their custom name, and if i re-join the game, i see horses I think that this can be done by using protocol lib, but i don't know how can i do that i'm not familiar with protocol libs, but i can try
If u get the item entity if think you can change custom name with item.setCustomName(item.getName()); item.setCustomNameVisible(true); Look at this https://www.programcreek.com/java-api-examples/?class=org.bukkit.entity.Item&method=setCustomName
Check this out: https://gist.github.com/MrPowerGamerBR/fab8698da506d9e6f338ce88346f04fb I know you mentioned that you tried the wither skull, but I'm under the impression that its the only way to effectively make holograms in 1.7.10.
well, i want to use lastest version, but i can't the reason why i can't use latest version is, i'm working on server with various people, and some people needs to use magic spell and they said magic spell has some bugs on 1.12.2 but it doesn't on 1.7.10 so i have to use 1.7.10
Thanks, actually, i think i did something wrong when i tried to do this with horse + skull That class might solve the problem