Create modern looking holograms in Minecraft.
Go to file
filoghost 0f1f63e09e Release version 2.3.2 2018-12-26 18:08:38 +01:00
API Release version 2.3.2 2018-12-26 18:08:38 +01:00
Config Release version 2.3.2 2018-12-26 18:08:38 +01:00
Examples Release version 2.3.2 2018-12-26 18:08:38 +01:00
JavaCompat Release version 2.3.2 2018-12-26 18:08:38 +01:00
NMS Release version 2.3.2 2018-12-26 18:08:38 +01:00
Plugin Release version 2.3.2 2018-12-26 18:08:38 +01:00
Utils Release version 2.3.2 2018-12-26 18:08:38 +01: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
README.md Add third party licenses information 2018-12-14 14:24:54 +01:00
THIRD-PARTY.txt Add third party licenses information 2018-12-14 14:24:54 +01:00
pom.xml Release version 2.3.2 2018-12-26 18:08:38 +01:00

README.md

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.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.3.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.