Create modern looking holograms in Minecraft.
Go to file
filoghost e5936b423d Reimplement precise-hologram-movement differently to fix lag issues
The `precise-hologram-movement` config option was creating lag on some servers. The option is now removed from the configuration and its functionality has been reimplemented through ProtocolLib (when installed). It now uses a different method that doesn't rely on inspecting stacktraces.

Secondly, a workaround was added to fix the Minecraft bug causing entities to not move client side when teleported shortly after spawning. The cause is EntityTrackerEntry (a NMS class) not sending the teleport packet.
2020-04-18 00:14:55 +02:00
API Start 2.4.2 development 2020-01-12 18:29:12 +01:00
Config Reimplement precise-hologram-movement differently to fix lag issues 2020-04-18 00:14:55 +02:00
Examples Start 2.4.2 development 2020-01-12 18:29:12 +01:00
JavaCompat Start 2.4.2 development 2020-01-12 18:29:12 +01:00
NMS Reimplement precise-hologram-movement differently to fix lag issues 2020-04-18 00:14:55 +02:00
Plugin Reimplement precise-hologram-movement differently to fix lag issues 2020-04-18 00:14:55 +02:00
Utils Reimplement precise-hologram-movement differently to fix lag issues 2020-04-18 00:14:55 +02:00
.gitignore Convert to Maven 2017-12-21 18:05:32 +01:00
LICENSE.txt Add license file and headers 2018-09-04 00:28:28 +02:00
pom.xml Drop 1.8.0 support, since it doesn't have the new chat API 2020-04-13 21:14:39 +02:00
README.md Update CodeMC repository URL 2019-12-17 18:48:00 +01:00
THIRD-PARTY.txt Add info about PacketWrapper to THIRD-PARTY.txt 2020-04-12 10:14:16 +02:00

Holographic Displays

Bukkit Dev Page: http://dev.bukkit.org/bukkit-plugins/holographic-displays

API tutorial: https://github.com/filoghost/HolographicDisplays/wiki

Development Builds: https://ci.codemc.io/job/filoghost/job/HolographicDisplays

Maven

<repository>
    <id>codemc-repo</id>
    <url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
<dependency>
    <groupId>com.gmail.filoghost.holographicdisplays</groupId>
    <artifactId>holographicdisplays-api</artifactId>
    <version>2.4.0</version>
    <scope>provided</scope>
</dependency>

License

Holographic Displays is free software/open source, and is distributed under the GPL 3.0 License. It contains third-party code, see the included THIRD-PARTY.txt file for the license information on third-party code.