Closed PeterMa9621 closed 2 years ago
Is it possible to make the multi-line only be enabled for players and one-line for non-players (animals or mobs)? Currently, if I enable multi-line, every entity will be applied, but I only want multi-line to be applied for players.
Also, is it possible to use scoreboard to implement the multi-line feature (only for players)? https://bukkit.org/threads/tutorial-scoreboards-teams-with-the-bukkit-api.139655/. I think if using scoreboard, it will be more performance friendly?
Actually, HoloMobHealth right now doesn't work on Players. It only shows mob health.
Ah, okay, do you have any plan for Players?
Not atm, mobs and players require completely different systems.
Is it possible to make the multi-line only be enabled for players and one-line for non-players (animals or mobs)? Currently, if I enable multi-line, every entity will be applied, but I only want multi-line to be applied for players.
Also, is it possible to use scoreboard to implement the multi-line feature (only for players)? https://bukkit.org/threads/tutorial-scoreboards-teams-with-the-bukkit-api.139655/. I think if using scoreboard, it will be more performance friendly?