A lightweight but powerful hologram plugin with many features and configuration options.
- Spigot: https://www.spigotmc.org/resources/96927/
- Wiki: https://wiki.decentholograms.eu/
- bStats: https://bstats.org/plugin/bukkit/DecentHolograms
We are mostly active on Discord so the best way to get support is joining our Discord Server. Also, it is okay to report bugs here on GitHub or in the 'Discussion' page on the Spigot Page of Decent Holograms.
How to get DecentHolograms API into your project:
Replace TAG with the current version of DecentHolograms. (Latest release)
Gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.decentsoftware-eu:decentholograms:TAG'
}
Maven:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.decentsoftware-eu</groupId>
<artifactId>decentholograms</artifactId>
<version>TAG</version>
</dependency>
</dependencies>