Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.43 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.43 KB

Decent Holograms

A lightweight but powerful hologram plugin with many features and configuration options.

Support

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.

bStats

API

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>