Create modern looking holograms in Minecraft.
Go to file
filoghost 145d9d869d Release version 2.3.0 2018-09-03 16:44:06 +02:00
API Release version 2.3.0 2018-09-03 16:44:06 +02:00
Config Release version 2.3.0 2018-09-03 16:44:06 +02:00
Examples Release version 2.3.0 2018-09-03 16:44:06 +02:00
JavaCompat Release version 2.3.0 2018-09-03 16:44:06 +02:00
NMS Release version 2.3.0 2018-09-03 16:44:06 +02:00
Plugin Release version 2.3.0 2018-09-03 16:44:06 +02:00
Utils Release version 2.3.0 2018-09-03 16:44:06 +02:00
.gitignore Convert to Maven 2017-12-21 18:05:32 +01:00
README.md Swap mcstats.org for bStats 2018-08-16 11:09:19 +03:00
pom.xml Release version 2.3.0 2018-09-03 16:44:06 +02:00

README.md

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>