Create modern looking holograms in Minecraft.
Go to file
filoghost 73f0d23410 Rename module "core" to "common" 2021-06-20 11:14:26 +02:00
.github Fix typos in issue templates 2020-11-12 11:05:57 +01:00
api Improve and refactor individual placeholders 2021-06-19 19:04:13 +02:00
checkstyle Remove Checkstyle IllegalThrows rule 2021-06-19 19:03:27 +02:00
common Rename module "core" to "common" 2021-06-20 11:14:26 +02:00
example Fix Checkstyle violations by formatting code 2021-05-18 09:49:44 +02:00
legacy-api Enable the v2 API through adapters 2021-05-16 20:48:31 +02:00
nms Rename module "core" to "common" 2021-06-20 11:14:26 +02:00
plugin Rename module "core" to "common" 2021-06-20 11:14:26 +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 maven info in README.md 2020-11-09 23:31:55 +01:00
THIRD-PARTY.txt Add info about PacketWrapper to THIRD-PARTY.txt 2020-04-12 10:14:16 +02:00
pom.xml Rename module "core" to "common" 2021-06-20 11:14:26 +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>me.filoghost.holographicdisplays</groupId>
    <artifactId>holographicdisplays-api</artifactId>
    <version>3.0.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.