You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the wiki and made sure, this feature is not yet in the plugin.
I believe, that this feature is possible to implement.
I made sure, that this feature has not been requested yet.
Problem
I see that many NPC plugins related to packet sending can achieve that different players see different states, positions, and actions of NPCs. Holograms should also be able to implement similar functions, right? For example, make judgments based on permissions and papi to display different content to players. Of course, it would also be great if this function could be implemented using the API of DH.
Feature
Support conditional judgment to enable each player to see different holograms
Alternatives
Implement using the API of DH
The text was updated successfully, but these errors were encountered:
PlaceholderAPI is fully supported so displaying different content per-player is possible. You can also set permissions on lines or holograms to only make them visible for players with those permissions. What else do you need?
There might have been a problem with my previous expression. Let me explain in detail. What I mean is to decide whether to display part or all of the hologram based on the value of papi or whether there is this permission. As far as I know, it is currently not possible to achieve the situation where a certain hologram cannot be seen when there is this permission. By analogy, if the value of papi is equal to xxx, the hologram is displayed; otherwise, it is not displayed.
Just making sure
Problem
I see that many NPC plugins related to packet sending can achieve that different players see different states, positions, and actions of NPCs. Holograms should also be able to implement similar functions, right? For example, make judgments based on permissions and papi to display different content to players. Of course, it would also be great if this function could be implemented using the API of DH.
Feature
Support conditional judgment to enable each player to see different holograms
Alternatives
Implement using the API of DH
The text was updated successfully, but these errors were encountered: