Create modern looking holograms in Minecraft.
Go to file
filoghost 8981d6de8b Update version to 2.4.3 for release 2020-06-25 17:46:18 +02:00
.github Add warning to issue templates 2020-06-08 20:21:47 +02:00
API Update version to 2.4.3 for release 2020-06-25 17:46:18 +02:00
Config Update version to 2.4.3 for release 2020-06-25 17:46:18 +02:00
Example Update version to 2.4.3 for release 2020-06-25 17:46:18 +02:00
Legacy Update version to 2.4.3 for release 2020-06-25 17:46:18 +02:00
NMS Update version to 2.4.3 for release 2020-06-25 17:46:18 +02:00
Plugin Update version to 2.4.3 for release 2020-06-25 17:46:18 +02:00
Utils Update version to 2.4.3 for release 2020-06-25 17:46:18 +02:00
.gitignore Update .gitignore 2020-05-16 11:52:56 +02:00
LICENSE.txt Add license file and headers 2018-09-04 00:28:28 +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
pom.xml Update version to 2.4.3 for release 2020-06-25 17:46:18 +02: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.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.