Results 97 comments of filoghost

The image needs to be way bigger to show details properly, and it's also limited to 16 colors right now. Maps with item frames are a better option than holograms.

Please try the new v3 beta version. The implementation has changed substantially.

There will be a configurable refresh rate for PlaceholderAPI placeholders (a single settings for now, I prefer to keep it simple if possible). With regards to performance without PlaceholderAPI, I...

Placeholder format has been changed to {papi: placeholder}. E.g.: {papi: player_name}. Will add a config option before the next beta release on Bukkit Dev.

I think there should be a default refresh rate for PlaceholderAPI's placeholders in the configuration. For individual refresh rates, it also could be better to specify them in the configuration,...

The error is not related to Holographic Displays, but Placeholder API.

Does this still happen with the latest versions? I tried spawning many holograms locally, but it doesn't seem to impact performance like that. I have no clue what causes it...

I don't see anything too weird here, since sending packets is how the plugin works. Possibly there are some placeholders which are updating frequently, causing many packets to be sent?...

Just checked, it seems that sending packets async is possible, but I'm not sure of the implications or if it does cause race conditions or concurrency issues (which are extremely...

I've made a quick (and ugly) change for async packets with the latest dev build. Be aware that this is a highly experimental build, might have some unintended bugs. When...