Create modern looking holograms in Minecraft.
Go to file
filoghost a5d9f58df3 Fix image rendering symbols 2022-12-04 15:06:40 +01:00
.github/ISSUE_TEMPLATE Use packets instead of entities 2021-07-24 12:51:14 +02:00
api Set version to 3.0.1-SNAPSHOT 2022-10-30 10:19:13 +01:00
checkstyle Fix image rendering symbols 2022-12-04 15:06:40 +01:00
common Set version to 3.0.1-SNAPSHOT 2022-10-30 10:19:13 +01:00
core Refactoring 2022-12-04 12:39:01 +01:00
example Set version to 3.0.1-SNAPSHOT 2022-10-30 10:19:13 +01:00
javadoc Fix and improve Javadoc generation 2021-08-31 10:45:10 +02:00
legacy-api Set version to 3.0.1-SNAPSHOT 2022-10-30 10:19:13 +01:00
nms Set version to 3.0.1-SNAPSHOT 2022-10-30 10:19:13 +01:00
plugin Fix image rendering symbols 2022-12-04 15:06:40 +01: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 README.md versions 2022-11-18 22:09:22 +01:00
THIRD-PARTY.txt Add info about PacketWrapper to THIRD-PARTY.txt 2020-04-12 10:14:16 +02:00
pom.xml Set version to 3.0.1-SNAPSHOT 2022-10-30 10:19:13 +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.codemc.io/job/filoghost/job/HolographicDisplays

Maven

<repository>
    <id>codemc-repo</id>
    <url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
<dependency>
    <groupId>me.filoghost.holographicdisplays</groupId>
    <artifactId>holographicdisplays-api</artifactId>
    <version>3.0.0</version>
    <scope>provided</scope>
</dependency>

Gradle

maven {
  url "https://repo.codemc.io/repository/maven-public/"
}
compileOnly 'me.filoghost.holographicdisplays:holographicdisplays-api:3.0.0'

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.