Create modern looking holograms in Minecraft.
Go to file
filoghost e4ece4dc80 Allow AIR as icon and treat it like other invalid materials
Invalid materials cannot be viewed in the inventory or as Item entity,
but can exist as ItemStack. They will be replaced by bedrock
2018-08-31 13:44:40 +02:00
API Use property for spigot-api version 2018-08-29 12:01:38 +02:00
Examples Use property for spigot-api version 2018-08-29 12:01:38 +02:00
JavaCompat Rename module 2018-08-24 18:28:13 +02:00
NMS Use property for spigot-api version 2018-08-29 12:01:38 +02:00
Plugin Allow AIR as icon and treat it like other invalid materials 2018-08-31 13:44:40 +02:00
Utils Native 1.13 support and remove Material aliases starting from 1.13 2018-08-31 13:26:28 +02:00
.gitignore Convert to Maven 2017-12-21 18:05:32 +01:00
pom.xml Use property for spigot-api version 2018-08-29 12:01:38 +02:00
README.md Swap mcstats.org for bStats 2018-08-16 11:09:19 +03:00

HolographicDisplays

Bukkit Dev Page: http://dev.bukkit.org/bukkit-plugins/holographic-displays

API tutorial: https://github.com/filoghost/HolographicDisplays/wiki

Development Builds: https://ci.filoghost.me/job/HolographicDisplays

Maven

<repository>
    <id>filoghost-repo</id>
    <url>https://ci.filoghost.me/plugin/repository/everything/</url>
</repository>
<dependency>
    <groupId>com.gmail.filoghost.holographicdisplays</groupId>
    <artifactId>holographicdisplays-api</artifactId>
    <version>2.2.7-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>