Create modern looking holograms in Minecraft.
Go to file
filoghost 6f343c5fc0 Fix viewers mutating after submitting async packet sending 2024-03-09 23:43:21 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2023-04-29 18:16:15 +02:00
api Set version to 3.0.5-SNAPSHOT 2024-02-18 15:03:30 +01:00
checkstyle Fix image rendering symbols 2022-12-04 15:06:40 +01:00
common Set version to 3.0.5-SNAPSHOT 2024-02-18 15:03:30 +01:00
core Fix viewers mutating after submitting async packet sending 2024-03-09 23:43:21 +01:00
example Set version to 3.0.5-SNAPSHOT 2024-02-18 15:03:30 +01:00
javadoc Fix and improve Javadoc generation 2021-08-31 10:45:10 +02:00
legacy-api Set version to 3.0.5-SNAPSHOT 2024-02-18 15:03:30 +01:00
nms Experimental and potentially unstable: async packet sending 2024-02-19 23:11:34 +01:00
plugin Set version to 3.0.5-SNAPSHOT 2024-02-18 15:03:30 +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.5-SNAPSHOT 2024-02-18 15:03:30 +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.