Create modern looking holograms in Minecraft.
Go to file
2018-08-20 14:17:12 +02:00
API Initial update to 1.13 2018-08-06 00:07:12 +02:00
Examples Initial update to 1.13 2018-08-06 00:07:12 +02:00
NMS Prevent hoppers from picking up items 2018-08-20 13:34:02 +02:00
Plugin Avoid error with RedisBungee on 1.13+ until it gets updated for 1.13 2018-08-20 14:17:12 +02:00
Utils Initial update to 1.13 2018-08-06 00:07:12 +02:00
.gitignore Convert to Maven 2017-12-21 18:05:32 +01:00
pom.xml Initial update to 1.13 2018-08-06 00:07:12 +02:00
README.md Swap mcstats.org for bStats 2018-08-16 11:09:19 +03:00

HolographicDisplays

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

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

Development Builds: https://ci.filoghost.me/job/HolographicDisplays

Maven

<repository>
    <id>filoghost-repo</id>
    <url>https://ci.filoghost.me/plugin/repository/everything/</url>
</repository>
<dependency>
    <groupId>com.gmail.filoghost.holographicdisplays</groupId>
    <artifactId>holographicdisplays-api</artifactId>
    <version>2.2.7-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>