Create modern looking holograms in Minecraft.
Go to file
2019-07-20 17:47:11 +02:00
API Start 2.3.3 development 2018-12-26 18:17:08 +01:00
Config Update to Java 8 2019-06-03 14:42:24 +02:00
Examples Start 2.3.3 development 2018-12-26 18:17:08 +01:00
JavaCompat Update to Java 8 2019-06-03 14:42:24 +02:00
NMS Use alternative method to register EntityTypes 2019-07-20 17:47:11 +02:00
Plugin Allow upper case letters for hologram names 2019-06-26 20:30:17 +02:00
Utils Remove unused methods 2019-06-03 14:44:27 +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 Update to Java 8 2019-06-03 14:42:24 +02:00
README.md Update development builds url 2019-06-04 10:05:58 +02:00
THIRD-PARTY.txt Add third party licenses information 2018-12-14 14:24:54 +01: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.org/job/filoghost/job/HolographicDisplays

Maven

<repository>
    <id>codemc-repo</id>
    <url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
<dependency>
    <groupId>com.gmail.filoghost.holographicdisplays</groupId>
    <artifactId>holographicdisplays-api</artifactId>
    <version>2.3.2</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.